Model guide

GPT-5.6 Sol: OpenAI's New Flagship, Explained

OpenAI's new flagship landed with a new naming scheme, a Sol-only ultra mode, and strong terminal-agent scores. Here is what Sol actually is, what it costs, and when to pick it.

By Kylian Migot · Updated July 2026 · 7 min read

Quick answer

GPT-5.6 Sol is OpenAI's flagship model, generally available since July 9, 2026 across ChatGPT, Codex, and the API. It costs $5 in / $30 out per MTok and is the only GPT-5.6 tier with max reasoning effort and ultra mode, native parallel subagents. Terra and Luna are the cheaper workhorse and budget tiers of the same family.
What it is
Flagship tier of the GPT-5.6 family (Sol › Terra › Luna)
Price
$5 in / $30 out per MTok
Exclusives
Max reasoning effort + ultra mode (parallel subagents)
Headline score
88.8% on Terminal-Bench 2.1 (91.9% in ultra mode)
01

What Is GPT-5.6 Sol?

GPT-5.6 Sol went generally available on July 9, 2026, rolled out simultaneously to ChatGPT, Codex, and the API. It arrived with a new naming scheme worth thirty seconds of your attention, because it finally makes OpenAI's lineup legible: the number is the generation, the name is the capability tier. GPT-5.6 is the generation; Sol, Terra, and Luna are the tiers within it.

Sol is the flagship, the API identifier is gpt-5.6-sol, and it is the only tier that gets the two headline features: max reasoning effort and ultra mode. Where it sits among every current coding model, and against Anthropic's frontier tier, is what the rest of this guide covers.

02

Specs: Sol, Terra, and Luna Side by Side

SpecGPT-5.6 Sol
VendorOpenAI
API identifiergpt-5.6-sol
Generally availableJuly 9, 2026
Price$5 in / $30 out per MTok
TierFrontier (flagship of the GPT-5.6 family)
Exclusive featuresMax reasoning effort, ultra mode (parallel subagents)
CodexSelectable in Codex (current generation); only tier with max reasoning effort and ultra mode

Data verified July 18, 2026 against OpenAI's published pricing and launch materials. The full family, side by side:

GPT-5.6 SolGPT-5.6 TerraGPT-5.6 Luna
RoleFlagshipWorkhorseBudget / fast
Price$5 in / $30 out per MTok$2.5 in / $15 out per MTok$1 in / $6 out per MTok
Terminal-Bench 2.188.8%87.4%84.7%
Max reasoning effortYesNoNo
Ultra modeYesNoNo

The Terra line deserves a call-out: OpenAI positions it as roughly GPT-5.5 performance at about half the price, which quietly makes it the value pick of the generation, more on that in the decision guide below and in the best Codex model.

03

Max Reasoning and Ultra Mode

Sol's two exclusives are what separate it from Terra beyond raw capability. Max reasoning effort is the highest thinking budget in the family, for problems where you want the model to grind. Ultra mode is more interesting: Sol natively fans a task out to parallel subagents, multiple copies of itself working a problem concurrently. OpenAI's own numbers show what that buys: 91.9% in ultra mode on Terminal-Bench 2.1, up from 88.8% standard, per OpenAI's launch materials.

Note what ultra mode parallelizes: work within one task. It does not parallelize your backlog. Running several independent stories at once, each on its own branch, is an orchestration-layer job, which is exactly the layer AIDEN provides on top of the Codex CLI, see AIDEN vs Codex CLI.

Ship your first agent today

Download AIDEN free and point it at your existing Claude Code or Codex setup. No credit card, running in minutes.

Download AIDEN free

Free to start · macOS 12+ · No credit card required

04

Benchmarks, Honestly

OpenAI led its launch with Terminal-Bench 2.1 and, notably, did not publish SWE-bench scores. Here is the verified picture, including how Sol compares with Claude Fable 5:

BenchmarkGPT-5.6 SolClaude Fable 5Source
Terminal-Bench 2.188.8% (91.9% in ultra mode)OpenAI launch materials
SWE-bench Pro64.6%80.3%Third-party runs (Sol); Anthropic / Scale (Fable)
SWE-bench VerifiedNot published at launch95.0%swebench.com leaderboard

Data verified July 18, 2026. OpenAI also claims leads on ALE (53.6) and the Artificial Analysis Coding Agent Index (80.0); treat both as OpenAI's claims until independently reproduced.

05

The GPT-5.6 Family in Codex

In Codex, the current generation is Sol, Terra, and Luna, and Codex auto-selects a model by default, most sessions never touch the picker. Also still selectable: GPT-5.5, GPT-5.4, GPT-5.4 Mini, and GPT-5.3 Codex Spark, a text-only research preview limited to ChatGPT Pro. Two housekeeping notes from OpenAI: gpt-5.2 and gpt-5.3-codex are deprecated for ChatGPT sign-in, and GPT-5.5, the previous flagship, now overlaps almost entirely with Terra at twice Terra's price.

If you have tuned workflows on GPT-5.5, they keep working, but for new work the current generation is the sane starting point. The tier-by-tier picking logic, including reasoning effort, lives in the best Codex model guide.

06

Which Tier to Use: A One-Minute Decision Guide

Terra: the everyday default

Roughly GPT-5.5 performance at about half the price ($2.5 in / $15 out per MTok). Routine implementation, tests, refactors, and most Codex sessions. Start here.

Sol: the hard stuff

$5 in / $30 out per MTok. Hard problems, long agentic runs, and anything terminal-heavy where its benchmark lead is real. The only tier with max reasoning and ultra mode.

Luna: cheap and mechanical

$1 in / $6 out per MTok. Lint fixes, renames, high-volume simple tasks where latency and cost matter more than depth.

One more axis: you do not have to pick a vendor at all. AIDEN runs your Codex CLI next to your Claude Code CLI on one kanban board, each story on its own branch, so you can route terminal-heavy stories to Sol and repo-scale refactors to Claude Fable 5, and let the per-story results, not the launch keynotes, decide who gets the next card.

FAQ

What is GPT-5.6 Sol?
GPT-5.6 Sol is OpenAI's new flagship model, generally available since July 9, 2026 across ChatGPT, Codex, and the API. Under OpenAI's new naming scheme the number is the generation and the name is the capability tier: Sol is the flagship of the GPT-5.6 family, above Terra (workhorse) and Luna (budget/fast). It costs $5 in / $30 out per MTok and is the only tier with max reasoning effort and ultra mode.
Sol vs Terra vs Luna: which should I use?
Terra is the everyday default: roughly GPT-5.5 performance at about half the price ($2.5 in / $15 out per MTok). Reach for Sol ($5 in / $30 out per MTok) on hard problems and long agentic runs, and when you want ultra mode's parallel subagents. Luna ($1 in / $6 out per MTok) is for cheap, fast mechanical work where the task is simple and volume is high.
Is GPT-5.6 Sol better than Claude Fable 5?
It depends on the benchmark and the task. Sol leads on Terminal-Bench 2.1 (88.8%), which measures terminal-agent work, while third-party SWE-bench Pro runs put Sol at 64.6% vs Claude Fable 5's 80.3%. OpenAI did not publish SWE-bench scores at launch. Terminal-heavy agentic work favors Sol; repo-scale issue resolution currently favors Fable 5.
What is ultra mode?
Ultra mode is a Sol-exclusive execution mode that runs native parallel subagents: Sol fans a task out to multiple copies of itself working concurrently. OpenAI reports 91.9% in ultra mode on Terminal-Bench 2.1, up from 88.8% standard. It is not available on Terra or Luna.
Which model does Codex use by default?
Codex auto-selects a model by default from the current Sol/Terra/Luna generation. You can also still pick GPT-5.5, GPT-5.4, GPT-5.4 Mini, and GPT-5.3 Codex Spark (a text-only research preview limited to ChatGPT Pro). Note that gpt-5.2 and gpt-5.3-codex are deprecated for ChatGPT sign-in.
Is there an OpenAI model called Sona?
No. There is no OpenAI model named Sona; searchers using that name almost always mean Sol, the flagship tier of the GPT-5.6 family. The current GPT-5.6 tiers are Sol, Terra, and Luna.

Keep reading

Run Sol next to Claude, story by story.

AIDEN is a macOS app that orchestrates your existing Codex and Claude Code CLIs on one kanban board, BYOK, local-first, spec-gated. Free for one project.

macOS 12+ · Bring your own Claude Code or Codex · Your code stays local