GPT-5.5 Pricing: Full Breakdown of API, Codex, and ChatGPT Costs (April 2026)

GPT-5.5 API costs $5 per million input tokens and $30 per million output. Full breakdown of Pro, Batch, Flex, Priority, and ChatGPT plan pricing, plus cost math for real workloads.

Ashley Innocent

Ashley Innocent

14 May 2026

GPT-5.5 Pricing: Full Breakdown of API, Codex, and ChatGPT Costs (April 2026)

Apidog for Enterprise

On-Premises Deploy

SSO & RBAC

SOC 2 Compliant

Explore Apidog Enterprise

OpenAI doubled the per-token price on the GPT-5 line with the April 23, 2026 release of GPT-5.5. Input goes from $2.50 to $5.00 per million tokens. Output goes from $15.00 to $30.00 per million. Pro pricing stays flat at $30 / $180. That is the headline; the details are where the actual cost lives.

This guide covers every pricing surface: API standard, Batch, Flex, and Priority; Pro pricing; Codex per-plan limits; and how to do the math on your real workload before you commit to a default model change.

For the model overview, see What is GPT-5.5. For the developer walkthrough, see How to use the GPT-5.5 API.

button

TL;DR

Surface Input / M Output / M
GPT-5.5 standard API $5.00 $30.00
GPT-5.5 Pro API $30.00 $180.00
GPT-5.5 Batch (50 % off) $2.50 $15.00
GPT-5.5 Flex (50 % off) $2.50 $15.00
GPT-5.5 Priority (2.5×) $12.50 $75.00
GPT-5.4 standard API $2.50 $15.00
GPT-5.4-mini API $0.25 $2.00

Net effect: GPT-5.5 is 2× GPT-5.4 at the token level, but OpenAI claims a ~20 % net Intelligence-Index increase once token efficiency is factored in.

The headline numbers

OpenAI published the pricing on the API pricing page the same day as the launch.

Batch, Flex, and Priority

OpenAI offers three alternative tiers that re-shape the standard price.

Batch API

Queue requests through the Batch endpoint and they run at 50 % of standard pricing. Turnaround is under 24 hours. Good for:

At Batch pricing, GPT-5.5 costs $2.50 / $15.00 per million tokens; identical to GPT-5.4 standard pricing. For offline workloads, the price doubling disappears.

Flex processing

Flex also gives you 50 % off standard rates, but the wait time is variable; anywhere from seconds to several minutes depending on load. Use Flex when you can tolerate unpredictable latency and want Batch-level pricing with synchronous-ish responses.

Priority processing

Priority costs 2.5× the standard rate ($12.50 / $75.00 per million tokens on GPT-5.5) and gives you faster-than-default throughput, higher rate-limit ceilings, and near-zero queue time. Reserve it for live user-facing experiences where tail latency shows up in retention metrics.

Thinking mode cost math

GPT-5.5 Thinking is the same model ID at a higher reasoning.effort. It does not change the per-token price; it changes how many tokens a single request uses. Expect the multiplier to fall in three bands.

Effort Output-token multiplier When to use
low (default) 1× Most routine calls
medium 1.3–2× Multi-step coding, structured generation
high 2–4× Deep research, correctness-critical review
xhigh 3–8× Agent loops with tool chains, dense planning

A single xhigh call on a long prompt can easily run 20 K reasoning tokens; at $30 per million that is $0.60 for the reasoning alone, on top of whatever the final output tokens cost.

Budget per workload, not per request.

Codex pricing

Codex access is tied to the ChatGPT plan, not to per-token billing. On April 23, 2026 the structure looks like this.

Plan Codex access GPT-5.5 Notes
Free Yes (limited time) Yes Tight weekly caps
Go Yes (limited time) Yes 2× Free caps
Plus ($20 / mo) Yes Yes Standard caps
Pro ($200 / mo) Yes Yes + Thinking + Pro (in ChatGPT) Highest per-user caps
Business Yes Yes Seat-based
Enterprise / Edu Yes Yes Contract-based

For users who spend most of their time inside a terminal coding workflow, Plus or Pro is the cheapest way to run GPT-5.5; the flat monthly fee beats even Batch pricing once you cross a few hundred thousand tokens a day. The free path guide covers the no-cost entry point.

If these headline numbers push you toward the Anthropic side of the line, our companion guide on How to Use Claude Opus 4.7 for Free documents the no-cost paths worth comparing against GPT-5.5 list pricing.

Comparison: GPT-5.5 vs the rest of the line

When do you pay for GPT-5.5 and when do you keep GPT-5.4 or GPT-5.4-mini? The cost math depends on how output-heavy your workload is.

Model Input / M Output / M Cost per 1 K output tokens
GPT-5.4-mini $0.25 $2.00 $0.0020
GPT-5.4 $2.50 $15.00 $0.0150
GPT-5.5 $5.00 $30.00 $0.0300
GPT-5.5 Pro $30.00 $180.00 $0.1800

A rough decision flow:

A worked example: coding agent cost per task

A typical agentic coding session through the API on GPT-5.5 with reasoning.effort: "medium" looks like this.

Cost per task on standard pricing:

Running the same workload on GPT-5.4:

GPT-5.5 is exactly 2× the cost per task at the same reasoning effort. The upgrade pays for itself when the SWE-bench gap (88.7 % vs roughly 74 %) closes enough tasks successfully to eliminate a second round-trip. If one-in-eight tasks on GPT-5.4 needs a manual rewrite, GPT-5.5 is cheaper in aggregate.

Cost controls worth building in Day 1

Five levers that keep GPT-5.5 bills boring.

Per-plan monthly cost estimate

If you are picking a ChatGPT tier for GPT-5.5 access, here is what each plan runs.

Plan Monthly price Best fit
Free $0 Trying GPT-5.5 via Codex before committing
Go $4 / mo Students and light users wanting 2× Free caps
Plus $20 / mo Individual developers using Codex + ChatGPT daily
Pro $200 / mo Power users who want Thinking and Pro in ChatGPT
Business $25 / seat / mo Teams needing shared workspaces
Enterprise / Edu Custom Contract-based with SLA

For anyone running more than ~4 M output tokens per month on the API, Pro in ChatGPT plus the Codex CLI ends up cheaper than pay-as-you-go API billing, as long as the workload fits inside the CLI’s 400 K context window.

Price change signals to watch

Two signals worth tracking if you are making a long-horizon budget.

FAQ

Does caching reduce input cost?Yes. Cached input tokens on GPT-5.5 are billed at a fraction of the standard rate; the OpenAI pricing page has the exact multiplier. Cache anything you re-use in more than one request (system prompts, tool schemas, repo context).

Is there a volume discount?Not a published one. Enterprise contracts often include custom rates, and OpenAI adjusts pricing in response to sustained usage. Talk to sales past seven figures of annual spend.

Does thinking mode cost extra on top of per-token pricing?No. It costs more because it uses more tokens, not because the per-token rate changes.

Is Codex CLI usage billed separately from API usage?Only if you sign in with an API key. ChatGPT sign-ins bill the plan fee; API-key sign-ins bill the usage-based account.

What is the cheapest way to try GPT-5.5?Free or Go plan plus Codex CLI. See our free path guide for every zero-cost option.

Practice API Design-first in Apidog

Discover an easier way to build and use APIs

GPT-5.5 Pricing: Full Breakdown of API, Codex, and ChatGPT Costs (April 2026)