Provider List
ARouter supports the following providers. All are accessible through the OpenAI-compatible/v1/chat/completions endpoint using the provider/model format.
OpenAI
OpenAI
Provider ID:
openai| Model | Description |
|---|---|
gpt-4o | Most capable multimodal model |
gpt-4o-mini | Fast and affordable |
gpt-4-turbo | GPT-4 with vision |
gpt-4 | Original GPT-4 |
gpt-3.5-turbo | Fast and low cost |
o1 | Reasoning model |
o1-mini | Lightweight reasoning |
o3-mini | Latest compact reasoning |
Anthropic
Anthropic
Provider ID:
Works with both the OpenAI-compatible endpoint and the native Anthropic endpoint:
anthropic| Model | Description |
|---|---|
claude-sonnet-4-20250514 | Latest Sonnet, best balanced |
claude-3-5-sonnet-20241022 | Previous generation Sonnet |
claude-3-5-haiku-20241022 | Fast and compact |
claude-3-opus-20240229 | Most capable Claude 3 |
Google Gemini
Google Gemini
Provider ID:
Works with both the OpenAI-compatible endpoint and the native Gemini endpoint:
google| Model | Description |
|---|---|
gemini-2.0-flash | Fast multimodal model |
gemini-2.0-flash-lite | Ultra-fast lightweight |
gemini-1.5-pro | Long-context reasoning |
gemini-1.5-flash | Fast and efficient |
DeepSeek
DeepSeek
Provider ID:
deepseek| Model | Description |
|---|---|
deepseek-chat | General chat model |
deepseek-reasoner | Chain-of-thought reasoning |
xAI (Grok)
xAI (Grok)
Provider ID:
xai| Model | Description |
|---|---|
grok-2 | Most capable Grok model |
grok-2-mini | Lightweight Grok |
grok-beta | Beta release |
Mistral
Mistral
Provider ID:
mistral| Model | Description |
|---|---|
mistral-large-latest | Most capable Mistral model |
mistral-small-latest | Fast and efficient |
codestral-latest | Optimized for code |
Groq
Groq
Provider ID:
groq| Model | Description |
|---|---|
llama-3.3-70b-versatile | Llama 3.3 on Groq hardware |
llama-3.1-8b-instant | Ultra-fast 8B model |
mixtral-8x7b-32768 | Mixtral MoE on Groq |
Kimi (Moonshot)
Kimi (Moonshot)
Provider ID:
kimi| Model | Context | Description |
|---|---|---|
moonshot-v1-8k | 8K | Standard context |
moonshot-v1-32k | 32K | Extended context |
moonshot-v1-128k | 128K | Ultra-long context |
MiniMax
MiniMax
Provider ID:
Native MiniMax endpoint is also supported:
minimax| Model | Description |
|---|---|
abab6.5s-chat | Speed-optimized |
abab6.5-chat | Balanced |
abab5.5-chat | Previous generation |
Listing Available Models
Use the models endpoint to see all models accessible with your current API key:The models list is filtered based on your API key’s
allowed_providers setting.
If your key restricts providers, only models from allowed providers will appear.