One API key.
Every model.
NextRouter REborn is a unified AI gateway for text and image models. OpenAI-compatible, with automatic retries and failover built in.
98 text models 14 image models 500K free tokens daily
One key, every model
Text and image models behind a single OpenAI-compatible endpoint. Swap your base URL, keep your code.
Automatic failover
Transient upstream failures are retried with smart backoff, then routed to a healthy fallback model.
Bring your own models
Plug any OpenAI-compatible endpoint into the gateway, set rate limits, and share it publicly or keep it private.
Drop-in compatible
If your client speaks OpenAI, it already speaks NextRouter. Change the base URL, paste your key, pick a model ID from the catalog.
- Streaming SSE support
- Images via
/images/generationsand/images/edits - Per-key usage tracking and limits
bash
curl https://nextrouter-vert.vercel.app/api/v1/chat/completions \
-H "Authorization: Bearer nr_xxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "kiro-auto",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Ready to route?
Create a free account, generate a key, and make your first call in under a minute.