List available system models that can be used as parents. Pre-configured models with standard pricing and capabilities.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/models/catalog \ --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>" }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
1 <= x <= 100
Opaque cursor
Successful Response
Paginated response for model listings.
List of models in this page
Show child attributes
Whether more results are available
Cursor for the next page
Was this page helpful?