Skip to main content
kRouter
All models

O3 Mini

O3 Mini is served by 2 providers that kRouter can route to, with a 200K-token context window and pricing from $10.00 per 1M input tokens. Because more than one provider offers it, the price you pay depends on which one you route to — the same request, the same model, different bills.

Where to get O3 Mini

ProviderRoute as
OpenAIopenai/o3-mini
Blackbox AIblackbox/o3-mini

What O3 Mini is suited for

A 200K window comfortably holds a long file plus its surrounding context, which covers most day-to-day coding turns without compaction. It supports extended reasoning, which helps on debugging and multi-step planning but spends output tokens on thinking before the answer appears — worth knowing when you set max_tokens. Tool and function calling are supported, so it can drive an agent loop. It accepts images, so screenshots and diagrams can go straight into the prompt. Cached input is billed at $5.00 against $10.00 fresh, which is the difference that matters most for agent work — the same context is resent on every turn.

Specs

Context window
200K
Max output
100K
Input / 1M
$10.00
Output / 1M
$40.00

Cheaper alternatives to O3 Mini

Comparable capabilities at a lower rate. With a kRouter combo you can send routine turns to one of these and reserve O3 Mini for the work that actually needs it.

O3 Mini FAQ

How much does O3 Mini cost?

O3 Mini is $10.00 per 1M input tokens and $40.00 per 1M output tokens. Cached input is $5.00, which matters a lot for agent work that resends the same context each turn.

Which providers serve O3 Mini?

2 providers: OpenAI, Blackbox AI. Through kRouter you can switch between them by changing the route prefix, without changing your tool.

What is O3 Mini's context window?

200K tokens, with up to 100K tokens of output. kRouter publishes this on /v1/models as context_length, so clients read the real number instead of guessing from the model name.

Is there a cheaper alternative to O3 Mini?

Yes — Claude Opus 4.6 ($5.00/1M in), Claude Opus 4.7 ($5.00/1M in), GPT-5.2 ($5.00/1M in), GPT-5.1 ($4.00/1M in) are cheaper with comparable capabilities. A kRouter combo can send routine turns to one of those and keep O3 Mini for the work that needs it.

Route to O3 Mini from any tool

kRouter runs locally and gives Claude Code, Cursor, Codex and the rest one endpoint that reaches every provider above — with automatic failover. Free and MIT-licensed.

Install kRouter