OpenAI launches GPT‑5.6 family with Sol, Terra, Luna and new agent features
Patch your API integration to use GPT‑5.6 Sol/Terra/Luna model IDs and adjust cost calculations to the new pricing tiers.
Update your code to reference the new model IDs, test Ultra mode for parallel agent workloads, and monitor usage against the new pricing.
Summary
OpenAI unveiled its GPT‑5.6 family on 8 July 2026, introducing three new models—Sol, Terra and Luna—each tuned for different use cases and priced on a tiered effort ladder that ranges from Light to Ultra. Sol is positioned as the flagship model, offering state‑of‑the‑art performance across coding, knowledge work, cybersecurity and science while costing roughly one‑sixteenth of Claude Fable 5. Terra provides a balanced, GPT‑5.5‑like experience, and Luna is the most cost‑efficient option for high‑volume workloads. The models support a 1 million‑token context window, a 128 000‑token maximum output, and a 1 million‑token knowledge cutoff as of February 2026. Pricing is set at $5/$30 for Sol, $2.50/$15 for Terra and $1/$6 for Luna per million input/output tokens, with a 90 % cache‑read discount and new cache‑write rates.
Performance benchmarks show Sol leading on several fronts: it scored 53.6 on the Agents’ Last Exam, 59 on the Intelligence Index, 80 on the Coding Agent Index, and topped the CyberBench and Excel Modeling Benchmark. Terra and Luna also outperformed Fable 5, achieving 55 and 51 on the Intelligence Index at 50 % and 80 % lower cost per task, respectively. Early tests in Code Arena Frontend tied GPT‑5.6 with Claude Fable 5, while WeirdML saw GPT‑5.6 beat Fable 5 by about four points, all at a lower cost. Sol also achieved a ~500‑point jump in Presentation Elo on the AA‑Briefcase benchmark compared to GPT‑5.5.
The release added several new API and UX features. Programmatic tool calling allows the model to compose and execute JavaScript that orchestrates tool calls, while a multi‑agent beta lets GPT‑5.6 spawn sub‑agents for parallel focused work. Prompt cache breakpoints give developers explicit cache control, and image requests can now use a “detail: original” flag to avoid automatic resizing. However, the launch triggered usage‑limit resets as hidden sub‑agent cost explosions—where spawned agents inherit premium settings—rapidly drained quotas. OpenAI acknowledged the issue and promised clearer defaults and cost controls.
Industry response has been swift. Codex and ChatGPT Work saw a 2.5× usage surge in a single week, prompting OpenAI to reset limits and highlight the importance of harness quality and observability. Community tools such as LangChain added tracing for Codex, and JetBrains recommended Codex as an agent. Prime Intellect’s recent release of verifiers v1, which modularises agent RL environments and reduces trace growth, complements OpenAI’s infrastructure upgrades and signals a broader shift toward more efficient, scalable agent development.
Key changes
- Muse Spark 1.1 added to Meta Model API
- GPT‑5.6 introduced Sol, Terra, Luna models with new pricing tiers
- Ultra mode coordinates four agents in parallel
- Sol outperforms Fable 5, Terra surpasses Fable 5, Luna outperforms Opus 4.8
- GPT‑5.6 achieves state‑of‑the‑art on Terminal‑Bench 2.1 and DeepSWE
- ChatGPT Work and new desktop app launched, causing initial UX regressions
- OpenAI performed usage resets and restored sidebar navigation
- Cache‑write pricing added, 90% cache‑read discount retained
Affects
In-depth analysis
OpenAI’s GPT‑5.6 family introduces three new models—Sol, Terra, and Luna—each optimized for a distinct cost‑performance tier. Sol, the flagship, delivers state‑of‑the‑art results in coding, knowledge work, cybersecurity, and science while using fewer tokens than previous frontier models, reducing estimated cost per token. Terra offers a balanced mix of speed and accuracy for everyday business tasks, and Luna is the most economical option, outperforming the older Fable 5 at roughly one‑sixteenth the cost. The rollout includes a price‑performance ladder with tiered effort levels (Light, Medium, High, Extra High, Ultra) and new agent features across ChatGPT, Codex, and the API. Pricing is now $5/$30 for Sol, $2.5/$15 for Terra, and $1/$6 per million input/output tokens, with cache‑write pricing added and a 90 % cache‑read discount retained. The split of ChatGPT Work from Codex caused UX regressions, prompting OpenAI to reset usage limits and restore familiar behavior. The Prime Intellect verifiers v1 release, while unrelated to GPT‑5.6, demonstrates a broader industry shift toward modular agent RL environments, which could influence how agencies design AI‑powered workflows.
Vendor coverage (OpenAI blog) focuses on performance metrics and cost savings, framing the release as a breakthrough in AI economics. AI News provides the concrete pricing details and highlights practical implications such as usage limits and cache pricing, offering a more implementation‑oriented view. No independent outlets have yet dissected the release, so the narrative remains vendor‑driven. The hype level is moderate: claims of state‑of‑the‑art results are backed by token‑cost reductions, but the real substance lies in the tiered effort levels and pricing model, which directly affect how agencies will allocate resources. Practical coverage is strongest in AI News, which explains how to manage token budgets and cache usage; the OpenAI blog is more theoretical, emphasizing performance gains without detailed implementation guidance. The Prime Intellect update, while separate, signals that agencies should prepare for more flexible agent environments, a trend that may dovetail with GPT‑5.6’s new agent features.
For an agency, the impact varies by client type. WordPress and WooCommerce clients can use Sol for high‑value content creation, SEO optimization, and custom code generation, while Terra suits routine updates and content scheduling. Luna is ideal for bulk content production or low‑margin e‑commerce product descriptions, keeping costs minimal. Enterprise clients will benefit from the tiered effort levels to match budget constraints with performance needs. Immediate actions include mapping each client’s use case to the appropriate model, updating token budgets, and integrating cache‑write pricing into cost monitoring dashboards. Next sprint should focus on testing the new agent features in sandbox environments and refining usage limits to avoid the UX regressions seen in ChatGPT Work. Agencies should never ignore the reset usage limits or rely on outdated pricing models; doing so risks over‑spending and service interruptions.