1 つのインターフェースで主要 AI モデル・プロバイダーに接続
現在利用可能:OpenAI と Anthropic。その他は順次対応 —— 実際の範囲はご自身のキーで GET /v1/models を呼び出した結果が正です。
1 つの 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.
3 ステップで接続
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 は 1 つの API・1 つの key で数百種類の AI モデルを同一インターフェースに集約し、バックエンドでルーティング、課金、フェイルオーバーを処理します。各プロバイダーと個別に接続する必要はありません。
RouteMux と OpenRouter の違いは何ですか?代替品ですか?
RouteMux は OpenRouter のような集約型 Gateway の代替選択肢で、安定性優先を主軸にしています。多層フルレダンダント構成による高可用性、透明な従量課金、いつでも払い戻し可能な残高が特徴で、開発者の接続・決済ニーズにより適しています。
RouteMux を cc switch / Claude Code / Cursor に接続するには?
ツールの base_url を RouteMux の Gateway アドレスに変更し、RouteMux key を入力するだけです。OpenAI、Anthropic、Vertex プロトコルすべてに対応しており、既存の設定を 1 行変えるだけで切り替えられます。
対応モデルとプロトコルは?
OpenAI、Anthropic、Google、DeepSeek、MiniMax、ByteDance など主要プロバイダーの数百種類のモデルをカバーし、OpenAI、Anthropic、Vertex の 3 プロトコルに対応しています。新しいモデルは随時追加されます。
課金はどう計算されますか?払い戻しはできますか?
従量課金・プリペイド方式で、請求は統一され、手数料は透明で、月額最低料金はありません。未使用のアカウント残高はいつでも払い戻し申請できます。
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.