One API.
Every model.
A single developer-first endpoint for AI apps. Discover live models, test requests, manage browser-local credentials and inspect usage.
N
Call the API in seconds
curl https://nextrouter-vert.vercel.app/api/chat \
-H "Content-Type: application/json" \
-d '{"model":"MODEL_ID","messages":[{"role":"user","content":"Hello"}]}'