하나의 인터페이스로 주요 AI 모델 및 공급자에 연결
현재 호출 가능: OpenAI, Anthropic. 나머지는 순차 지원 — 실제 범위는 본인 키로 GET /v1/models 를 호출한 결과가 기준입니다.
하나의 API로 주요 AI 모델을 통합 접속
RouteMux은 기업에 통합 AI 모델 접속 창구를 제공합니다. 한 번의 연동으로 여러 주요 모델 기능을 유연하게 호출하고, 반복 개발과 유지보수 비용을 줄이며, 모델 접속·전환·확장을 더욱 효율적으로 만듭니다.
- OpenAI
- Anthropic
- ROUTEMUX BEST ROUTE
다중 완전 이중화 아키텍처로 AI 서비스 고가용성 보장
안정성은 부가 기능이 아니라 RouteMux의 핵심 설계 원칙입니다. 네트워크, 게이트웨이, 모델 서비스에 걸친 다중 완전 이중화 시스템을 통해 이상 상황에서도 플랫폼의 부하 처리 및 복구 능력을 지속적으로 높여 기업의 업무 중단 위험을 최소화합니다.
- 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은 하나의 API, 하나의 key로 수백 가지 AI 모델을 하나의 인터페이스로 집약하고, 백엔드에서 라우팅, 청구, 장애 조치를 처리합니다. 각 공급자에 개별 연동할 필요가 없습니다.
RouteMux과 OpenRouter의 차이는 무엇인가요? 대체 제품인가요?
RouteMux은 OpenRouter 류의 통합 게이트웨이의 대안으로, 안정성 우선을 내세웁니다. 다중 완전 이중화 아키텍처로 고가용성을 보장하고, 사용량 기반 청구가 투명하며, 잔액은 언제든 환불 가능합니다.
RouteMux을 cc switch / Claude Code / Cursor에 어떻게 연결하나요?
해당 도구에서 base_url을 RouteMux 게이트웨이 주소로 변경하고, RouteMux key를 입력하면 됩니다. OpenAI, Anthropic, Vertex 프로토콜 모두 호환되므로 기존 설정에서 한 줄만 바꾸면 전환됩니다.
어떤 모델과 프로토콜을 지원하나요?
OpenAI, Anthropic, Google, DeepSeek, MiniMax, ByteDance 등 주요 공급자의 수백 가지 모델을 지원하며, OpenAI, Anthropic, Vertex 3가지 프로토콜과 호환됩니다. 새 모델은 지속적으로 추가됩니다.
청구는 어떻게 되며, 환불이 가능한가요?
사용량 기반 결제, 선불 credit, 통합 청구, 투명한 마크업, 최소 월정액 없음. 미사용 계정 잔액은 언제든지 환불 신청이 가능합니다.
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.