Skip to main content
GET
/
v1
/
models
List Models
curl --request GET \
  --url https://api.cuadra.ai/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "contextWindow": 128000,
      "createdAt": "2025-09-08T06:33:19Z",
      "creditMultiplier": 2,
      "description": "Advanced language model for complex tasks",
      "displayName": "large-model Omni",
      "enabled": true,
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "isSystemModel": false,
      "maxTokensPerRequest": 4096,
      "metadata": {},
      "modelName": "large-modelo",
      "provider": "provider-a",
      "supportsStreaming": true,
      "updatedAt": "2025-09-08T06:33:19Z"
    }
  ],
  "hasMore": true,
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Query Parameters

expand[]
string[] | null

List of related objects to expand in the response. Example: ?expand[]=model&expand[]=versions

Example:
["model"]
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor

Response

Successful Response

Paginated response for model listings.

items
ModelOut · object[]
required

List of models in this page

hasMore
boolean
required

Whether more results are available

nextCursor
string | null

Cursor for the next page