GET
/
v0
/
models
List available models
curl --request GET \
  --url https://api.cursor.com/v0/models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    "claude-4-sonnet-thinking",
    "o3",
    "claude-4-opus-thinking"
  ]
}
If you want to provide the background agent’s model during creation, you can use this endpoint to see a list of recommended models. In that case, we also recommend having an “Auto” option, in which you would not provide a model name to the creation endpoint, and we will pick the most appropriate model.

Authorizations

Authorization
string
header
required

API key from Cursor Dashboard

Response

200
application/json

Models retrieved successfully

The response is of type object.