日本語
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
このページは役に立ちましたか?