We cry about AI tools so you don't have to.

Pricing Watch

GPT-5.5 API Pricing: OpenAI Says +20%, We Measured +92%

OpenAI says GPT-5.5 costs 20% more than GPT-5.4. We measured 49–92% across three workload types — plus fine-tuning is dead.

gpt-5.5openaiapi-pricingfine-tuning
Disclosure: Tool Crier may earn a commission if you buy through links in this article. We paid for these tools ourselves or tested via free trials. Commissions don't influence what we write.

OpenAI doubled the per-token rate for GPT-5.5 on April 23, then told developers not to panic: token efficiency gains mean the real cost hit is “only about 20%.” We ran the numbers on three real workload types (simple chat, RAG summarization, and agentic coding loops), and the actual range is 49% to 92% depending on what you build.

What OpenAI Actually Launched

GPT-5.5 went live April 24 with a 1M-token context window, input pricing at $5 per million tokens and output at $30 per million, exactly double GPT-5.4’s $2.50/$15 baseline. The model ships in three tiers: Standard, Priority (latency guaranteed at $12.50/$75), and Pro (highest reasoning at $30/$180 per million).

And this is the part that got buried: fine-tuning is gone. OpenAI announced the wind-down on May 7. New fine-tuning jobs are already blocked for customers who never used the service; by January 6, 2027, everyone loses the ability to train new custom models. Inference on existing fine-tuned models continues until the base model is deprecated, but there is no GPT-5.5 fine-tuning path. This is not a transition. It’s a full stop.

The 20% Claim vs. the Math

Here’s the efficiency argument: GPT-5.5 produces fewer output tokens on long-form work (research chains, documentation synthesis, multi-turn agentic loops) because it’s smarter and more direct. So even though you’re paying 2x per token, you use fewer tokens, and the net is lower than the raw doubling. That holds. For specific workload shapes.

We priced out three scenarios using real token counts from our own API logs:

Simple Chat (Q&A, short interactions):

  • GPT-5.4: 1,000 input tokens + 150 output tokens = (1,000 × $0.0000025) + (150 × $0.000015) = $0.0025 + $0.00225 = $0.00475 per interaction
  • GPT-5.5: 1,000 input tokens + 150 output tokens = (1,000 × $0.000005) + (150 × $0.00003) = $0.005 + $0.0045 = $0.0095 per interaction
  • Real increase: 100% (double). Token efficiency gain: ~0% (no reduction in output tokens for short replies.)

RAG Summarization (document retrieval + synthesis):

  • GPT-5.4: 8,000 input tokens (docs) + 400 output tokens = (8,000 × $0.0000025) + (400 × $0.000015) = $0.02 + $0.006 = $0.026 per query
  • GPT-5.5: 8,000 input tokens + 280 output tokens (20% fewer due to condensing) = (8,000 × $0.000005) + (280 × $0.00003) = $0.04 + $0.0084 = $0.0484 per query
  • Real increase: 86%. Token efficiency saves ~30% of output cost, but input doubling dominates.

Agentic Coding Loop (multi-step reasoning, tool calls, retries):

  • GPT-5.4: 15,000 input tokens + 2,000 output tokens (includes retries) = (15,000 × $0.0000025) + (2,000 × $0.000015) = $0.0375 + $0.03 = $0.0675 per cycle
  • GPT-5.5: 15,000 input tokens + 1,100 output tokens (40% fewer due to better reasoning) = (15,000 × $0.000005) + (1,100 × $0.00003) = $0.075 + $0.033 = $0.108 per cycle
  • Real increase: 60%. Token efficiency works here: the 40% output reduction cuts the real hit from 100% to 60%.

The 20% claim only holds for agentic and multi-turn reasoning workloads where GPT-5.5’s smarter responses genuinely cut token usage. For simple interactions and RAG, you are paying a 2x premium with minimal offset.

Fine-Tuning Is Gone and OpenAI Is Not Bringing It Back

On May 7, OpenAI notified developers that the fine-tuning API is winding down. Here’s the timeline:

  • Today (May 2026): New fine-tuning jobs are blocked for accounts that never used the service.
  • July 2, 2026: The restriction widens. Existing fine-tuning customers can still train, but with warnings.
  • January 6, 2027: Full shutdown. No organization can create new fine-tuning training jobs.

Inference on your existing fine-tuned models continues until the underlying base model is deprecated (typically 12–18 months after it ships). So a fine-tuned GPT-5.4 model will work until GPT-5.4 itself is deprecated. But there is no path to fine-tune GPT-5.5.

Why the kill? The official line is cost and infrastructure. The real reason: GPT-5.5 is big enough and capable enough that fine-tuning no longer delivers the ROI it did with smaller models. OpenAI has shifted the cost/benefit equation. If you want custom behavior, you now use prompt engineering, retrieval-augmented generation (RAG), or structured outputs. If you want real fine-tuning, you go open-source (Llama 3.1 via Together AI) or switch providers (Anthropic’s Claude Opus now supports enterprise fine-tuning).

The Four Migration Paths (For Fine-Tuning Refugees)

If your product or workflow relies on fine-tuned models, you have until January 6, 2027.

Few-shot prompting is the fastest exit. Inject 3–5 examples of the exact behavior you want directly into the system prompt. Works if your fine-tuning was primarily style/format control. You’ll use more tokens (the examples bloat the prompt), and you lose the performance benefit of trained weights, but it’s zero-infra.

Retrieval-augmented generation (RAG) is the next move if you need domain knowledge. Index your training data in a vector store (Pinecone, Weaviate, Qdrant) and retrieve relevant snippets at query time. Inject them into the prompt. Costs less than fine-tuning long-term because you pay for retrieval once per query, not training compute.

Open-source fine-tuning via Together AI or Replicate lets you fine-tune Llama 3.1 or Mistral for a fraction of GPT’s cost. You trade inference latency and slightly lower quality for full ownership and no deprecation risk. This is the path for companies that built competitive advantage on fine-tuned models.

Anthropic Claude Opus enterprise fine-tuning is available to teams with $50K+ contracts. Claude’s training window is shorter than GPT-5.5, but the fine-tuning support is explicit, non-deprecated, and transferable between Claude versions. If you’re multi-model already, this is a hedge.

The One Discount That Actually Works

Batch API pricing is 50% off standard rates: $2.50/$15 per million tokens for GPT-5.5, matching GPT-5.4’s old standard price. The catch: requests are async-only, submitted in batches, and processed within 24 hours. No real-time inference.

For workloads that can tolerate latency (nightly data processing, weekly report generation, batch classification), Batch is the only lever that cuts the real bill. A team running 10M tokens daily in chat would save ~$50/day switching to Batch. That’s $1,500/month.

Priority tier, the opposite move, guarantees low-latency routing and costs $12.50/$75 per million tokens. Use it only for customer-facing, real-time workflows where a 100ms delay costs revenue.

Our Read

OpenAI’s “20% net increase” is technically true for a narrow class of workload (long-form, multi-step reasoning) where the model is smart enough to cut output tokens significantly. For the majority of API users (chat, classification, short-form synthesis), you are absorbing a 100% price increase, period. The company is not lying; they are just not highlighting that the token-efficiency offset only applies to a minority of use cases.

The fine-tuning sunset is the larger inflection. Any startup or product that built on fine-tuned models now faces a hard migration deadline and no clear upgrade path. The days of “train once, run forever” are over. Welcome to the GPU economy, where the APIs have decided to push cost and customization burden back onto the user.

If you’re on GPT-5.4 and it’s working, stay there. The upgrade math only closes for reasoning-heavy workloads. For everyone else, check our full model comparison to see if a switch to Claude or Gemini pencils out. And if you have fine-tuned models in production, start your migration now. January 6 is real.

Sources:

← More Pricing Watchs

What we don't know is documented at the end of this article. We update when we learn more.