一個介面,接入主流 AI 模型與服務商
目前可呼叫:OpenAI 與 Anthropic。其餘陸續開放 —— 實際範圍以你的 key 呼叫 GET /v1/models 的回傳為準。
一個 API,統一接入主流 AI 模型
RouteMux 為企業提供統一的 AI 模型接入入口。一次對接,即可靈活呼叫多家主流模型能力,減少重複開發與維護成本,讓模型接入、切換與擴展都更高效。
- OpenAI
- Anthropic
- ROUTEMUX BEST ROUTE
多層全冗餘架構,確保 AI 服務高可用
穩定性不是附加能力,而是 RouteMux 的底層設計原則。我們透過網路、Gateway 和模型服務的多套全冗餘系統,持續提升平台在異常情境下的承載與恢復能力,協助企業將業務中斷風險降到更低。
- Unified billing所有模型共用一份餘額
- Redundant routing依健康度在多家廠商間路由
- Refundable balance未使用餘額隨時可退
One account, one invoice, one place to watch it all.
退款無憂,降低使用顧慮
RouteMux 提供退款無憂保障。對於未使用的帳戶餘額,使用者可依需要隨時申請退款,減少資金佔用壓力,提升使用過程中的確定性與靈活性。以更透明的規則和更友善的機制,RouteMux 協助企業更安心地啟動、測試與擴展 AI 業務。
Not just access. Every request tightens cost, routing and visibility.
LLMS.TXT
One prompt — use RouteMux from any Agent
Paste this into Claude Code, Codex, Cursor or any agent and it learns RouteMux's base URL, model names and billing rules on its own — no docs reading required first.
Please read RouteMux's documentation index at https://routemux.com/llms.txt, then answer my question. About RouteMux: an AI gateway exposing hundreds of models through OpenAI / Anthropic / Vertex compatible protocols, billed from a prepaid wallet, charged only for successful requests, with a refundable balance. My question: how do I call its OpenAI-compatible endpoint from Python?
MODELS
Popular models
Curated top models across categories — start building in minutes.
三步接入
Within minutes you can start calling hundreds of AI models.
將 base_url 指向 RouteMux
繼續使用你熟悉的 OpenAI / Anthropic SDK,只需更改 base_url。
curl https://api.routemux.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTEMUX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-5.6-sol",
"messages": [{"role": "user", "content": "Hello"}]
}'WHY ROUTEMUX
Why teams choose RouteMux
One platform, clear pricing, real support — so you can focus on shipping.
Official channels
Named vendor routes with stated SLAs instead of opaque resale.
Transparent pricing
Per-token and per-call numbers you can check line by line and put in a budget.
One console
Keys, quotas, usage and logs in one place — no tab-hopping between vendor dashboards.
Fast integration
OpenAI / Anthropic / Vertex compatible. Change one base_url and ship the same day.
Refundable balance
Request a refund for any unused balance at any time. Your money isn't locked in.
Humans on call
When an integration or invoice needs attention, an engineer answers — not a ticket bot.
FAQ
常見問題
什麼是 AI Gateway(AI router)?
AI Gateway 是位於你的應用與各家模型服務商之間的統一接入層。RouteMux 用一個 API、一個 key 把數百種 AI 模型聚到同一個介面,並在後端處理路由、計費與故障轉移,你無需逐家對接。
RouteMux 和 OpenRouter 有什麼區別,是它的替代品嗎?
RouteMux 是 OpenRouter 一類聚合 Gateway 的替代選擇,主打穩定優先:多層全冗餘架構保障高可用,按量計費透明、餘額隨時可退,更貼合開發者的接入與付費習慣。
怎麼把 RouteMux 接到 cc switch / Claude Code / Cursor?
在工具裡把 base_url 改成 RouteMux 的 Gateway 地址、填入你的 RouteMux key 即可。OpenAI、Anthropic、Vertex 協定都相容,現有設定改一行就能切過來。
支援哪些模型和協定?
涵蓋 OpenAI、Anthropic、Google、DeepSeek、MiniMax、字節等主流服務商的數百種模型,相容 OpenAI、Anthropic、Vertex 三套協定。新模型持續上架。
計費怎麼算,能退款嗎?
按量付費、預付額度,帳單統一、加價透明,沒有月度起付額。未使用的帳戶餘額可隨時申請退款。
Am I charged for failed calls, and what are the rate limits?
Only successful requests are billed — failures and timeouts cost nothing. Rate limits are configured per account and the current RPM/TPM and concurrency ceilings are visible in the console, not hidden.