What Is GPT-5.5? OpenAI's New Frontier Model Explained

GPT-5.5 is OpenAI's April 2026 frontier model: 88.7% SWE-bench, 60% fewer hallucinations, Thinking and Pro variants. Full breakdown of features, pricing, access, and how to try it today.

Ashley Innocent

Ashley Innocent

24 April 2026

What Is GPT-5.5? OpenAI's New Frontier Model Explained

Apidog for Enterprise

On-Premises Deploy

SSO & RBAC

SOC 2 Compliant

Explore Apidog Enterprise

OpenAI shipped GPT-5.5 on April 23, 2026, only six weeks after GPT-5.4. The company calls it “a new class of intelligence for real work”; the press is already calling it “Spud,” after the potato emoji OpenAI used to tease the release. Under the marketing, it is a frontier model built for multi-step coding, computer use, and deep research, and it ships today inside ChatGPT and Codex with the API “coming very soon.”

If you are deciding whether GPT-5.5 is worth switching to, this guide covers what the model actually is, what changed from 5.4, the benchmarks that matter, how to use it today, and the gotchas that are not in the headline post.

For the matching developer walkthroughs, we already have a GPT-5.5 API guide, a free-access guide, a Codex free path, and a dedicated GPT-5.5 pricing breakdown. If you want to test it the minute the public API opens, grab Apidog and pre-build the collection now.

button

TL;DR

What GPT-5.5 actually is

GPT-5.5 is the top of OpenAI’s current GPT-5 line, sitting above GPT-5.4, GPT-5.4-mini, and the older 5.3 family. The internal codename “Spud” shows up in OpenAI’s tease post; the official name is GPT-5.5.

Three variants ship at launch:

Under the hood, OpenAI describes it as a model trained to plan, pick tools, and check its own output before handing anything back. In practice that means fewer prompts to get a report finished, fewer wrong object counts in generated tables, and more willingness to stop and ask a clarifying question instead of guessing.

What changed from GPT-5.4

The six-week gap makes this less of a generational leap and more of a targeted upgrade. Here is the diff that matters.

Capability GPT-5.4 GPT-5.5
SWE-bench ~74 % 88.7 %
MMLU 91.1 % 92.4 %
Hallucination rate baseline −60 %
Context window (API) 1.05 M 1 M (Codex: 400 K)
API input price $2.50 / M $5.00 / M
API output price $15.00 / M $30.00 / M
Computer use Improving Production-grade
Multi-step tool chains Single-shot preferred Full autonomous loops

The SWE-bench jump is the headline. An 88.7 % score on SWE-bench Verified means GPT-5.5 closes real GitHub issues at a rate that, by OpenAI’s framing, matches a senior engineer’s productivity for the same task set. That is the claim on paper; your mileage with your own codebase will vary and is worth measuring before budget moves shift.

The price doubling is real, but OpenAI’s pitch is that the token efficiency offsets it. Independent testing by The Decoder put the net Intelligence-Index cost increase at roughly 20 % once you account for the fewer tokens the model burns per task. On short-prompt workloads, the difference compresses to nearly flat.

What it is good at

OpenAI positions GPT-5.5 as a “real work” model, which in practice means four workloads:

  1. Agentic coding. Reads the repo, opens files, runs tests, iterates. This is the workload the SWE-bench score points at, and it is why Codex got the upgrade first.
  2. Computer use. The model can drive a browser or a shell, fill forms, scrape structured data, and recover from intermediate errors..
  3. Deep research. Longer reasoning chains, more aggressive web search when wired up, and better summarization of conflicting sources. Thinking mode is tuned specifically for this.
  4. Document and spreadsheet generation. Fewer layout mistakes, better formula correctness, cleaner slide structure. Plus and Business users get this in the default ChatGPT flow.

What it is not: a cheap workhorse. If you are doing high-volume classification, embedding-backed retrieval, or bulk summarization, GPT-5.4-mini or even GPT-5.3 still wins on cost per task. GPT-5.5’s value shows up when the alternative is a senior human reviewing the output.

Availability today

Access is tiered and changes fast. Here is the snapshot as of April 23, 2026.

Surface Plan Access
ChatGPT Free GPT-5.3 default, no GPT-5.5
ChatGPT Go GPT-5.3 default, no GPT-5.5
ChatGPT Plus GPT-5.5 standard + Thinking (3,000/week)
ChatGPT Pro Standard + Thinking + Pro
ChatGPT Business Standard + Thinking + Pro
ChatGPT Enterprise / Edu Standard + Thinking + Pro
Codex All plans (Free, Go, Plus, Pro, Business, Enterprise, Edu) GPT-5.5 with 400 K context; Free and Go on a limited-time trial
API Responses / Chat Completions “Very soon”; not GA at launch

The Codex path is the quiet headline. Because GPT-5.5 is already live in Codex, developers can drive it from the CLI today even without direct API keys.

Pricing in one line

If you are budgeting:

Full breakdown, including per-workload cost estimates, in our GPT-5.5 pricing article.

How to try it today

The fastest paths, in order of friction:

  1. Open ChatGPT on a paid plan. Pick GPT-5.5 from the model picker. Done.
  2. Install Codex CLI. npm install -g @openai/codex or brew install codex, then codex and sign in with a ChatGPT account. Use /model gpt-5.5 to switch. Free and Go plans are included for a limited time. Full walkthrough in How to use GPT-5.5 for free with Codex.
  3. Wait for the API rollout and pre-build. The API is coming “very soon.” Build your request collection now in Apidog so the minute the model ID flips live you can swap it in. The GPT-5.5 API guide shows the exact endpoint shape we expect based on the 5.4 contract.

Safety and red-teaming

OpenAI ran GPT-5.5 through third-party safeguard testing for cyber and bio risks before release. The company has been iterating on cyber-specific safeguards for months as each model generation has grown more capable at offensive security tasks.

For most developers this matters in two places: refusal behavior on dual-use code, which tightened on 5.5, and the API rollout timeline, which OpenAI explicitly linked to “different safeguards” for at-scale serving. If you are building a consumer-facing agent that touches the browser, plan for stricter default policies than on 5.4.

Should you switch?

Three heuristics:

The full decision flow lives in the pricing breakdown; use it before you flip the default model in a production app.

FAQ

Is GPT-5.5 available on the API yet?Not for direct key-based calls on April 23, 2026. OpenAI says “very soon.” Today the model runs inside Codex after ChatGPT sign-in, which gives early testers a working path.

What is the context window?One million tokens in ChatGPT and the upcoming API. In Codex CLI the window is set to 400 K across every plan.

How does GPT-5.5 Thinking differ from GPT-5.5 Pro?Thinking extends the reasoning budget on the standard model; Pro is a separate, higher-accuracy variant trained for correctness-critical tasks. Pro is Pro, Business, and Enterprise only.

Is GPT-5.5 free?On ChatGPT, no, paid plans only. On Codex, temporarily yes for Free and Go users, subject to rate limits. The free guide covers every no-cost path.

Can I still use GPT-5.4?Yes. OpenAI has not deprecated 5.4, and it stays cheaper at $2.50 / $15 per million tokens. For cost-sensitive pipelines it remains the default choice.

Explore more

Fable 5 Is Down for Everyone: Inside Anthropic's Government-Ordered Suspension

Fable 5 Is Down for Everyone: Inside Anthropic's Government-Ordered Suspension

Anthropic suspended Fable 5 and Mythos 5 worldwide after a US government export-control directive. What happened, why, and how to make your API stack survive a model going dark.

13 June 2026

Git-native APl workplace: How Teams Scale API Development

Git-native APl workplace: How Teams Scale API Development

Transform your API workflow with Git-native development. Sprint branches, merge requests, and real-time sync. See how Apidog helps teams collaborate better.

12 June 2026

What Does 'Mythos-Class' Mean? Anthropic's Model Tier Explained

What Does 'Mythos-Class' Mean? Anthropic's Model Tier Explained

Mythos-class is the capability tier of the frontier model behind Claude Fable 5 (public, safe) and Mythos 5 (restricted, safeguards lifted). Here's what it is.

11 June 2026

Practice API Design-first in Apidog

Discover an easier way to build and use APIs

What Is GPT-5.5? OpenAI's New Frontier Model Explained