← Back to API models

GPT-5.5

by OpenAI · flagship · released Apr 23, 2026

OpenAI's fully retrained flagship. Doubled in API price over GPT-5.4, with a much bigger 1M token context.

Input $5 / 1M
Output $30 / 1M
Context 1M tokens
Released Apr 2026
OpenAI Platform ↗ Updated May 20, 2026
§ API pricing

Per-token rates.

Input
$5/1M tokens
Prompt tokens
  • Standard request input
  • Counted from your prompt + system message
  • Vision inputs billed as input tokens
Output
$30/1M tokens
Completion tokens
  • 6× the price of input
  • Includes hidden reasoning tokens in thinking mode
  • Higher than Opus 4.7 ($25 output)
Context
1Mtokens
Window
  • Up from 272K on GPT-5.4
  • Matches Gemini 3.1 Pro's window
  • Long-context queries still bill at flat rate
Pro mode
$30/$180 per 1M
GPT-5.5 pro
  • Available in ChatGPT Pro
  • Heavier compute, longer thinking
  • 6× the price for the toughest tasks

What changed in GPT-5.5

GPT-5.5 is not a fine-tune of GPT-5.4 — OpenAI describes it as a from-scratch retraining released on April 23, 2026. The headline numbers tell most of the story: API pricing doubled (input went from $2.50 to $5, output from $15 to $30) and the context window jumped from 272K to a flat 1M tokens. Both moves push GPT-5.5 directly into the same lane as Gemini 3.1 Pro and the higher Anthropic tiers.

The price increase is real but defensible. For most evaluators, GPT-5.5 lands meaningfully above GPT-5.4 on long-context recall, multi-step tool use, and code generation against larger repos. If your workload is a quick classification call, GPT-5.4 mini at $0.25/$2 is still the right pick — GPT-5.5 is built for the harder tier where smarter beats cheaper.

Capabilities

GPT-5.5 is a generalist. It handles long documents, agentic tool calling, vision, structured output, and code with roughly equal competence — which is rare. The 1M context is the most quietly important upgrade: you can drop an entire codebase, a book, or a multi-hour transcript in without splitting it across calls and losing coherence. The model is also faster than GPT-5.5 pro mode at most query lengths, which matters once you're shipping it inside a product.

Where it still trails: pure math and theorem-style reasoning, where DeepSeek V4-Pro and Claude Opus 4.7 are stronger; and image generation, which OpenAI keeps in a separate model.

Typical use cases

  • Long-document Q&A, summarization, and contract review
  • Coding agents that need 1M of context for whole-repo refactors
  • Production chat assistants where quality variance matters more than per-call cost
  • Multi-step tool-using workflows and browser/computer-use agents
  • Vision tasks combining images with long text prompts

Sibling and rival comparison

ModelInput / 1MOutput / 1MContext
GPT-5.5$5$301M
GPT-5.4$2.50$15272K
Claude Opus 4.7$5$25200K
Gemini 3.1 Pro$2$121M

Opus 4.7 matches GPT-5.5 on input and undercuts it on output, but the context window is 5× smaller. Gemini 3.1 Pro is materially cheaper but pricing rises above 200K tokens. Choose GPT-5.5 when you want the most general-purpose answer, not the cheapest one.

← See all OpenAI / ChatGPT plans