Look up what 827 AI models actually cost, then switch in one line
Per-token pricing for Claude, GPT-5.6, Gemini, DeepSeek, GLM, Kimi, Qwen and more — behind one key and one balance. Registration is free, there is no prepay, and you can start with $1. Where we could verify the official list price, we show the difference and cite the source.
No prepay. No monthly minimum. Add as little as $1 and pay only for what you use.
What you actually pay
| Model | Official (in / out) | Gateway (in / out) | Saving |
|---|---|---|---|
| Claude Opus 5 Anthropic |
$5 / $25 | $2.5 / $12.5 | -50% |
| Claude Sonnet 5 Anthropic |
$2 / $10 | $1 / $5 | -50% |
| Claude Fable 5 Anthropic |
$10 / $50 | $5 / $25 | -50% |
| Claude Haiku 4.5 Anthropic |
$1 / $5 | $0.5 / $2.5 | -50% |
| GPT-5.6 Sol OpenAI |
$4 / $20 | $2.5 / $15 | -27% |
| GPT-5.6 Terra OpenAI |
$2 / $12 | $1 / $6 | -50% |
| GPT-5.6 Luna OpenAI |
$0.2 / $1.2 | $0.1 / $0.6 | -50% |
| GPT-6 Astra OpenAI |
$10 / $50 | $5 / $25 | -50% |
| Gemini 3.7 Flash |
not verified | $0.375 / $1.875 | n/a |
| DeepSeek V4 Pro DeepSeek |
not verified | $0.66 / $1.98 | n/a |
| DeepSeek V4 Flash DeepSeek |
not verified | $0.22 / $0.66 | n/a |
| GLM-5.3 Zhipu |
not verified | $0.7 / $2.2 | n/a |
| MiniMax M3 MiniMax |
not verified | $0.15 / $0.6 | n/a |
| Kimi K3 Moonshot |
not verified | $1.5 / $7.5 | n/a |
| Qwen3.8 Max Alibaba |
not verified | $1 / $3 | n/a |
| Grok 4.1 xAI |
not verified | $1 / $5 | n/a |
Per 1M tokens, USD, standard tier. Synced 2026-09-16. Savings are shown only where we could verify the official list price against vendor documentation — see each model page for the source. Where a cell reads not verified we make no comparison claim.
See all 827 models → · or browse the full catalogue for a single vendor: Claude · GPT · Gemini · DeepSeek · Qwen · Grok · GLM · Kimi · Llama · all vendors
Why developers use it
Verified savings, not slogans
Claude Opus 5, Sonnet 5, Fable 5 and Haiku 4.5 currently run at 50% of Anthropic's documented list price. GPT-5.6 Terra, Luna and GPT-6 Astra at 50% of OpenAI's. We cite the vendor page for every claim — and where we could not verify an official price, we show no percentage at all.
Pay as you go, from $1
Most discounted routes make you prepay $250 to $10,000 for a credit bundle before you can send a single request. This one does not. Add $1, spend $1, top up whenever. Idle days cost nothing.
One account, 827 models
Claude, GPT, Gemini, DeepSeek, GLM, Kimi, Qwen and MiniMax behind one key and one balance — including the Chinese models that normally need a separate account, a local payment method, and a separate top-up each.
Work out your own number
Generic averages are useless. Put in your real token volume and see the monthly and yearly difference.
How to switch
It is a base URL change, not a rewrite. Pick your tool:
Claude Code
Two environment variables. No code changes.
Cursor
Point the Anthropic base URL at the gateway.
OpenAI SDK
One base_url argument in Python or Node.
Questions people ask first
Is this actually the same model?
Yes. You call the same model ID (claude-opus-5, gpt-5.6-luna) through an OpenAI-compatible gateway. Same weights, same context window, same SDK. Only the billing endpoint differs.
How much cheaper is it, exactly?
It depends on the model, and we will not pretend otherwise. The Claude family and most of the GPT-5.6 family currently run at 50% of the documented official list price. GPT-5.6 Sol is 37.5% off input / 25% off output because OpenAI's own $4/$20 rate is promotional (valid at least through 2026-11-21). Some models run at or near list. Use the price index for the current number on the model you actually use — that page is synced from the gateway's pricing endpoint, and we flag every figure we could not verify.
Why do the discounts vary between models?
Gateway pricing follows what the upstream vendors charge. When a vendor runs a promotion the gateway discount widens; when it ends, the price moves back up. This is why we publish dated, per-model prices instead of a blanket "X% off" banner.
Do I have to prepay?
No. Minimum top-up is $1 and there is no monthly minimum. This is the main difference from the prepaid credit bundles most competitors sell.
How do I pay?
Card via Stripe, plus other methods depending on region. Balances are denominated in USD.
What about DeepSeek and other Chinese models?
We publish the gateway price for them but do not claim a discount, because DeepSeek bills by peak and off-peak windows and cache hit/miss tiers — a single "X% off" number would be misleading. The value there is access: one account instead of registering with each Chinese vendor and sorting out local payment.
Does this work with Claude Code and Cursor?
Yes. Both let you override the API base URL. See the setup guides.
What is the catch?
You are routing through a third-party gateway, so you are trusting their uptime and their model routing rather than Anthropic's or OpenAI's directly. Read how it works before you move production traffic.