AnthropicClaude Opus 5
$5.00/M tokensRoute every AI model through one reliable API
Smart routing · automatic failover · lower cost · reliable at scaleOne API for every enabled model.Accounts and API keys are ready.
99.95%Target SLA
276Models
Smart routingAutomatic failover
</>
Your AppAPI Request
MaxRouter
OpenAIOpenAI: GPT-5.6 Sol
$5.00/M tokensGoogleGoogle: Gemini 3.6 Flash
$1.50/M tokensxAIxAI: Grok 4.5
$2.00/M tokensDeepSeekDeepSeek V4 Flash
$0.14/M tokens Catalog route Ready
实时目录
全部模型 ↗可用模型路由
ModelProviderLatency iPrice / M tokens iStatusRoute Policy i
Claude Opus 5 最新
AnthropicBaseline$5.00Input: $5.00 • Output: $25.00ReadyEstimated baselinePrimary Configured↗
OpenAI: GPT-5.6 Sol 最新
OpenAIBaseline$5.00Input: $5.00 • Output: $30.00ReadyEstimated baselinePrimary Configured↗
Google: Gemini 3.6 Flash 最新
GoogleBaseline$1.50Input: $1.50 • Output: $7.50ReadyEstimated baselinePrimary Configured↗
xAI: Grok 4.5 最新
xAIBaseline$2.00Input: $2.00 • Output: $6.00ReadyEstimated baselinePrimary Configured↗
DeepSeek V4 Flash 最新
DeepSeek7,673 ms$0.14Input: $0.14 • Output: $0.28ReadyEstimated baselinePrimary Configured↗
三步开始使用
- 注册账号邮箱验证注册,即刻获得 $2 试用余额
- 获取 API Key在控制台一键创建
- 开始调用兼容 OpenAI SDK,一行代码切换
Terminal
curl https://api.maxrouter.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash",
"messages": [
{"role": "user", "content": "你好"}
]
}'