GPT-5.5 API pricing: when the upgrade from GPT-5 is justified

GPT-5.5 costs 4× more than GPT-5 on input and 3× more on output. You get a 9-point SWE-bench improvement, 2.5× the context window, and native computer-use capability. The question isn't whether it's better — it is. The question is whether your workload actually needs it.

By the benchr team · · Figures verified against official sources, June 6, 2026 · View changelog

Input / 1MOpenAI · Apr 2026
Output / 1MOpenAI
SWE-benchverified
Contextmax window

Pricing breakdown

gpt-5.5 — official OpenAI pricing
TierRate / 1M tokens
Standard input$5.00
Standard output$30.00
Cached input$0.50
Batch input$2.50
Batch output$15.00
Context window1,050,000 tokens
Max output128,000 tokens

The 400K vs 1M context question

GPT-5 caps at 400,000 tokens — useful for most tasks, but a hard ceiling for large repository analysis, extended agent sessions, or processing full legal or technical documents without truncation. GPT-5.5 extends this to 1,050,000 tokens, matching Anthropic and DeepSeek. If you're regularly approaching 300K tokens per call, the context ceiling is a practical constraint, not a theoretical one.

The practical test: check your 90th-percentile context length in production. If it's under 300K, GPT-5's limit isn't your problem and the upgrade doesn't help you.

Computer use and agentic reasoning

GPT-5.5 is OpenAI's primary model for autonomous agent tasks. ARC-AGI-2 score: 22% versus GPT-5's 16% — a 6-point improvement on the benchmark designed to test genuine reasoning flexibility, not pattern matching. For multi-step agents where the model must take actions, recover from failures, and maintain state over long sessions, GPT-5.5's stronger reasoning ceiling translates into fewer retries and shorter task completion loops.

The caching economics

Cached input costs $0.50/1M — 90% off the standard rate. For agents with large, repeated system prompts, the a 90% cache hit rate drops GPT-5.5's effective input cost from $5.00 to approximately $0.95 per million — roughly the same as full-rate GPT-5. Output at $30/1M doesn't cache, so output-heavy workloads still pay the full GPT-5.5 premium.

For the narrative version of this rate card — including how the long-context reprice hits whole sessions — read the GPT-5.5 pricing explainer.

Batch API: the 50% route

GPT-5.5 via the OpenAI Batch API: $2.50/1M input, $15/1M output. Batch jobs run asynchronously with up to 24-hour turnaround. For evals, document classification, synthetic data generation, or any non-real-time processing pipeline, the batch rate makes GPT-5.5 cost-competitive with real-time GPT-5. This is the clearest case for GPT-5.5 in cost-sensitive environments.

Cost scenarios

At 10M input + 3M output per month, standard pricing: $50 + $90 = $140/month. GPT-5 at the same volume: $12.50 + $30 = $42.50/month — GPT-5.5 is 3.3× more expensive. With the batch discount: $25 + $45 = $70/month. With 90% cache hit on input, standard pricing: ~$9.50 input + $90 output = $99.50/month. The batch route is the most cost-efficient path to GPT-5.5 capability for teams that can tolerate async execution.

Use-case fit

Best for: Tasks that exceed GPT-5's 400K context limit; autonomous agent workloads where the 9-point SWE-bench improvement reduces failure rates; computer use pipelines; batch processing where the 50% batch discount justifies the upgrade.

Skip if: Your context needs fit within 400K tokens and reasoning depth isn't a bottleneck — GPT-5 at $1.25 handles the same tasks at one-quarter the cost. Also skip for pure volume workloads; GPT-5 or DeepSeek V4-Pro are more rational.

Decision checklist

Before routing to GPT-5.5: measure your actual 90th-percentile context length in your current production traffic — if it's under 300K, the context upgrade doesn't help you. Run an A/B on a representative sample of your hardest tasks to measure whether the SWE-bench improvement is visible in your specific failure modes.

Consider the batch API first: if your workload tolerates 24-hour turnaround, the batch pricing brings GPT-5.5 to $2.50/$15 — a different cost conversation than standard pricing.

Frequently asked

When is GPT-5.5 worth the price over GPT-5?

Three scenarios justify the upgrade: (1) your tasks regularly exceed GPT-5's 400K context limit — GPT-5.5 offers 1.05M; (2) your pipeline uses computer use or autonomous agent execution where the 9-point SWE-bench improvement reduces retries; (3) you're running batch workloads — the 50% batch discount brings GPT-5.5 to $2.50/$15 per million, competitive with full-rate GPT-5. For general tasks in 400K context, GPT-5 at $1.25 is almost always the better economic choice.

What is the batch API discount for GPT-5.5?

50% off: $2.50/1M input, $15/1M output. Batch jobs run asynchronously with up to 24-hour turnaround. For document processing, evals, or non-real-time workloads, the batch rate makes GPT-5.5 cost-competitive with real-time GPT-5 pricing.

How does GPT-5.5 compare to Claude Opus 4.8?

Both cost $5/1M input. GPT-5.5 output is $30/1M; Claude Opus 4.8 is $25/1M — Opus is cheaper per output token. Opus 4.8 leads on SWE-bench (88.6% vs 84%) and GPQA Diamond (93.6%). GPT-5.5 leads on ARC-AGI-2 (22%) and speed (82 vs 68 tok/s). For the highest coding benchmark, Opus 4.8 wins. For OpenAI-stack teams, GPT-5.5 is the natural frontier pick.

Changelog

  • — Added the GPT-5.5 Pro tier ($30/$180, batch $15/$90, no cache discount), now officially listed on developers.openai.com and recorded in model-figures.json.
  • — Expanded with cost analysis, context window breakdown, batch API guide, and use-case sections.
  • — Published. Pricing verified at platform.openai.com/docs/pricing.

Sources

  • OpenAI Platform pricing — platform.openai.com/docs/pricing (verified June 6, 2026)
  • SWE-bench Verified leaderboard — swebench.com (verified June 6, 2026)
  • benchr models.json — verified June 6, 2026