Overview
List all available models from configured providers. Returns 115+ models across OpenAI, Anthropic, Google, xAI, DeepSeek, Mistral, Groq, Fireworks, and more. Each model includes:- Provider and routing information
- Capabilities (vision, tools, thinking, streaming, etc.)
- Status (enabled, preview, deprecated)
Usage Examples
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Model identifier with provider prefix (e.g., openai/gpt-4o) |
provider | string | Provider name (openai, anthropic, google, etc.) |
capabilities.text | boolean | Supports text generation |
capabilities.vision | boolean | Supports image input |
capabilities.tools | boolean | Supports tool/function calling |
capabilities.thinking | boolean | Extended reasoning (o1, o3, Claude thinking) |
provider_info.status | string | enabled, preview, or deprecated |
provider_info.upstream_api | string | Which upstream API is used for routing |