Skip to main content

Provider List

ARouter supports the following providers. All are accessible through the OpenAI-compatible /v1/chat/completions endpoint using the provider/model format.
Provider ID: openai
Provider ID: anthropicWorks with both the OpenAI-compatible endpoint and the native Anthropic endpoint:
Provider ID: googleWorks with both the OpenAI-compatible endpoint and the native Gemini endpoint:
Provider ID: deepseek
Provider ID: x-ai
Provider ID: mistralai
Provider ID: groq
Provider ID: moonshotai
Provider ID: minimaxNative MiniMax endpoint is also supported:
Provider ID: meta-llama
Provider ID: qwen

Listing Available Models

Use the models endpoint to see all models accessible with your current API key:
Response:
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.