List Models
List available models.
Retrieve the complete list of models available to your organization, including models from OpenAI, Anthropic, Google, xAI, Mistral, Fireworks, and DeepSeek.
Returns: ListModelsResponse: List of available models across all supported providers
GET
Typescript
Overview
List all available models from configured providers. Returns 300+ models across OpenAI, Anthropic, Google, xAI, DeepSeek, Mistral, Groq, Fireworks, and more. Each model includes structured metadata:- Capabilities — what the model can do (text, vision, tools, thinking, etc.)
- Pricing — per-million-token cost in USD (input, output, cached input)
- Token limits — context window and max output tokens
- Routing — which upstream API and endpoints the model supports
- Status — enabled, preview, or deprecated
Usage Examples
Response Fields
Fields that are
null are omitted from the response.
See Response Schemas for complete schema documentation.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on April 21, 2026
Typescript
