OpenAI 2026 H2 Model and API Release Timeline
OpenAI 2026 H2 (2026-07 to 2026-12) timeline of key model and API updates. Every entry sourced from developers.openai.com changelog and OpenAI News.
How to
Subscribe to the two primary sources
developers.openai.com/api/docs/changelog + openai.com/news. Use an RSS reader (e.g. Feedly / Inoreader).
Re-scrape weekly
Open the changelog and News lists; filter for events with developer impact; log locally.
Update release-notes and world-state
Add events (newest first) to the release-notes H1/H2 article; if events change the world-state (price, model name), sync world-state.md too.
Trigger related article maintenance
High-impact events (API field changed / model deprecated) trigger the guides-article-maintenance flow for affected articles.
This timeline is a living reference, synced every two weeks with the official changelog. New entries prepended with date.
2026-07
2026-07-09 · GPT-5.6 Family Release · Impact: High
OpenAI released the GPT-5.6 family on 2026-07-09, three tiers:
- Sol (
gpt-5.6-sol, aliasgpt-5.6): $5/$30 per MTok, flagship / Frontier - Terra (
gpt-5.6-terra): $2.50/$15 per MTok, daily workhorse - Luna (
gpt-5.6-luna): $1/$6 per MTok, high-throughput batch
All three share 1.05M context, 128K output, knowledge cutoff 2026-02-16, native multimodal input. Depth is controlled continuously by reasoning.effort (none / low / medium / high / xhigh / max).
Developer impact: H1 had multiple coexisting models (GPT-4o / o1 / o3 / GPT-4.1 / GPT-5.5, etc.); now converged to 3 tiers. You need to:
- Replace
model="gpt-4o"withmodel="gpt-5.6-terra"(the closest old tier) - Replace
model="o1"withmodel="gpt-5.6-sol"+reasoning={"effort": "high"} - Re-evaluate token costs: Sol costs ~3× GPT-4o but produces higher quality; recommend Terra + Luna for primary, Sol for critical paths
- Chat Completions API is marked legacy; new projects should use the Responses API (
inputfield)
2026-07-06 · GPT-Realtime-2.1 Release · Impact: High
OpenAI released GPT-Realtime-2.1 on 2026-07-06 — current flagship Realtime model, the base for ChatGPT Advanced Voice.
Developer impact: Realtime API projects upgrade to 2.1, model id becomes gpt-realtime-2.1. WebRTC ephemeral token endpoint changes to POST /v1/realtime/client_secrets (response field is value), and the browser exchanges SDP via POST /v1/realtime/calls.
2026-08
2026-08-07 · GPTMap Editorial Update · Impact: Low
GPTMap now has 24 articles (48 bilingual files), covering 14 channels with distribution: 6 channels at 2 articles, 4 channels at 1 article. H2 plan: 4-6 articles per month, prioritizing gap channels.
This is a GPTMap-internal note, not an OpenAI release.
2026-09 (TBD)
Below are predictions as of 2026-08-08; updates weekly.
- GPT-5.6 family refinements: possible codex- or vision-optimized variants (no official confirmation, TBD)
- GPT Image 2.1 (TBD): a minor version refresh expected in H2
2026-Q4 (TBD)
- GPT-6 candidate (no official timeline, TBD): OpenAI's public line is that GPT-5.6 family continues iterating; no GPT-6 release date announced
- Realtime 3.x (TBD): further real-time performance improvements expected
- Azure OpenAI GA sync (TBD): Azure GA timing for GPT-5.6 and Realtime-2.1
H1 highlights (2026-01 to 2026-06)
| Date | Event | Impact |
|---|---|---|
| 2026-04-21 | GPT Image 2 release | High |
| 2026-04-24 | GPT-5.5 / GPT-5.5 Pro release, 1M context | High |
| 2026-05-07 | GPT-Realtime-2 / Translate / Whisper release | High |
| 2026-05-12 | DALL·E 2/3 and Realtime API Beta retired | High (already in effect) |
| 2026-05-12 | GPT-Realtime-2 / Translate / Whisper release | High |
| 2026-06-01 | GPT-5.4/5.5 in Amazon Bedrock | Medium |
| 2026-06-02 | Container sessions billing change | Medium |
| 2026-06-03 | reusable prompts, Evals, Agent Builder deprecation announced | Medium |
Maintenance notes
This article follows the guides-article-maintenance flow:
- Re-scrape developers.openai.com/api/docs/changelog every two weeks
- Major events (model rename, pricing change, API field deprecation) trigger immediate re-test
- New entries prepended with date; older entries retained for timeline traceability
What's Next
- OpenAI Models Release Notes (2026, Living Document) — mirror-style changelog
- The GPTMap editorial checklist: 12 steps to a publishable OpenAI article
- GPTMap Article Maintenance Guide: Re-testing, Version Sync, and Sunset
Update log
- 2026-08-08: Initial publish (2026-07 events + 2026-08 internal + H1 retrospective table)
Key points
- Timeline structure: date + event type + short description + impact assessment for developers
- GPT-5.6 family (2026-07-09) is the most important H2 release — three tiers Sol/Terra/Luna replace the H1 multi-model sprawl
- GPT-Realtime-2.1 (2026-07-06) ships alongside — the base for Advanced Voice
- Already retired: DALL·E 2/3 (2026-05-12, H1) + Realtime API Beta (2026-05-12, H1) — new projects must avoid these
- This timeline is a living reference: weekly re-scrape of the changelog, new entries prepended with date
Frequently asked questions
Official references
- ChangelogOpenAI API changelog
- AnnouncementOpenAI News
- DocsOpenAI Pricing
Related articles
Subscribe to GPTMap Weekly
One email every Monday: curated OpenAI updates, deep dives, and best practices. No ads, unsubscribe anytime.