gpt-4o-mini
gpt-4o-mini is OpenAI's model at $0.15 input and $0.60 output per million tokens, with a 128K context window. On a typical 3:1 input-to-output mix that blends to roughly $0.26 per million tokens, placing it in the budget band of the 68 models tracked here — cheaper than 79% of them.
By price, gpt-4o-mini ranks 15th cheapest of 68 on input and 15th on output. Its quality score of 80 ranks 48th of 68, and on value (quality score ÷ output price) it ranks 15th of 68. Its blended rate sits 91% below the catalog average.
In real billing terms: a support chatbot handling 50,000 turns a month (2,000 input / 500 output tokens each) costs about $30 per month on gpt-4o-mini, while a RAG workload of 20,000 queries (8,000 input / 800 output tokens each) runs about $34. Because output is priced 4.0× input here, long-generation tasks scale cost fastest — cap output length before you optimise anything else.
A 128K context window holds roughly 171 pages of A4 text (at ~750 tokens per page), ranking 53rd of 68 here. That covers typical RAG and multi-turn chat, though book-length inputs still need retrieval and chunking. Output runs at about 160 tok/s (16th fastest of 68), fast enough for real-time interaction and high-throughput batches.
We track 11 OpenAI models, and gpt-4o-mini's blended rate sits 93% below that provider's average. If your task tolerates a little less headroom, qwen3.5-flash (Alibaba) blends about 79% cheaper at a quality score of 82, and is worth benchmarking first. Going the other way, Hunyuan HY3 scores 87 on quality for about 62% less.
The closest model in OpenAI's line-up is gpt-5.6-luna ($0.20 input / $1.20 output, quality 90). Against it, gpt-4o-mini scores 10 points lower on quality, runs 10 tok/s faster (about 7%), has a 921K smaller context window, costs 71% less blended. When two models sit this close on price, the deciding factor is usually the quality ceiling — run both against your real prompts before picking.
Estimated monthly cost
Monthly API spend across four common workloads, next to the cheapest model we track.
| Workload | Usage assumption | This model | Cheapest model |
|---|---|---|---|
| Support chatbot | 2,000 input / 500 output tokens per turn, 50,000 turns per month | $30 | $3.00 |
| RAG document Q&A | 8,000 input / 800 output tokens per query, 20,000 queries per month | $34 | $3.84 |
| Coding assistant | 12,000 input / 2,000 output tokens per request, 10,000 requests per month | $30 | $3.20 |
| Batch summarization | 4,000 input / 400 output tokens per item, 200,000 items per month | $168 | $19 |
Derived directly from the rates on this page. Excludes prompt caching, batch discounts and free tiers.
How it compares
The alternatives worth benchmarking alongside it, from the same dataset.
| Model | Provider | Blended /1M | Quality | Price delta |
|---|---|---|---|---|
| gpt-4o-mini | OpenAI | $0.26 | 80 | — |
| qwen3.5-flashCheaper option | Alibaba | $0.055 | 82 | -79% |
| Hunyuan HY3Higher quality | Tencent | $0.10 | 87 | -62% |
| gpt-5.6-lunaSame provider | OpenAI | $0.45 | 90 | +71% |
Best for
Modalities
Where it fits — and where it doesn't
Good fit
- Chat and support: natural multi-turn conversation for user-facing products.
- High throughput and real-time UX: 160 tok/s keeps streamed responses feeling instant.
- High-volume, cost-sensitive batch work: low rates suit classification, tagging and summarization at scale.
- Multimodal input: handles images, screenshots and scanned documents directly.
Poor fit
- Hard reasoning: a quality score of 80 is on the low side here; pick a stronger model for complex planning or maths.
Frequently asked questions
How much does the gpt-4o-mini API cost?
gpt-4o-mini costs $0.15 per million input tokens and $0.60 per million output tokens. On a 3:1 input-to-output mix that blends to about $0.26 per million tokens.
What does gpt-4o-mini cost per month?
It depends on volume. Using the four worked scenarios on this page: a support chatbot runs about $30/month, RAG document Q&A about $34/month, a coding assistant about $30/month, and batch summarization about $168/month. Plug your own token counts into the cost calculator for a tailored figure.
How large is the gpt-4o-mini context window?
128K tokens — roughly 171 pages of A4 text at ~750 tokens per page, ranking 53rd of the 68 models tracked here.
gpt-4o-mini or qwen3.5-flash — which is better value?
qwen3.5-flash blends to about $0.055 per million tokens versus $0.26 for gpt-4o-mini — roughly 79% cheaper — at a quality score of 82 against 80. If that quality gap does not show up on your task, take the cheaper one; if it does, stay with gpt-4o-mini. Benchmark both on your own data before deciding.
What is gpt-4o-mini best suited for?
Tagged use cases: chatbot, cheap, fast. Chat and support: natural multi-turn conversation for user-facing products. Less suitable: Hard reasoning: a quality score of 80 is on the low side here; pick a stronger model for complex planning or maths.
How current is this gpt-4o-mini pricing?
Pricing here was last verified on 2026-08-19 against official documentation. llmprice.app runs a daily collection job, but providers can change rates between runs — confirm against OpenAI's official pricing page before you commit.
Estimate the real cost of this model
Bring tokens per request and monthly volume into the calculator to compare total model costs.
Related models
Continue by provider and use case.
gpt-5.4-nano
gpt-5.4-mini
Pricing, speed and quality scores change over time. Confirm official documentation before production use.