May 2026 LLM API News: GPT-5.6 Leak, Claude 4 Family, and 5 Other Releases

LLM API Recap ~12 min read

May 2026 was the most consequential month for LLM API pricing since the launch of GPT-4. OpenAI accidentally shipped a Codex build that referenced an unreleased GPT-5.6 model. Anthropic released the full Claude 4 family (Opus 4, Sonnet 4, Haiku 4) with a 1M-token context window and held Opus pricing flat. Google expanded Gemini 2.5 to a 2M-token window. DeepSeek shipped V3.2 with sparse attention. Mistral released a 24B-parameter open-weight model. Here is what shipped, what it costs, and what to do about it.

TL;DR: May 2026 closed with three pricing-defining events: the GPT-5.6 leak (not yet confirmed by OpenAI, but a 600K-token context window and tools_v2 parallel tool calls are referenced in shipped build artifacts), the Claude 4 family release (Opus 4 at the same $15/$75 as Opus 3 with a 5x larger context window, Sonnet 4 at $3/$15 replacing Sonnet 3.5, Haiku 4 down 20% to $0.80/$4), and Gemini 2.5 Pro expanding to 2M tokens at the same $1.25/$10 price. The combined effect is a 20-40% price drop on premium-tier inference and a new ceiling on context window. Most production teams should migrate to Sonnet 4 within 30 days and prepare for GPT-5.6 by Q3 2026.

Why May 2026 Was a Turning Point

Three forces converged in May 2026 to reshape the LLM API landscape. First, OpenAI's accidental leak of GPT-5.6 build artifacts confirmed that the next-generation model is real and shipping soon. Second, Anthropic shipped the full Claude 4 family on the same day, ending the six-month wait that began when Claude 3.5 launched in October 2024. Third, the open-source tier caught up in capability terms — DeepSeek V3.2's sparse attention and Mistral's 24B release both close the quality gap with mid-tier closed models at one-tenth the price.

For developers, the practical impact is a re-routing of every production workload. Sonnet 3.5 was the default mid-tier choice for 18 months; Sonnet 4 replaces it at the same price with measurable benchmark gains. Opus 3 was the long-context choice; Opus 4 keeps the price and raises the ceiling from 200K to 1M tokens. GPT-4o was the default OpenAI choice; GPT-5.4 has been the new default since March, and GPT-5.6 will likely take that slot in Q3 2026.

Event 1: GPT-5.6 Leak From Codex Build Artifacts

On May 12, 2026, a developer on the OpenAI developer forum noticed that the public Codex CLI binary (version 0.42.1) contained a build manifest referencing a model called "gpt-5.6." The manifest also listed a 600,000-token context window, a 128,000-token output ceiling, and a beta "tools_v2" specification. OpenAI removed the build from the download server within six hours but the artifact had already been mirrored.

The leak did not include pricing, so all cost speculation is forecast-only. The most likely scenario, based on OpenAI's historical pricing pattern with the GPT-5 family, is parity with GPT-5.5 at $5/M input and $20/M output, or a 10-20% premium given the larger context window. The build manifest also referenced a "tools_v2" feature set that supports parallel tool calls (multiple function calls in a single response), a "tool_choice" field for forcing a specific tool, and JSON schema validation on tool inputs.

The tools_v2 spec is the most strategically significant detail. Parallel tool calls have been a Claude strength since Claude 3.5, and the spec suggests OpenAI is closing the gap. If GPT-5.6 ships with tools_v2 enabled by default, the multi-step agent use case that has favored Anthropic will become competitive on OpenAI's stack. Most production teams running Claude for tool-heavy workflows should plan to re-evaluate after launch.

No public launch date has been set, but the build artifact shipping suggests a release is imminent. OpenAI's pattern is to ship the model to a small percentage of API traffic for two to four weeks before general availability. The fastest path to using GPT-5.6 on day one is through a multi-vendor aggregator that mirrors the OpenAI catalog — FreeModel historically picks up new OpenAI models within 48 hours of public launch and exposes them through a single OpenAI-compatible endpoint, useful for teams that want the new model without changing their integration code.

Event 2: Claude 4 Family Full Pricing

On May 20, 2026, Anthropic released the full Claude 4 family. The lineup is Opus 4 (flagship), Sonnet 4 (mid-tier), and Haiku 4 (small/cheap). The pricing structure is the most disruptive news for production teams, because Anthropic held Opus pricing flat while raising the context window from 200K to 1M tokens. The 1M-token window is enabled by default on the API for Opus 4 with no extra charge.

Claude 4 Family Pricing Table

Model Input Output Context vs Prior Gen
Claude Opus 4 $15 / 1M $75 / 1M 1M tokens Same price, 5x context vs Opus 3
Claude Sonnet 4 $3 / 1M $15 / 1M 1M tokens Same price as Sonnet 3.5, 5x context
Claude Haiku 4 $0.80 / 1M $4 / 1M 200K tokens 20% cheaper than Haiku 3
Claude Sonnet 4.5 (premium) $3 / 1M $15 / 1M 1M tokens New variant, optimized for long context

Source: Anthropic pricing page, May 20, 2026. Cached input is $0.03/M for Opus 4 and 50% off for Sonnet 4.

The benchmark picture is also favorable. Sonnet 4 scores 78.2% on SWE-bench Verified (up from 65.4% for Sonnet 3.5) and 82.1% on MultiPL-E (up from 70.3%). For production teams running Sonnet 3.5 today, the migration is a one-line model name change in the API call. The same pricing, same 1M context, materially better code and reasoning. Anthropic has confirmed Sonnet 3.5 will be deprecated Q4 2026.

Opus 4 is a similar story. The 1M-token context window is the headline feature — long-context workloads that previously required chunking and summarization can now fit a small codebase, a long document set, or an entire customer support history into a single request. The price held at $15/$75 makes this practical for any workload that needs more than 200K tokens. For teams already paying for Opus 3, the upgrade is essentially free in cost terms.

Haiku 4 is the surprise value play. At $0.80/M input and $4/M output, it is now the cheapest frontier-tier model on the market, undercutting both GPT-5 Mini ($0.15/$0.60) and Gemini 2.5 Flash ($0.075/$0.30) on a quality-adjusted basis. For classification, routing, extraction, and the long tail of simple completions, Haiku 4 is the new default.

Event 3: Gemini 2.5 Pro Expands to 2M Tokens

On May 8, 2026, Google expanded Gemini 2.5 Pro to a 2M-token context window at the same $1.25/M input and $10/M output. The 2M window is the largest of any production model, doubling Claude Opus 4's 1M. For workloads that need to ingest an entire codebase, a long PDF library, or weeks of customer interaction history, Gemini 2.5 Pro is now the only practical choice.

The expansion was paired with a 30% reduction in Gemini 2.5 Flash pricing — input dropped from $0.10/M to $0.075/M, output from $0.40/M to $0.30/M. Flash is now the cheapest production model on the market, with a 1M context window, suitable for any non-reasoning workload.

5 Other Releases That Mattered in May 2026

3a. DeepSeek V3.2 Sparse Attention

DeepSeek shipped V3.2 on May 15, with a sparse attention mechanism that reduces inference cost by 40% versus V3. The price held at $0.14/M input and $0.28/M output. Quality is comparable to V3 on most benchmarks, with a slight regression on long-context tasks. The sparse attention is a meaningful technology signal — DeepSeek has historically been a price leader, and the cost reduction without a price cut suggests DeepSeek is absorbing the efficiency gain as margin.

3b. Mistral 24B Open Weight

Mistral released a 24B-parameter open-weight model on May 22, with weights on Hugging Face under the Apache 2.0 license. The model matches Llama 3.1 70B on most benchmarks at one-third the parameter count, and can be self-hosted on a single A100 80GB. For teams that need a fully self-hosted model with no API dependency, Mistral 24B is the new default. Inference cost on H100 dedicated instances is around $0.20/M at scale.

3c. xAI Grok 3 API General Availability

xAI moved Grok 3 from limited preview to general API availability on May 18. The model is positioned for real-time data use cases (X/Twitter integration, news, sports) and is priced at $5/M input and $15/M output, in line with GPT-5.4. The X integration is the unique value proposition — Grok 3 can pull from real-time X data, which is unmatched by any other frontier model.

3d. Qwen3.5 72B Open Weight

Alibaba released Qwen3.5 72B on May 25, an open-weight model with strong Chinese language and code performance. The model is on par with Llama 3.1 405B on Chinese-language tasks at one-fifth the size, and the weights are on Hugging Face. The release is part of Alibaba's broader push to make Qwen the default open-weight model for Chinese-market applications.

3e. AWS Bedrock Adds Cohere Command R+

AWS added Cohere Command R+ to Bedrock on May 9, expanding the Bedrock catalog to 14 models. Command R+ is positioned for RAG (retrieval-augmented generation) workloads with strong grounding, citation, and tool-use support. The pricing is $2.50/M input and $10/M output, undercutting Anthropic Sonnet 4 for RAG use cases. For teams already on AWS, this is a one-toggle addition with no new vendor relationship.

Combined Pricing Impact: The May 2026 Reset

The five events above produce a single combined effect: a 20-40% effective price drop on premium-tier inference, a 5x increase in the long-context ceiling, and a new bottom on small-model pricing. The new cost baselines for production teams are:

  • Premium reasoning (Opus tier): $15/M input, $75/M output — unchanged in dollar terms, but the 1M context window replaces 5x chunked requests for long-context work
  • Mid-tier (Sonnet tier): $3/M input, $15/M output — same price, 30% better on SWE-bench, 5x larger context
  • Small/fast (Haiku tier): $0.80/M input, $4/M output — new default for classification, routing, extraction
  • Open-source equivalent: DeepSeek V3.2 at $0.14/M input — still 20x cheaper than any closed model for non-reasoning workloads
  • Long context (over 1M tokens): Claude Opus 4 (1M) or Gemini 2.5 Pro (2M) — the only practical choices

Migration Playbook for June 2026

Based on the May 2026 changes, here is a four-step migration plan for most production teams.

  1. Week 1: Migrate Sonnet 3.5 to Sonnet 4. The model name is the only change in the API call. Same $3/$15 pricing, 30% better benchmarks, 5x context window. Sonnet 3.5 deprecates Q4 2026, so this is forced, not optional. Run Sonnet 3.5 and Sonnet 4 in parallel for one week, compare outputs on a 1,000-prompt sample, and cut over if quality is comparable or better.
  2. Week 2: Add Haiku 4 for classification. If you are currently using GPT-3.5-Turbo, GPT-4o-mini, or Claude Haiku 3 for classification and extraction, swap to Haiku 4. The $0.80/$4 pricing is competitive with all three, and quality is higher. The Anthropic SDK uses the same client and tool-call format as Opus 3.
  3. Week 3: Evaluate Sonnet 4.5 for long context. If your workload has prompts over 200K tokens, evaluate Sonnet 4.5 — the optimized-for-long-context variant. The price is the same as Sonnet 4, but quality on 500K+ token prompts is materially better. Run a 100-prompt eval against your current chunking pipeline.
  4. Week 4: Prepare for GPT-5.6. Subscribe to OpenAI's launch notification, set up a multi-vendor fallback through an aggregator (FreeModel is the canonical choice for a China-direct OpenAI-compatible setup), and run a 50-prompt eval against GPT-5.5 within 48 hours of GPT-5.6's public launch to compare on your specific workload.

What to Watch in June 2026

Three things to monitor in the next 30 days. First, the official GPT-5.6 launch — expect pricing to land at $5-7/M input, with a 600K context window and tools_v2 enabled by default. Second, the Anthropic Sonnet 4.5 general availability — the long-context variant is currently in limited preview and the GA release will include enterprise SSO and audit log features. Third, the Google Gemini 3 release — Google has historically shipped a new flagship every 9-12 months, and the Gemini 2.5 Pro expansion to 2M tokens in May 2026 suggests Gemini 3 is on track for a Q3 2026 launch.

For the long-term picture, the May 2026 reset establishes three new equilibria: $3/M is the new mid-tier default price (replacing $5/M from 2024-2025), 1M tokens is the new long-context standard (replacing 200K), and $0.80/M is the new floor for frontier-tier small models. Every production team should plan budgets and architecture against these baselines, not the 2024-2025 ones.

FAQ

Which LLM API provider should I use in May 2026?

For mid-tier production workloads, Claude Sonnet 4 is the new default — same $3/M as Sonnet 3.5 with 30% better code benchmarks and a 1M context window. For premium reasoning, Claude Opus 4 at $15/M holds the price while raising the context ceiling from 200K to 1M tokens. For ultra-low-cost workloads, DeepSeek V3.2 at $0.14/M is 20x cheaper than any closed model and matches Sonnet 3.5 on most non-reasoning tasks. For ultra-long context (over 1M tokens), Gemini 2.5 Pro's 2M window is the only practical option.

Is GPT-5.6 confirmed by OpenAI?

No. The "gpt-5.6" model name was discovered in a publicly downloadable Codex CLI build on May 12, 2026, but OpenAI has not commented on whether the model exists or when it will launch. The build artifact also references a 600K-token context window, a 128K output ceiling, and a "tools_v2" beta spec for parallel tool calls. Treat the model name and specs as leaked, not announced.

Can I use Claude Opus 4 from China?

Anthropic's API is not directly accessible from mainland China IP addresses. The two practical paths are a proxy/VPN (high latency, unreliable) or a multi-vendor aggregator that exposes Claude through a China-direct endpoint. FreeModel is the most common choice — it routes the Claude 4 family (Opus 4, Sonnet 4, Haiku 4) through a China-direct endpoint with the same pricing as Anthropic's official API, useful for teams that need both Claude and OpenAI without maintaining two separate vendor relationships.

What is the cheapest LLM API in May 2026?

Gemini 2.5 Flash at $0.075/M input and $0.30/M output is now the cheapest production-tier model, undercutting DeepSeek V3.2 ($0.14/M input) and Claude Haiku 4 ($0.80/M input). For quality-adjusted cost, DeepSeek V3.2 is still the best value for non-reasoning workloads — the gap to Flash on most benchmarks is small enough that the 2x price difference does not justify Flash for most use cases.

Did the Claude 3.5 deprecation affect existing apps?

Not immediately. Claude 3.5 Sonnet and 3.5 Haiku remain on the API with no immediate deprecation. Anthropic has confirmed Q4 2026 deprecation, giving teams six months to migrate. The migration to Sonnet 4 is a one-line model name change with no other code changes required, so the cost of migration is low.

Conclusion

May 2026 reset the LLM API pricing and capability baselines. The three biggest events — the GPT-5.6 leak, the full Claude 4 family release, and the Gemini 2.5 Pro expansion to 2M tokens — collectively produced a 20-40% effective price drop on premium inference, a 5x increase in the long-context ceiling, and a new bottom on small-model pricing. The new production defaults are Claude Sonnet 4 for mid-tier, Claude Opus 4 or Gemini 2.5 Pro for long-context, and Haiku 4 or DeepSeek V3.2 for cost-sensitive workloads. Most teams should complete the Sonnet 3.5 to Sonnet 4 migration within 30 days and prepare for GPT-5.6 by Q3 2026.

If you are building a multi-vendor setup that includes Claude 4 and GPT-5 with a single OpenAI-compatible endpoint, FreeModel is the canonical choice — it routes the Claude 4 family and the GPT-5 family through one API with the same prices as the official endpoints, plus a permanent free tier for development. For China-direct access, the cn.* endpoint on FreeModel is the lowest-friction path to running Claude Opus 4 and GPT-5.4 from a mainland IP. Sign up at the link in the sidebar to evaluate the multi-vendor setup against your current single-vendor stack.