One API key.
Every major LLM.
One bill.

OpenAI-compatible endpoint over OpenAI, Anthropic, Google Gemini, DeepSeek, and Mistral. Top up once, switch models with one config line, see every request priced in real time.

How it works

Three things we handle for you.

Drop-in OpenAI compat

Same OpenAI SDK you already use. Point base_url at api.tokenroute.io and swap the API key. Python, JavaScript, Go — anything that speaks OpenAI works.

Multi-provider, one account

OpenAI, Anthropic, Google Gemini, DeepSeek, Mistral — all under a single key, single bill, single dashboard. Add more providers without rotating credentials across vendors.

Prepaid, transparent

No subscriptions, no minimums. Top up with a card, watch per-request cost in your dashboard in real time, see exactly which provider got how much of your spend.


Quick start

Five lines of Python.

from openai import OpenAI

client = OpenAI(
    api_key="sk-tr-…",                    # from /dashboard/keys
    base_url="https://api.tokenroute.io/v1",
)

response = client.chat.completions.create(
    model="claude-sonnet-4-5",            # or gpt-4o, gemini-2.5-pro, deepseek-chat…
    messages=[{"role": "user", "content": "Summarize this commit log."}],
)
print(response.choices[0].message.content)

Any OpenAI client works — Node.js, Go, Ruby, curl. Streaming, function calling, JSON mode, vision — all passed through unchanged.


Pricing

Pay per token. No subscriptions.

You pay the published list price from each upstream provider — OpenAI, Anthropic, Google Gemini, DeepSeek, Mistral — billed per token as you use it. Credits you top up go directly against that cost: no minimums, no monthly fee. Balance you haven't spent stays available indefinitely.

Create an account

© 2026 tokenroute.io · Operated by alayion