RoutePlex is a unified API gateway that gives you access to 22+ AI models from OpenAI, Anthropic, and Google through a single endpoint. One API key, one integration, every model.
- Smart Routing — Automatically route to the best model based on cost, speed, quality, or a balanced trade-off
- Built-in Failover — If a provider goes down, requests are automatically rerouted to a fallback model
- Web-Augmented AI — Real-time web search and URL fetching are auto-detected and injected into LLM context
- Content Safety — Three-layer moderation pipeline screens every request and response
- OpenAI SDK Compatible — Drop-in replacement: change the base URL and you're done
- Cost Governance — Budgets, usage caps, and per-request cost tracking out of the box
| Repo | Description |
|---|---|
| routeplex-examples | Working code examples in Python, JavaScript, TypeScript, and cURL |
curl https://api.routeplex.com/api/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"messages": [{"role": "user", "content": "Hello!"}], "mode": "routeplex-ai", "strategy": "balanced"}'