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"
  ]
}
생성할 때 백그라운드 에이전트의 모델을 직접 지정하고 싶다면, 이 엔드포인트로 추천 모델 목록을 확인하면 돼. 이때 “Auto” 옵션도 함께 두는 걸 추천해. 생성 엔드포인트에 모델 이름을 넘기지 않으면, 우리가 가장 적합한 모델을 골라줄게.

Authorizations

Authorization
string
header
required

API key from Cursor Dashboard

Response

200
application/json

Models retrieved successfully

The response is of type object.