One Gateway
150+ models across 22 providers
Route every AI request through one Base URL and one API key. Switch providers, control cost, and keep logs without rewriting your app.
150+ models across 22 providers
Route by availability, latency, and policy
Track requests, tokens, failures, and spend
Centralize API keys and provider access
Use the OpenAI-compatible format you already know. Replace the provider base URL, keep your SDK, and let route the request.
Open Console and create an API key for your app, IDE, or agent runtime.
Point your existing SDK or tool to the Neotoken endpoint below.
base_url = "https://api.neotoken.io/v1"
api_key = "mr_your_key_here"Send your first request. Routing, fallback, usage, and logs stay in one place.
curl https://api.neotoken.io/v1/chat/completions \
-H "Authorization: Bearer mr_your_key_here" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.5","messages":[{"role":"user","content":"Hello"}]}'Cursor, WebStorm / JetBrains, OpenAI SDK, and curl — OpenAI-compatible, minimal migration cost.
Configure the BaseURL and API key in Cursor AI settings to access all models managed by .
View Cursor guide// Cursor → Settings → AI → OpenAI API Key
{
"openai.apiKey": "mr_your_key_here",
"openai.baseUrl": "https://api.neotoken.io/v1"
}Manage gateway keys, model access, usage, and request logs from one self-serve workspace.
Every request becomes measurable: tokens, spend, failures, model distribution, and routing health.
For individual developers, teams, and enterprises.