One API for calling
every model

Point your SDK to one base URL. Manage scoped keys, prepaid credits, model access, usage, and reliability from one Tokener.ai account.

Compatible with OpenAI & Anthropic APIs · change only the base URL

New verified accounts receive $2.00 in API credits, valid for 93 billing days.

first_request.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.tokener.ai/v1",
    api_key="sk-tk-••••••••••••",
)

response = client.chat.completions.create(
    model="YOUR_MODEL_ID",
    messages=[{"role": "user", "content": "Summarize this ticket."}],
)
What you run

The control plane, not the chat window.

Keys, credits, and usage are first-class. The model call stays on your gateway — Tokener.ai owns everything around it.

Access

Scoped API keys

Create keys per app or environment. Reveal them again until revoked; disable or revoke instantly.

repeat revealrevokelast used
Credits

Prepaid, enforced

Top up credits; spend is drawn from an append-only ledger. Budget syncs to your gateway so exhausted balances stop.

ledgerbudget syncreconciled
Usage

Spend by model

Requests, tokens, and cost settle within minutes of each call — aggregated by day, model, and key.

by modelby keytabular
Catalog

Models

Every model available through your endpoint, with context limits and public pricing per million tokens. Prices are what you pay, billed against prepaid credits.

Get an API key
ModelCategoryContextInput /1MCache /1MOutput /1MStatus
claude-opus-5AnthropicReasoning1M$5.00$1.00$25.00Available
claude-sonnet-5AnthropicReasoning1M$2.00$0.50$10.00Available
deepseek-v4-flashDeepseekReasoning1M$0.44$0.014$1.32Available
deepseek-v4-proDeepseekReasoning1M$1.32$0.044$3.96Available
gpt-5.6-lunaOpenAIReasoning1M$0.20$0.02$1.20Available
gpt-5.6-solOpenAIReasoning1M$4.00$0.40$20.00Available
gpt-5.6-terraOpenAIReasoning1M$2.00$0.20$12.00Available
kimi-k3KimiReasoning1M$3.00$0.30$15.00Available
8 models · pricing per 1M tokens · billed against prepaid creditsView all models →

Start with one endpoint

Create an account, add a key, send your first request in minutes.