On July 9, 2026, OpenAI fully launched the GPT-5.6 family with a new celestial naming system: Sol (flagship), Terra (balanced), and Luna (lightweight). Sol set a new industry record of 80 points on the Artificial Analysis Coding Agent Index — 2.8 points above Claude Fable 5 at roughly one-third the cost. In August, Luna's price was slashed 80% to $0.20/M input. With ChatGPT Work agents and Codex merged into ChatGPT, OpenAI has officially shifted the AI race from "model supremacy" to "agent ecosystems and cost efficiency."

1. Key Features

FeatureSpecification
Model FamilySol (flagship) / Terra (balanced) / Luna (lightweight)
Context Window1 million tokens (long-context surcharge above 272K input)
Max Output128K tokens (among the highest available)
Reasoning TiersSix levels (none–max) + Ultra mode (coordinates 4 parallel subagents, up to 16)
Knowledge CutoffFebruary 16, 2026
AgentsChatGPT Work: works across email, calendar, Slack, cloud drive, CRM for hours
Dev ToolsCodex merged into ChatGPT (Chat/Work/Codex unified)
Core TechProgrammatic Tool Calling (model writes its own JavaScript to orchestrate tools)
PlatformsChatGPT app/web, Codex, OpenAI API, GitHub Copilot, Microsoft 365

2. Performance Review

✅ Strengths

1. #1 Coding Agent in the World 🏆

On the Artificial Analysis Coding Agent Index, Sol (max) scored 80 — a new industry record, 2.8 points above Claude Fable 5 — using less than half the output tokens, half the time, and roughly one-third the cost.

  • Terminal-Bench 2.1: 88.8% (91.9% in Ultra mode)
  • BrowseComp: Sol Ultra set a new record at 92.2%
  • OSWorld 2.0: 62.6% with 85% fewer output tokens than Opus 4.8
  • 54% better agentic coding token efficiency

2. Elite Agent / Reasoning Ability 🤖

On Agents' Last Exam (long-running professional workflows across 55 fields), Sol scored 53.6 — 13.1 points above Claude Fable 5, at roughly one-quarter the cost at medium reasoning. On the Artificial Analysis Intelligence Index, Sol (max) scores 59 — just 1 point below Fable 5's 60, at one-third the cost.

3. Three Tiers + Six Reasoning Levels = Full Flexibility 📊

ModelPositioningInputOutputBest For
SolFlagship$5$30Complex reasoning/security/research
TerraBalanced$2.50 → $2$15 → $12Everyday workloads
LunaLightweight$1 → $0.20$6 → $1.20High throughput / low cost

Each tier offers six reasoning intensities (none/low/medium/high/xhigh/max), creating a flexible capability×cost grid. Terra matches GPT-5.5's performance at half the price.

4. ChatGPT Work Agents: Automation That Delivers 💼

Powered by GPT-5.6, Work agents operate continuously across email, calendar, Slack, cloud drive, and CRM, delivering complete documents, reports, and web apps. Enterprise results: ~2/3 fewer tokens per code review, 50% lower latency; 25% fewer task steps, 35–48% fewer tool calls, and 15% lower failure rate.

5. Codex Merged into ChatGPT 🧑‍💻

The desktop app unifies Chat, Work, and Codex into one entry point. ChatGPT Work and Codex are available on the free tier — OpenAI just opened developer tools to everyone.

6. Self-Optimization: AI Training AI 🚀

OpenAI used Sol to rewrite and optimize its own production GPU kernels, load balancing, speculative decoding, and KV cache configuration — cutting end-to-end service costs by 20%. Luna's post-training was completed autonomously by Sol: finding GPUs, configuring the stack, and writing scripts with zero human intervention.

7. Top-Tier Cybersecurity 🛡

Sol scored 73.5% on ExploitBench (vs. GPT-5.5's 47.9%), raised ExploitGym pass rate from 15.1% to 33.7%, and hit 71.2% on SEC-Bench Pro. A new "reasoning monitor" analyzes harm per-conversation with ~10x better protection than the previous generation.

8. Mature, Everywhere Ecosystem 🌍

Deployed across ChatGPT, ChatGPT Work, Codex, the OpenAI API, GitHub Copilot, and Microsoft 365. Free users default to Terra; paid subscribers (Plus/Pro/Business/Enterprise) unlock Sol at higher reasoning settings.

❌ Weaknesses

1. Repository-Level Coding Trails Fable 5 ⚠️

On SWE-Bench Pro, Sol scores only 64.6% versus Claude Fable 5's 80.3%. For large-repository, codebase-scale work, Claude remains the safer choice.

2. Independent Reviews: Not a Universal Sweep

Simon Willison and other independent testers note Sol "hasn't struck me as better than Fable at the kind of complex coding tasks" they use. Reviews generally describe Sol as a "polished upgrade" of GPT-5.5 rather than a generational leap — a "reliable contractor" while Fable 5 is "smarter" with sharper insight.

3. Long-Context Surcharge

Requests exceeding 272K input tokens incur a long-context surcharge (2x input / 1.5x output), eroding the price advantage in very long retrieval scenarios.

4. Partially Self-Reported Benchmarks

Several of OpenAI's scores are self-reported and conflict with independent results (e.g., SWE-Bench Pro). Treat numbers with some skepticism.

5. Flagship Not on the Free Tier

Sol is available only to paid subscribers (medium+ reasoning). Free users route to Terra, and there's a bare-alias trap — `gpt-5.6` defaults to the most expensive Sol. Specify model IDs explicitly.

6. Closed-Source Opacity

The entire GPT-5.6 family is closed-source. No self-hosting — data-sovereignty-sensitive organizations are locked into OpenAI's cloud.

3. Pricing

API Pricing (per million tokens, August 2026)

GPT-5.6 SolGPT-5.6 TerraGPT-5.6 LunaClaude Fable 5
Input$5$2 (was $2.5)$0.20 🔥 (was $1)$10
Output$30$12 (was $15)$1.20 🔥 (was $6)$50
💰 Price Disruptor: Down to 1/16th of Rivals

After Luna's 80% August price cut, input is 1/50th and output 1/40th of Claude Fable 5. Sol (max) costs ~$1.04 per task on the Intelligence Index vs. ~$2.75 for Fable 5 — 1 point of benchmark gap at one-third the cost. Prompt caching available (90% read discount, 1.25x write pricing, cached for at least 30 minutes).

ChatGPT Subscriptions

PlanPriceModels
Free$0Terra (default), Work/Codex free tiers
Plus$20/moSol (medium+) and all models
Pro$200/moSol full reasoning + Ultra mode
Business/EnterpriseCustomFull features + admin controls

4. Competitor Comparison

DimensionGPT-5.6 SolClaude Fable 5Kimi K3Qwen3.7 Max
Overall Score59 (#2)60 (#1)57 (#3)56.6 (#5)
Coding Agent🥇 80 record77.2
Frontend Coding#3#2🥇 #1 Global
SWE-Bench Pro64.6%🥇 80.3%
Output Price$30/M$50/M$15/M$7.5/M
Context1M200K1M1M
Long-Horizon Agents✅ Work agents✅ 48h chip design✅ 35h autonomy
Ecosystem🌍 ChatGPT/Copilot/365🌍 WesternStandalone🌐 400+ Alibaba
Open Source❌ No❌ No✅ Yes⚠️ Partial

5. Who Should Use It?

⭐⭐⭐⭐⭐
Developers / Programmers
#1 coding agent + free Codex + Copilot/365 ecosystem for maximum dev efficiency.
⭐⭐⭐⭐⭐
Enterprises / Teams
Work agents automate office workflows — 25% fewer steps, 15% lower failure rate, real cost efficiency.
⭐⭐⭐⭐⭐
Cybersecurity Professionals
ExploitBench 73.5%, SEC-Bench Pro 71.2% — top-tier security capability.
⭐⭐⭐⭐
General Users
Terra is great value, Luna nearly free, and ChatGPT has the most mature, easy-to-use ecosystem.
⭐⭐⭐⭐
Long-Document Work
1M context is powerful, but the >272K surcharge means heavy retrieval needs careful cost math.

6. Final Verdict

Overall Capability
★★★★
Coding Agent
★★★★★
Agent / Reasoning
★★★★★
Value
★★★★★
Speed
★★★★
Repo-Level Coding
★★★
Ecosystem
★★★★★
Open Source
🏁 Bottom Line

GPT-5.6 isn't the "strongest" model — it's the "efficiency king." It trails Fable 5 by just 1 point overall while claiming the #1 coding agent title at one-third the cost. The core pitch is value + ecosystem + agent efficiency: Terra for everyday work, Luna for near-free bulk tasks, Sol for the hardest problems. If budget is unlimited and you need the absolute best, Claude Fable 5's repository-level coding remains unmatched. But for "getting the most done for the least money," GPT-5.6 is the most pragmatic answer of 2026.

7. FAQ

Q1: Is GPT-5.6 free?
ChatGPT's free tier includes Terra (default) plus free Work/Codex access. The flagship Sol requires Plus ($20/mo) or higher; Pro ($200/mo) unlocks all reasoning strengths and Ultra mode.
Q2: How do I choose between Sol, Terra, and Luna?
Pick Sol for top-tier capability on hard problems; Terra for everyday workloads (GPT-5.5-class performance at half price); Luna for high-throughput/low-cost batch tasks (near-free after the 80% cut). Beware the bare `gpt-5.6` alias defaulting to the priciest Sol.
Q3: Which is stronger — GPT-5.6 or Claude Fable 5?
Fable 5 leads overall (60 vs 59) and dominates repository-level coding (SWE-Bench Pro 80.3% vs 64.6%). But GPT-5.6 wins the coding agent index (80, new record), long-horizon agent work, and cost efficiency. Each has its strengths — choose by scenario.
Q4: Is Codex free?
Codex is now merged into the ChatGPT desktop app with Chat, Work, and Codex unified — usable on the free tier. Paid subscribers get higher limits and flagship-model capability.
Q5: Does GPT-5.6 support Chinese and web search?
Yes. Chinese understanding and generation are top-tier, and ChatGPT includes built-in web search. GPT-5.6 also adds advanced API features like Programmatic Tool Calling (the model writes JavaScript to orchestrate tools).
🏷 Tags: OpenAI GPT-5.6 ChatGPT Codex AI Review AI Tools LLM AI Coding AI Agents AI Comparison Claude Kimi Qwen AI Review 2026