New — Early Access

One subscription. All the AI models.

Multi-model chat, OpenAI-compatible API, transparent billing. Access GPT, Claude, Gemini, Llama and dozens of other models without juggling ten subscriptions.

Compatible with the existing OpenAI SDK: just swap the API key and base URL.

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.TOKROUTER_API_KEY,
  baseURL: "https://tokrouter.mattok.ch/api/v1",
});

const response = await client.chat.completions.create({
  model: "openai/gpt-4o-mini",
  messages: [
    { role: "user", content: "Bonjour" },
  ],
});

console.log(response.choices[0].message.content);

What you get

One account, four tools sharing the same balance.

01

Multi-model chat

Switch models on every message, within the same conversation.

02

Model catalog

API identifier, context length, input and output price for every enabled model.

03

API keys

Create, name, and revoke keys — the plaintext value is shown only once.

04

Usage tracking

Requests, tokens, and credits consumed per model over the last 30 days.

Everything you need

Multi-Model Chat

Chat with the best models on the market (GPT, Claude, Gemini, Llama, DeepSeek) from a single interface.

Unified & Stable API

Integrate all models into your projects with a single API key compatible with OpenAI and Anthropic SDKs.

Privacy, explained

Your account identity (email, payment method) is never shared with model providers: requests are relayed through our own infrastructure. What we retain is detailed in our privacy policy.

Usage-Based Billing

Consume credits at each model's real cost, with the platform margin published for every model. One subscription, no hidden fees.

How it works

Three steps, no complicated setup.

01

Create an account

30-second sign-up with email and password.

02

Generate an API key or open the chat

An sk-tok-… key for your code, or the chat interface to talk directly.

03

Pick a model and track usage

Every model shows its price; your balance and history are visible in real time under Settings.

Simple pricing

Starter

Pour commencer avec l'IA

€1.99/month

2 credits per month

Starting with our most accessible plan. All plans include monthly credits and access to all models.

Compare plans

An honest comparison

What TokRouter brings compared to other ways of using AI models.

CriteriaTokRouterA generic AI routerDirect per-provider subscriptions
A single API for multiple providersYesYes
Built-in chat includedYesVaries
Centralized billingYesYes
French-language interfaceYesVariesVaries
Direct support from the teamYesVariesVaries
Detailed spend trackingYesVariesVaries
OpenAI and Anthropic SDK compatibleYesVaries
Unified credit systemYesVaries

Compared only on verifiable criteria. "Varies" means it depends on the specific service chosen.

Privacy, no spin

What we receive, what providers receive, and how to stay in control.

What TokRouter receives

Your account (email, balance), your API keys, and — only for the web chat — your conversation history, so you can find it again.

What model providers receive

The content of the request sent to the chosen model, relayed through our infrastructure. Your TokRouter account identity (email, payment method) is never shared.

What is retained

API calls (/api/v1) don't store message content, only token volumes and cost. The web chat keeps your conversations until you delete them.

Stay in control

Delete a conversation anytime from the chat, or your whole account from Settings → Danger zone.

Read the full privacy policy

Frequently asked questions

Answers grounded in how the product actually works.

What is a credit?+
A credit is TokRouter's internal billing unit. It pays for requests sent to AI models, in chat as well as via the API.
What is it worth?+
1 credit = 1 US dollar (USD) of billed consumption. That value is fixed, regardless of the model used.
Do credits expire?+
Credits included in a subscription do not roll over to the next month if unused. Credits bought as a top-up do not expire as long as the account stays active.
Can I buy credits without a subscription?+
No: one-time credit top-ups are currently reserved for accounts with an active subscription. A balance obtained another way (a claim code) remains usable without a subscription.
What margin does TokRouter apply?+
A 10% margin is applied on the exact cost billed by the model provider, for every request. This rate is public.
Is VAT included?+
Displayed prices are in euros, tax included.
What happens when a model's price changes?+
The catalog is resynced by the TokRouter team from the provider; the rate applied is always the one shown on the Models page at the time of the request.
Can I use the OpenAI SDK?+
Yes. The API is compatible with the official OpenAI SDK: just change the base URL and API key.
Does streaming work?+
Yes, in chat as well as via the API (stream: true), as Server-Sent Events.
Does tool calling work?+
Yes, in both the OpenAI format (tools, tool_calls) and the Anthropic format (tool_use, tool_result).
Are images supported?+
Yes, if the chosen model supports vision — check the corresponding column on the Models page.
Does TokRouter store prompts?+
Web chat conversations are stored so they stay in your history. API calls (/api/v1) don't store message content: only token volumes and cost are kept.
Do providers use the data for training?+
That depends on the policy of the chosen model's provider, which TokRouter does not directly control. Check the relevant provider's policy before sending sensitive data.
Can I set a maximum budget?+
Not yet as a self-service feature — it's in the works. Your usage is visible in real time under Settings → Usage, and access is automatically cut off once your balance hits zero.
What happens when a provider is unavailable?+
The request fails with the error returned by the provider and your credits are not charged: billing only happens after a successful response. There is no automatic fallback to another model yet.
How do I delete my account and data?+
From Settings → Danger zone, in one click. The account is deactivated immediately, then permanently deleted after 14 days.

Ready to start?

Create your account in 30 seconds and start using the best AI models today.

Create free account