GPT-5 Mini API pricing: $0.25/1M for volume workloads

GPT-5 Mini lists at $0.25/1M input and $2/1M output. Its price makes it a candidate for routing, classification, and other high-volume steps. OpenAI's checked model page does not publish a SWE-bench result or a numeric throughput claim.

By benchr Editorial Team · · Context, maximum output, and standard prices checked against the official model page · View changelog

Input / 1MOpenAI
Output / 1MOpenAI
ContextOpenAI model page
Max outputOpenAI model page

Pricing breakdown

gpt-5-mini — official OpenAI pricing
TierRate / 1M tokens
Standard input$0.25
Standard output$2.00
Cached input$0.025
Batch input$0.125
Batch output$1.00
Context window400,000 tokens
Maximum output128,000 tokens

Context window and maximum output are separate

OpenAI lists a 400,000-token context window and a separate 128,000-token maximum output. The first is the total request window; the second caps generated output. Output still consumes part of the overall context budget, so 400,000 tokens of input plus 128,000 tokens of output is not the correct interpretation. Reserve room for the requested output and any other message or tool content.

What OpenAI publishes — and what it does not

The checked GPT-5 Mini model page publishes price, context, maximum output, supported endpoints, and features. It does not list a SWE-bench result or a numeric tokens-per-second claim. Benchr leaves those formal fields blank instead of presenting an unsourced estimate.

For coding, run representative repository issues and review the patches. For classification, extraction, routing, and customer-service workloads, evaluate accuracy, escalation rate, latency, and cost on a labelled sample from your own traffic.

Where the published price may fit

At $0.25/1M input, GPT-5 Mini can be economical for pipelines making many small, well-specified calls. Actual throughput varies with region, load, output length, and request settings, and the checked provider page does not state a numeric rate. Measure latency on your deployment before sizing capacity.

Batch API: the $0.125 route

GPT-5 Mini via the OpenAI Batch API lists at $0.125/1M input and $1/1M output. For offline document processing, data labeling, eval generation, or other pipelines that can tolerate the provider's current batch turnaround, compare that published rate with the alternatives available when you deploy. At $0.125 per million, a 1B-token monthly input workload costs $125 before output charges.

Cost scenarios

At the listed rates, 100M input + 20M output tokens per month costs $25 + $40 = $65/month. Using the comparison rates recorded for this snapshot, GPT-5 totals $325 and Claude Haiku 4.5 totals $200 for the same token mix. This is rate-card arithmetic only: current prices, caching, tool charges, retries, and task accuracy can change total workload cost.

Use-case fit

Test for: Intent classification; sentiment analysis; structured extraction; customer-service routing; content moderation; and batch document labelling where the listed price materially affects unit economics.

Do not fill the missing benchmark with a guess: the provider's absent SWE-bench result does not prove suitability or unsuitability for a task. Use a representative quality evaluation. Treat the published 400,000-token context and 128,000-token maximum output as separate constraints.

Decision checklist

Before choosing GPT-5 Mini, run a labelled quality evaluation on your actual task distribution, including coding or complex cases if your traffic contains them. Compare accuracy, escalation rate, latency, and total cost with the alternatives; no provider-published benchmark on this page defines the next quality tier.

For batch workloads: calculate monthly token volume and compare $0.125 batch vs $0.25 standard. If turnaround time allows async execution, the batch route cuts costs in half.

Frequently asked

Does OpenAI publish a SWE-bench result for GPT-5 Mini?

The OpenAI model page checked on July 30, 2026 does not list a SWE-bench result for GPT-5 Mini. The formal benchmark field stays blank; use a representative coding evaluation for your own decision.

Are the 400,000-token context and 128,000-token output limits the same thing?

No. OpenAI lists a 400,000-token context window for the request and a separate maximum output of 128,000 tokens. The output is part of the total context budget, so usable input depends on the output allowance and other request content.

How does GPT-5 Mini compare to Claude Haiku 4.5 for volume use?

Compare the published token prices for your input/output mix, then run both models on the same labelled sample. Provider pages do not publish a directly comparable speed and coding pair, so they do not establish a measured quality or latency gap.

Does GPT-5 Mini support the Batch API?

Yes. OpenAI lists the Batch endpoint for GPT-5 Mini. Check the live pricing table for the applicable batch and context tier before budgeting because the model overview can show a different pricing tab.

Changelog

  • — Corrected the context window from 128,000 to 400,000 tokens and identified 128,000 as the separate maximum output.
  • — Expanded with SWE-bench analysis, batch API economics, use-case fit, and cost scenarios.
  • — Published. Pricing verified at platform.openai.com/docs/pricing.

Sources

  • OpenAI GPT-5 Mini model page and Platform pricing — developers.openai.com/api/docs/models/gpt-5-mini (rechecked July 24, 2026)
  • OpenAI GPT-5 Mini model page — price, context, maximum output, and supported endpoints (checked July 30, 2026)