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"
  ]
}
Wenn du beim Erstellen das Modell des Background Agents angeben willst, kannst du diesen Endpoint nutzen, um eine Liste empfohlener Modelle zu sehen. In dem Fall empfehlen wir außerdem eine Option „Auto“. Dabei würdest du keinen Modellnamen an den Create-Endpoint übergeben, und wir wählen das passendste Modell aus.

Authorizations

Authorization
string
header
required

API key from Cursor Dashboard

Response

200
application/json

Models retrieved successfully

The response is of type object.