GPT-4.1 Mini vs GPT-5 Mini: pricing & cost comparison
On input tokens, GPT-5 Mini is the cheaper of the two — 38% less per million ($0.4 vs $0.25). On output, GPT-4.1 Mini is 20% cheaper ($1.6 vs $2) — and since output is usually the dominant cost driver, that gap matters more than it looks.
Side by side
| GPT-4.1 Mini | GPT-5 Mini | |
|---|---|---|
| Input / 1M tokens | $0.4 | $0.25 |
| Output / 1M tokens | $1.6 | $2 |
| Context window | 1,047,576 | 400,000 |
| Token-count accuracy | exact | exact |
| Cost — 10,000 input + 2,000 output tokens | $0.0072 | $0.0065 |
What a real request costs
Take a representative turn — 10,000 input + 2,000 output tokens. GPT-4.1 Mini comes to $0.0072, GPT-5 Mini to $0.0065. Across 100,000 requests that's a $70 swing in favour of GPT-5 Mini. To run the numbers on your actual prompt, paste it into the calculator and toggle Compare across all models.
Which should you pick?
Both are OpenAI models, so you can move between them without changing SDKs or re-tokenising — route the routine 80% of traffic to the cheaper one and reserve GPT-4.1 Mini for the genuinely hard requests. See the full breakdown on the dedicated pages for GPT-4.1 Mini and GPT-5 Mini.
FAQ
- Is GPT-4.1 Mini or GPT-5 Mini cheaper?
- For a typical request (10,000 input + 2,000 output tokens), GPT-5 Mini is cheaper — about 10% less, or roughly $70 saved per 100,000 requests. GPT-4.1 Mini runs $0.4/$1.6 per 1M input/output tokens; GPT-5 Mini runs $0.25/$2.
- Which has the larger context window?
- GPT-4.1 Mini, at 1,047,576 tokens versus 400,000.
- How accurate are these token counts?
- GPT-4.1 Mini: Exact tokenization via the canonical OpenAI vocab (o200k_base). GPT-5 Mini: Exact tokenization via the canonical OpenAI vocab (o200k_base). The dollar math itself is exact once the token count is known.