Nexo is a gateway for the AI models you ship with.
Top up once, call everything through one key.
Top up a single Nexo account and spend across every supported model. No per-provider contracts, no separate dashboards.
You control the ceiling. Redeem a top-up code whenever you need more credit, spend it down, redeem again.
Standard chat-completions format over HTTP. Point your existing client at Nexo, swap in your key, ship.
Email + password. That's it.
Paste the code on the Billing page. The credit lands on your balance immediately.
Point any standard client at nexoapi.com/v1/chat/completions with your key.
curl https://nexoapi.com/v1/chat/completions \ -H "Authorization: Bearer sk-••••••••" \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4o-mini", "messages": [{"role": "user", "content": "Hello"}] }'