GPT-5 Mini
GPT-5 Mini is served by 2 providers that kRouter can route to, with a 400K-token context window and pricing from $0.75 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 GPT-5 Mini
| Provider | Route as |
|---|---|
| GitHub Copilot | gh/gpt-5-mini |
| OpenAI | openai/gpt-5-mini |
What GPT-5 Mini is suited for
A 400K window is large enough to hold a substantial part of a codebase in one turn, so it suits whole-repo refactors and long agent sessions where the history keeps growing. 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 $0.38 against $0.75 fresh, which is the difference that matters most for agent work — the same context is resent on every turn.
Specs
- Context window
- 400K
- Max output
- 128K
- Input / 1M
- $0.75
- Output / 1M
- $3.00
- Extended reasoning
- Image input
- Tool / function calling
Cheaper alternatives to GPT-5 Mini
Comparable capabilities at a lower rate. With a kRouter combo you can send routine turns to one of these and reserve GPT-5 Mini for the work that actually needs it.
- Gemini 3 Flash Preview$0.50 in · $3.00 out per 1M
- Gemini 3.1 Pro$0.50 in · $3.00 out per 1M
- Gemini 3.1 Flash Lite Preview$0.50 in · $3.00 out per 1M
- Gemini 3 Flash$0.50 in · $3.00 out per 1M
GPT-5 Mini FAQ
How much does GPT-5 Mini cost?
GPT-5 Mini is $0.75 per 1M input tokens and $3.00 per 1M output tokens. Cached input is $0.38, which matters a lot for agent work that resends the same context each turn.
Which providers serve GPT-5 Mini?
2 providers: GitHub Copilot, OpenAI. Through kRouter you can switch between them by changing the route prefix, without changing your tool.
What is GPT-5 Mini's context window?
400K tokens, with up to 128K 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 GPT-5 Mini?
Yes — Gemini 3 Flash Preview ($0.50/1M in), Gemini 3.1 Pro ($0.50/1M in), Gemini 3.1 Flash Lite Preview ($0.50/1M in), Gemini 3 Flash ($0.50/1M in) are cheaper with comparable capabilities. A kRouter combo can send routine turns to one of those and keep GPT-5 Mini for the work that needs it.
Route to GPT-5 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