Multi-channel fallback
Map one platform model to multiple upstream providers. Route by priority and keep backup channels ready when a supplier fails.
OpenAI-compatible API · Multi-channel fallback · Unified billing
One API key for Claude, GPT, Gemini, DeepSeek, Qwen, Kimi, GLM and Seedance. XRoute brings authentication, rate limits, billing and routing into one operational layer for production AI traffic.
Display model pricing in one place and record tokens, user charge, provider cost and gross margin for every successful call.
| Model | Input / 1M | Output / 1M | Route load | Mode |
|---|---|---|---|---|
| Loading model prices... | ||||
Map one platform model to multiple upstream providers. Route by priority and keep backup channels ready when a supplier fails.
Track user charge, upstream cost, token usage and margin for every request so operations can see which routes are profitable.
Keep existing OpenAI SDKs. Change the base URL and API key, then select the model code from the XRoute price table.
Seedance video generation uses the same authentication, billing and job query flow, ready for more multimodal providers.
Sign in to the console with an email and password.
Set rate limits and daily spend caps. The secret is shown only once.
Point your OpenAI-compatible client to XRoute and start sending requests.
curl https://xroute.cloud/v1/chat/completions \
-H "Authorization: Bearer sk-live-..." \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash",
"messages": [
{ "role": "user", "content": "hello xroute" }
]
}'
Manage user balances, recharge approvals, API keys, channel health, model mappings, pricing and usage records from one operational backend.