繁體中文
cURL
curl --request GET \ --url https://api.cursor.com/v0/models \ --header 'Authorization: Bearer <token>'
{ "models": [ "claude-4-sonnet-thinking", "o3", "claude-4-opus-thinking" ] }
取得適用於背景代理的建議模型清單。
API key from Cursor Dashboard
Models retrieved successfully
The response is of type object.
object
這個頁面有幫助嗎?