OpenAI Launches GPT-5.6 Family: How Sol, Terra, and Luna Change the Economics of AI
OpenAI has released its GPT-5.6 model family, splitting its flagship AI into three distinct tiers to balance reasoning power with dramatically lower costs for developers.
By Factlen Editorial Team
- Enterprise Engineering Teams
- Values the tiered pricing and routing capabilities, allowing them to deploy cheap models for routine tasks and reserve expensive flagship models for complex problems.
- Productivity Users
- Excited by the immediate integration into Microsoft 365 Copilot, which promises faster and more efficient drafting and data analysis in everyday office applications.
- AI Safety Researchers
- Focuses on the models' 'High' risk rating for cyber and biological misuse, emphasizing the necessity of the U.S. government's pre-release safety review.
What's not represented
- · Open-Source AI Developers
- · Hardware Infrastructure Providers
Why this matters
By fracturing its flagship AI into three price tiers, OpenAI is making advanced autonomous agents financially viable for everyday businesses, drastically lowering the cost of software development and data analysis.
Key points
- OpenAI launched GPT-5.6 as a three-tier family: Sol, Terra, and Luna.
- Sol is the flagship model, while Luna offers high speed at a fraction of the cost.
- The models feature a 1.05-million token context window and a new parallel 'Ultra mode'.
- Luna outperforms rival flagship models on coding benchmarks at less than a quarter of the price.
- The release followed a temporary U.S. government safety review due to the models' capabilities.
- GPT-5.6 is immediately integrated into Microsoft 365 Copilot and GitHub Copilot.
OpenAI has officially launched GPT-5.6, marking a fundamental shift in how the company packages and delivers its frontier artificial intelligence. Rather than releasing a single monolithic model, the company has introduced a three-tier family: Sol, Terra, and Luna. This tiered approach is designed to solve the growing economic friction in enterprise AI, where autonomous systems consume computational tokens at a rate that outpaces price declines.[1][3]
By offering distinct capability levels, OpenAI is allowing developers to route tasks based on complexity rather than paying flagship prices for routine work. Sol serves as the flagship model, engineered specifically for complex reasoning, long-horizon coding, and demanding agentic workflows—scenarios where the AI operates autonomously to complete multi-step tasks rather than just answering a single prompt.[4]
Sol is priced at $5 per million input tokens and $30 per million output tokens, positioning it as the heavy lifter for tasks that require persistence across multiple files and deep logical deduction. Terra sits in the middle as the balanced default. Priced at exactly half the cost of Sol—$2.50 for input and $15 for output—it delivers performance competitive with the previous generation's GPT-5.5, making it the practical sweet spot for everyday interactive coding.[3][4]
Luna is the fastest and most affordable tier, costing just $1 per million input tokens and $6 per million output tokens. It is engineered for high-volume, low-reasoning work such as triage, summarization, and initial code review passes, where speed and budget are the primary constraints.[3]

The underlying architecture of the GPT-5.6 family introduces a massive 1.05-million token context window—the amount of text or code the AI can hold in its short-term memory at one time. This expanded memory allows the models to ingest entire codebases or libraries of documents at once, drastically reducing the need to break large tasks into smaller, disconnected chunks.[1][4]
This massive memory is paired with a new "max reasoning effort" setting, which allows the models to spend more compute time thinking before generating an answer. Perhaps the most significant architectural addition, however, is "Ultra mode." This feature moves beyond a single-agent setup by automatically spinning up subagents to tackle different parts of a complex problem in parallel.[1]
For example, while one subagent writes a core software function, another can simultaneously draft the corresponding unit tests, and a third can review the code for security vulnerabilities. This parallel processing significantly accelerates complex work, though it requires careful monitoring to prevent runaway compute costs.[1]
The performance claims, backed by independent benchmarks, show a dramatic shift in the industry's cost-to-capability ratio. On the DeepSWE benchmark, which tests software engineering capabilities, the entry-level Luna model scored 67.2%, beating Anthropic's Claude Opus 4.8 while costing less than a quarter of the price.
The performance claims, backed by independent benchmarks, show a dramatic shift in the industry's cost-to-capability ratio.
Terra similarly disrupted the mid-tier market, effectively tying Claude Fable 5 on the Artificial Analysis Coding Agent Index with a score of 77.4, but at a fraction of the estimated API cost. This allows engineering teams to escalate tasks to Terra without breaking their compute budgets, reserving Sol only for the most intractable problems.

Sol, meanwhile, established new state-of-the-art records on high-end evaluations. It set a new high-water mark on Terminal-Bench 2.1, a rigorous test of command-line workflows that require planning, iteration, and tool coordination. According to OpenAI, Sol demonstrates a 54% improvement in token efficiency for agentic coding compared to previous models.[1][3]
Beyond coding, Sol showed significant leaps in scientific reasoning. On GeneBench v1, which evaluates long-horizon genomics and quantitative biology analyses, the flagship model achieved stronger results than GPT-5.5 while using fewer tokens, signaling its utility for pharmaceutical and academic research.[1]
However, these advanced capabilities come with elevated risks. OpenAI's own system card rates all three tiers—including the lightweight Luna—at a "High" risk level for both cybersecurity and biological or chemical misuse. The models demonstrate strong capabilities in vulnerability research and exploitation on benchmarks like ExploitBench.[1][3]
To mitigate these risks, OpenAI implemented its most robust safety stack to date. The models are trained with enhanced cybersecurity awareness and deployed with real-time checks designed to make prohibited offensive activity more difficult and detectable without blocking legitimate defensive security work, such as patch development and system auditing.[1][4]

The launch was notably preceded by a temporary U.S. government AI safety review. OpenAI staggered the rollout, initially providing a limited preview to a small group of trusted partners whose participation was shared with the government, reflecting a new era of regulatory oversight for frontier models.[1][2]
For everyday users, the impact of GPT-5.6 will be felt immediately through enterprise software integrations. Microsoft announced that GPT-5.6 is now the preferred model in Microsoft 365 Copilot, powering Word, Excel, PowerPoint, and a new collaborative tool called Cowork.[1]
In these applications, the models are designed to require fewer rounds of prompting. In Excel, GPT-5.6 supports deeper data analysis, while in PowerPoint, it can turn early ideas into polished presentations with less manual guidance, leveraging the models' improved token efficiency to reduce user friction.[1]
Developers are also seeing immediate integration, with the GPT-5.6 family rolling out to GitHub Copilot. Administrators can now enable policies that allow developers to select Sol, Terra, or Luna directly within their integrated development environments, matching the compute cost to the specific coding task at hand.

The introduction of explicit prompt caching—a technique that saves previously processed text so the model doesn't have to re-read it—further alters the economics of using these models. With a 30-minute minimum cache life, an agent reading the same repository for hours will incur significantly lower input costs, making long-running autonomous tasks financially viable for smaller startups.
Ultimately, the GPT-5.6 family represents a maturation of the generative AI market. The focus has shifted from simply building the largest possible model to creating a tiered, highly efficient ecosystem where cost, speed, and reasoning depth can be dynamically adjusted to fit the exact needs of the user.
How we got here
June 26, 2026
OpenAI previews the GPT-5.6 family to a limited group of trusted partners.
Early July 2026
The U.S. government conducts a temporary AI safety review of the models' capabilities.
July 9, 2026
OpenAI broadly releases GPT-5.6 Sol, Terra, and Luna across its API, ChatGPT, and Copilot integrations.
Viewpoints in depth
Enterprise Engineering Teams
Focused on the economic advantages of routing tasks to cheaper models.
For software engineering teams, the biggest breakthrough of GPT-5.6 isn't necessarily its peak intelligence, but its tiered pricing. Developers have long struggled with the '100x problem'—where autonomous agents consume tokens so rapidly that running them becomes prohibitively expensive. By offering Luna at $1 per million input tokens, teams can now afford to use AI for high-volume, low-level tasks like log analysis and initial code reviews, escalating to the expensive Sol model only when a task genuinely requires deep logical deduction.
AI Safety Researchers
Concerned by the models' advanced capabilities in vulnerability exploitation and biology.
Safety researchers point to OpenAI's own system card, which rates all three tiers of GPT-5.6 at a 'High' risk level for cybersecurity and biological misuse. The models' ability to excel on benchmarks like ExploitBench indicates they can autonomously discover and exploit software vulnerabilities. While OpenAI has implemented its most robust safety stack to date to prevent offensive use, researchers note that the U.S. government's unprecedented pre-release review signals that frontier models are now being treated as potential national security assets.
Productivity Users
Eager for the immediate workflow improvements in everyday office software.
For non-developers, the impact of GPT-5.6 is entirely about its integration into Microsoft 365 Copilot. Users are less concerned with benchmark scores and more focused on the model's improved token efficiency, which translates to fewer rounds of prompting to get a desired result. The ability of GPT-5.6 to handle deeper data analysis in Excel and require less manual guidance in PowerPoint represents a tangible reduction in daily workplace friction.
What we don't know
- How the new 'Ultra mode' subagents will impact overall compute costs for enterprise users in real-world, unconstrained environments.
- Whether the safety guardrails will hold up against dedicated adversarial attacks once the models are fully deployed globally.
- How competitors like Anthropic and Google will adjust their pricing models in response to the aggressive cost-efficiency of the Luna tier.
Key terms
- Context Window
- The amount of text, code, or data an AI model can hold in its short-term memory and process at one time.
- Agentic Workflows
- Processes where an AI operates autonomously to complete multi-step tasks, planning and executing actions rather than just answering a single prompt.
- Prompt Caching
- A cost-saving technique that temporarily saves previously processed text so the AI doesn't have to re-read and re-process it during long tasks.
- Subagents
- Smaller, specialized AI instances spawned by a main AI model to handle specific parts of a larger task in parallel.
Frequently asked
What is the difference between Sol, Terra, and Luna?
Sol is the flagship model for complex reasoning, Terra is a balanced mid-tier model for everyday tasks, and Luna is the fastest, most affordable model for high-volume, low-reasoning work.
How much does GPT-5.6 cost to use?
Pricing per million tokens (input/output) is $5/$30 for Sol, $2.50/$15 for Terra, and $1/$6 for Luna.
What is Ultra mode?
Ultra mode is a new feature that allows the AI to automatically spin up parallel subagents to work on different parts of a complex problem simultaneously.
Is GPT-5.6 available in ChatGPT?
Yes, GPT-5.6 is rolling out to ChatGPT, with Sol accessible via the 'Medium' and 'High' reasoning effort settings for Plus, Pro, and Enterprise users.
Sources
[1]OpenAIProductivity Users
Previewing GPT‑5.6 Sol: a next-generation model
Read on OpenAI →[2]AxiosAI Safety Researchers
OpenAI broadly releases GPT-5.6 after U.S. government request
Read on Axios →[3]SpaceDailyAI Safety Researchers
OpenAI releases GPT-5.6 in three tiers
Read on SpaceDaily →[4]OpenRouter
OpenAI GPT-5.6 Sol
Read on OpenRouter →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.






