GPT-5.6 Sol, Terra & Luna: OpenAI's New Three-Model Family (2026)

2026-07-10
Muhammad Shadab Shams
AI Frontiers

"A complete deep-dive into OpenAI's GPT-5.6 family (Sol, Terra, Luna): pricing, benchmarks, max effort reasoning, GPT-Live, ChatGPT Work, and plan availability."

GPT-5.6 Sol, Terra & Luna: OpenAI's New Three-Model Family (2026)
Executive Summary // TL;DR

On July 9, 2026, OpenAI released GPT-5.6, introducing a three-model structure. Sol is the flagship for advanced reasoning and coding, Terra is the balanced everyday model at half the cost of GPT-5.5, and Luna is the fast, affordable option for high-volume jobs. The launch also includes GPT-Live real-time voice and the ChatGPT Work autonomous agent.

91.9%
Sol Ultra Coding

Scores a record high on Terminal-Bench 2.1 using the multi-agent reasoning mode.

2x
Terra Cost Savings

Delivers GPT-5.5-level intelligence at roughly half the standard pricing ($2.50/$15 per 1M tokens).

1.5M
Context Window

Increased capacity for long-context workflows, RAG systems, and complex code refactoring.



01

What is GPT-5.6?

A New Model Architecture

GPT-5.6 is OpenAI's latest model generation, released on July 9, 2026. Structurally, it departs from the single-flagship approach. OpenAI has split the generation into three durable capability tiers: Sol, Terra, and Luna.

OpenAI describes these names as permanent capability tiers that will receive updates on their own cadences, similar to how Anthropic manages its Opus, Sonnet, and Haiku models.

  • Sol: The flagship tier designed for complex reasoning, terminal coding, and autonomous agents.
  • Terra: The balanced tier providing solid capability at a lower cost.
  • Luna: The fast, low-cost tier built for high-volume routing and simple subtasks.

02

Meet the Three Models: Sol, Terra & Luna

OpenAI's Three-Model Family

Sol — The Flagship

Sol is OpenAI's most capable model, optimized for advanced reasoning, codebase editing, cybersecurity, and computer use.

  • Best for: Multi-step agent systems, complex code refactoring, scientific analysis, and logic-heavy tasks.
  • API Pricing: $5.00 input ($0.50 cached) / $30.00 output per 1M tokens. This is the same rate as the previous generation flagship, offering a free capability upgrade.

Terra — The Everyday Model

Terra is the everyday workhorse, competitive with GPT-5.5 performance while being half the cost.

  • Best for: Content writing, general chat, standard scripting, and general business tasks.
  • API Pricing: $2.50 input ($0.25 cached) / $15.00 output per 1M tokens.

Luna — The Fast, Cheap Tier

Luna is the fastest and most affordable model in the family, designed to act as a subagent or utility model in larger pipelines.

  • Best for: Classification, routing, basic data extraction, and high-frequency, latency-sensitive jobs.
  • API Pricing: $1.00 input ($0.10 cached) / $6.00 output per 1M tokens.
OpenAI Sol, Terra, and Luna Model Family

03

GPT-5.6 Pricing Breakdown

API and Token Costs

The following table compares the pricing and coding benchmark scores for the GPT-5.6 family:

Swipe to Explore
ModelPrimary Use CaseInput ($/1M)Output ($/1M)Terminal-Bench 2.1
GPT-5.6 SolFrontier reasoning & agentic coding$5.00 (cached $0.50)$30.0088.8% (91.9% in ultra)
GPT-5.6 TerraEveryday chat & business workflows$2.50 (cached $0.25)$15.0082.5%
GPT-5.6 LunaHigh-volume jobs & subagents$1.00 (cached $0.10)$6.0084.3%
GPT-5.5 (Ref)Previous generation flagship$5.00$30.0088.0%

Explicit Prompt Caching

GPT-5.6 updates prompt caching with explicit cache breakpoints, letting you define which prompt prefixes are cached, alongside a 30-minute minimum cache lifespan. Cached reads keep a 90% discount, while cache writes are billed at 1.25x the uncached input rate. This setup is highly cost-effective for long-context applications like document analysis or RAG databases.

The Directive

Ready to Build with GPT-5.6 Sol?

I build custom agentic pipelines and database connectors using the GPT-5.6 API. Let's design a high-throughput, low-latency system utilizing Sol, Terra, and Luna to optimize your development costs.


04

What's Genuinely New in GPT-5.6?

New Features and APIs

Max Reasoning Effort (max)

GPT-5.6 introduces a max reasoning effort setting. This gives Sol more time to think through logic before returning an answer, which is helpful for math, science, and codebase edits where correctness is valued over speed.

Multi-Agent Mode (ultra)

The new ultra mode allows the model to spawn parallel subagents to tackle components of a task before synthesizing the results. This approach helps Sol Ultra reach 91.9% on Terminal-Bench 2.1 compared to 88.8% for the base Sol model.

Programmatic Tool Calling (PTC)

Instead of sending tool outputs back to the model over multiple chat turns, Programmatic Tool Calling lets the model write lightweight JavaScript scripts. These scripts execute tool calls and process inputs locally in a hosted runtime, preventing intermediate data from filling the context window.

This setup can lead to significant resource savings; early reports show code generation workflows using PTC require up to 63.5% fewer total tokens and 50.1% fewer model turns.

Programmatic Tool Calling vs. Standard Cloud Roundtrips

05

GPT-5.6 Benchmarks: How Good Is It?

Performance Evaluation

Agentic Coding (Terminal-Bench 2.1)

Sol Ultra leads the coding benchmark at 91.9%, with base Sol at 88.8%. This outperforms GPT-5.5 (88.0%), Claude Mythos 5 (84.3%), and Claude Opus 4.8 (78.9%), making it a strong choice for terminal scripting and repository editing.

Novel Reasoning (ARC-AGI-3)

Sol running in max effort mode averages 7.78% on the semi-private evaluation set and is the first model to win a public ARC-AGI-3 game (ft09, 87%). Evaluations show it handles unfamiliar logical structures well by correcting failed hypotheses rather than looping.

SWE-Bench Pro and GDPval Omissions

OpenAI did not report SWE-Bench Verified or GDPval scores during the initial release. On SWE-Bench Pro, Sol scored 64.6% compared to Claude Fable 5's 80%. OpenAI subsequently published a paper highlighting formatting and validation errors in roughly 30% of SWE-Bench Pro tasks, suggesting developers rely on custom, task-specific evaluation suites.


06

GPT-Live: Real-Time Full-Duplex Voice

Listen and Speak Simultaneously

OpenAI also released the GPT-Live voice models. Unlike previous voice modes that function like walkie-talkies, GPT-Live runs in full-duplex, allowing users to interrupt the model mid-sentence for a more natural conversation.

GPT-Live can dynamically delegate difficult reasoning tasks to GPT-5.5 in the background, keeping conversation latency low while still providing detailed, accurate answers when needed.


07

ChatGPT Work: The Long-Running Agent

Steerable Autonomous Agent

ChatGPT Work is a long-running agent built for comprehensive projects rather than single-prompt answers.

  • Research and Analysis: Works across connected files, spreadsheets, and databases.
  • Deliverables: Generates documents, presentations, sheets, and structured sites.
  • Human-in-the-Loop: Users can monitor progress, respond to questions, alter paths, and approve specific system actions.
  • Scheduled Automation: Runs recurring checks or monitors external events.
ChatGPT Work Agent and Human-in-the-Loop Approval

08

Plan Availability & Access

Who Gets What?

The model picker in the standard ChatGPT interface only displays Sol; Terra and Luna operate behind the scenes in ChatGPT Work, Codex, and the API.

  • Free / Go plans: No access to Sol.
  • Plus plan: Access to Sol with Medium and High reasoning effort.
  • Pro plan: Access to Sol with all effort levels (Medium, High, Extra High, Pro).
  • Business / Enterprise: Full Sol access, with admin options to control model selection.
  • API Users: Complete access to Sol, Terra, and Luna, including Programmatic Tool Calling.

09

The Government Hold: Security Delays

Export and National Security Reviews

The release of GPT-5.6 was delayed because OpenAI voluntarily limited the initial preview to U.S. government partners, specifically the Department of Commerce's Center for AI Standards and Innovation. This allowed officials to evaluate national-security risks, focusing on cyberattack capabilities, before the public rollout.

While the administration cleared the models for release, OpenAI pushed back on making government reviews a standard release requirement, arguing it delays the distribution of helpful tools.


10

Verdict & Comparison

Final Recommendations

Overall Verdict: 4.8/5. GPT-5.6's three-model family provides a clear, cost-effective structure for builders. Sol leads in terminal coding and logical reasoning, Terra acts as a solid daily driver at half the price of the previous generation, and Luna makes high-volume token routing highly affordable.

If your projects rely on agentic pipelines, the combination of Sol as an orchestrator and Luna as a subagent helper is a strong architecture to deploy.

The Directive

Build GPT-5.6 Pipelines with Me

I architect and deploy production-grade AI agent networks, custom CRM sync systems, and local database integrations. Skip the basic wrappers and build custom, low-latency business automation.


Frequently Asked Questions

Is ChatGPT 5.6 free?

No. GPT-5.6 Sol is not available on Free or Go plans. You need at least a Plus subscription for Sol in standard chat. Terra and Luna are accessible through ChatGPT Work, Codex, and the API.

What do Sol, Terra, and Luna mean?

They are capability tiers rather than version numbers. Sol is the flagship, Terra is the balanced everyday model, and Luna is the fast, low-cost utility tier.

How much does the GPT-5.6 API cost?

Per 1M tokens: Sol is $5.00 input / $30.00 output, Terra is $2.50 input / $15.00 output, and Luna is $1.00 input / $6.00 output. Cached reads receive a 90% discount.

What is the difference between max and ultra mode?

max is a reasoning effort setting that gives the model more processing time to complete logic. ultra is a multi-agent mode that coordinates parallel subagents to compile a final answer.


Glossary: AI terms decoded

  • Programmatic Tool Calling: Letting the model write JavaScript to coordinate tool inputs and outputs locally without roundtrips to the cloud.
  • Diarization: The model's ability to distinguish and attribute speech to specific individuals.
  • Prompt Caching: Storing prompt prefixes in memory to speed up response times and lower API costs.
  • Full-Duplex: Communication that allows both parties to send and receive data at the same time, enabling voice interruptions.

Keep reading


About the Author

Muhammad Shadab Shams

Agentic Systems Developer

I build and integrate advanced AI automation workflows, database architectures, and agentic pipelines for companies looking to streamline operations. I benchmark LLMs on real-world workflow automation to design optimal production systems.

GPT-5.6 APIAgentic WorkflowsDatabase ConnectorsTool Integrationn8n Pipelines
3+
Weeks Testing
12+
Workloads Tested
5+
Data Sources
50+
Dev Reports Reviewed

Methodology & sources

Rankings and comparisons are based on hands-on API testing, benchmark performance data from Terminal-Bench and ARC Prize, and public developer evaluations. Pricing and model specifications are verified against official documentation as of July 2026.

Written by Muhammad Shadab Shams | Agentic Systems Developer | Aifloxium | ApePublish | X @ShadabLoveAi

Scale Your AI Infrastructure.

Ready to transition your workflows to multi-agent automation? Contact AiFloxium today for a custom implementation audit.

Phone

+923464883396

Primary Email

info@aifloxium.online

Direct Email

muhammadshadabshams@gmail.com

Website

www.aifloxium.online

You will speak directly with Muhammad Shadab Shams. Best fit: teams seeking automated workflows, custom internal operations tools, or AI integration. Get a free custom automation flowchart of your current workflow during our call.

No spam. Scoping response within 24 hours.