Skip to main content

GET /v1/models

Returns the list of models the authenticated key is allowed to use. Used by Cursor’s “Verify” button, Continue, Cline, and most clients at startup. Response shape:
{
  "data": [
    {
      "id": "your-model-name",
      "object": "model",
      ...
    }
  ]
}
Filtered automatically by key model restrictions.