B2B AI API — pricing and quick start
One endpoint for Claude, GPT, Gemini, image and video models — about 2× cheaper than going to each vendor directly. No subscription: you top up a wallet and pay per call at the prices below.
Live prices
| Model | Type | Price |
|---|---|---|
claude-opus-5 — Claude Opus | text | $2.13 / 1M input tokens |
claude-sonnet-4.6 — Claude Sonnet | text | $1.27 / 1M input tokens |
claude-haiku-4.5 — Claude Haiku | text | $0.425 / 1M input tokens |
gpt-5.4 — GPT | text | $1.06 / 1M input tokens |
gpt-5.4-mini — GPT mini | text | $0.317 / 1M input tokens |
nano-banana-2 — Nano Banana (Gemini) | image | $0.027 / request |
nano-banana-pro — Nano Banana Pro | image | $0.029 / request |
gpt-image-2 — GPT Image | image | $0.027 / request |
kling-v3 — Kling | video | $0.081 / second of video |
seedance-2.0-fast — Seedance Fast | video | $1.23 / request |
Prices track the gateway price list automatically (a fixed markup over the market). Full machine-readable list for every model: GET https://zerocoder.com/api/v1/models
Quick start
- Sign in and open the Studio — your API keys live in the account section.
- Top up the API wallet (separate from studio credits; minimum first top-up applies).
- Call the API — it is drop-in compatible with the Anthropic Messages format:
curl https://zerocoder.com/api/v1/messages \
-H "x-api-key: YOUR_KEY" \
-H "content-type: application/json" \
-d '{"model": "claude-sonnet", "max_tokens": 300,
"messages": [{"role": "user", "content": "Hello!"}]}'Model aliases: claude-opus, claude-sonnet, claude-haiku, gpt, gpt-mini, nano-banana, gpt-image and more — see the models endpoint above.
FAQ
Why is it cheaper than going direct?
We aggregate volume across one gateway contract and add a fixed markup — that lands about 2× below list prices of the vendors.
Is there a minimum contract?
No. Wallet top-up, pay per call. The wallet is separate from studio credits so your bill reconciles in one currency.
What about rate limits and uptime?
Requests fail over between providers where the model allows it; your key's usage and spend are visible in the account section.
Do you store my prompts?
Requests are proxied for billing and abuse control; we can sign an NDA and discuss data handling for enterprise volumes.