GPT-5.5 API pricing: rates, context, and batch trade-offs

GPT-5.5 costs 4× more than GPT-5 on standard input and 3× more on output. The published decision factors are its larger context window, computer-use support, and separate short- and long-context rates. OpenAI's checked model page does not publish a directly comparable SWE-bench result.

By benchr Editorial Team · · Prices and limits checked against OpenAI's model and pricing pages · View changelog

Input / 1MOpenAI · Apr 2026
Output / 1MOpenAI
Max outputOpenAI model page
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 positioned for agent and computer-use tasks. Its published ARC-AGI-2 figure can be one screening signal, but no public benchmark establishes how many retries it will save in a particular agent loop. Measure completion rate, retry count, latency, and review cost on representative tasks before changing routing.

The caching economics

Cached input costs $0.50/1M — 90% off the standard rate. For agents with large, repeated system prompts, a hypothetical 90% cache-hit rate drops GPT-5.5's effective input cost from $5.00 to approximately $0.95 per million. Output at $30/1M does not receive that cached-input rate, so include output and the observed cache-hit rate in the total.

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 is $50 + $90 = $140/month. GPT-5 at the same recorded token rates totals $42.50. GPT-5.5 batch pricing totals $70/month; a hypothetical 90% cache-hit rate on standard input gives about $99.50/month. These are rate-card scenarios, not evidence of a quality or completion-rate difference.

Use-case fit

Shortlist for testing: Tasks that exceed GPT-5's listed 400K context limit, computer-use pipelines, and batch processing that can use the listed discount.

Compare before switching: If requests fit within 400K tokens, run both models on the same sample and include completion, retry, latency, and review costs. The published price difference does not establish which route is economically better.

Decision checklist

Before routing to GPT-5.5, measure your actual 90th-percentile context length in production. Then run an A/B test on a representative sample of your hardest tasks; the provider page does not supply a comparable coding score that can replace that test.

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?

Shortlist it when tasks exceed GPT-5's 400K context limit, require computer use, or can use the published batch rate. Whether it improves completion or retry rates is workload-specific and needs an A/B test; the checked OpenAI model page does not publish a directly comparable SWE-bench result.

What is the batch API price for GPT-5.5?

OpenAI's pricing table lists $2.50/1M input and $15/1M output for short-context batch processing. The provider documents separate long-context rates above 272K input tokens, so calculate against the correct tier.

How does GPT-5.5 compare to Claude Opus 4.8?

Both list at $5/1M standard input; GPT-5.5 standard output is $30/1M and Claude Opus 4.8 output is $25/1M. Their provider evaluations use different conditions, and the checked GPT-5.5 model page does not publish a comparable SWE-bench result. Run both on the same workload instead of inventing a score gap.

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)
  • OpenAI GPT-5.5 model page — context, maximum output, API id, and standard prices (checked July 30, 2026)
  • OpenAI API pricing — standard, batch, and long-context rates (checked July 30, 2026)