Route 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.

View models
99.95%Target SLA
276Models
Smart routingAutomatic failover
</>
Your AppAPI Request
MaxRouter
≈ 2194 ms≈ 989 ms≈ 1413 ms≈ 959 ms7,673 ms
AnthropicClaude Opus 5
$5.00/M tokens
OpenAIOpenAI: GPT-5.6 Sol
$5.00/M tokens
GoogleGoogle: Gemini 3.6 Flash
$1.50/M tokens
xAIxAI: Grok 4.5
$2.00/M tokens
DeepSeekDeepSeek V4 Flash
$0.14/M tokens
Catalog route Ready
实时目录

可用模型路由

全部模型 ↗
Claude Opus 5Anthropic · Input $5.00 / 1M就绪OpenAI: GPT-5.6 SolOpenAI · Input $5.00 / 1M就绪Google: Gemini 3.6 FlashGoogle · Input $1.50 / 1M就绪xAI: Grok 4.5xAI · Input $2.00 / 1M就绪DeepSeek V4 FlashDeepSeek · Input $0.14 / 1M就绪
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

三步开始使用

  1. 注册账号邮箱验证注册,即刻获得 $2 试用余额
  2. 获取 API Key在控制台一键创建
  3. 开始调用兼容 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": "你好"}
    ]
  }'