简体中文
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
此页面对您有帮助吗?