한국어
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
이 페이지가 도움이 되었나요?