InsightsUpdated 6 min read

GPT-5.6 Sol, Terra, and Luna: which tier a business should actually buy

OpenAI shipped three models with moon-and-sun names and a million-token window. Most businesses will pay for the wrong one. Here is the sorting logic, the Codex changes that matter, and what Images 2.0 does to a creative budget.

A business operator sorts three client workstreams beside a monitor showing three AI task queues
Route the model by the stakes of the work, not the name on the plan

GPT-5.6 arrived on July 9, 2026 as a family of three: Luna, Terra, and Sol, smallest to largest, after a limited preview that started June 26. All three carry a million-token context window, 128,000 tokens of output, and a February 16, 2026 knowledge cutoff. The names are the only whimsical thing about the release. The pricing ladder is where the decisions live.

TierInputOutputContextWhere it fits
Luna$1$61M tokensVolume work: drafts, extraction, classification, first-pass research
Terra$2.50$151M tokensThe default for most agency and business workflows
Sol$5$301M tokensLong-horizon agent runs, hard code, research where a miss is expensive
GPT-5.6 tiers at a glance. Pricing per million tokens as listed at launch.

What OpenAI says changed, and what independent testers say

OpenAI's headline claim is agentic: on its Agents' Last Exam benchmark, which scores long-running professional workflows across 55 fields, the company reports Sol at 53.6, which it says beats Claude Fable 5 by 13.1 points, and it positions Terra and Luna as beating Fable 5 at around one-sixteenth the cost. The new ultra mode runs subagents in parallel for long jobs, and the API gained programmatic tool calling, multi-agent orchestration, explicit prompt-cache breakpoints, and an original-resolution image setting.

Read the independent numbers next to the vendor ones. Simon Willison's launch-day review called the models very competent but noted they had not yet passed Claude Fable on the complex coding tasks he runs, and on SWE-Bench Pro the published comparison has Fable 5 at 80 percent against Sol's 64.6. So the honest summary: GPT-5.6 is the strongest OpenAI has shipped, it is priced aggressively at the bottom two tiers, and the top tier is not an automatic win over the competition for code. That combination is exactly why tier choice matters more than brand choice.

Update, September 3, 2026: Anthropic shipped Claude Fable 5.1 on September 1 at the same $10 in, $50 out list prices as Fable 5. On Terminal-Bench 4.0 it scores 55.8 against Sol's 37.3 in the figures Anthropic published and Tech-ish reported. The tier logic below does not change; the competitor at the top of the ladder got stronger, and the case for Luna and Terra on volume work got no weaker.

How to pick a tier without overpaying

  • Route by cost of a miss, not by prestige. If a wrong answer costs a re-run, use Luna. If it costs a client, use Sol.
  • Put Terra in the middle of every workflow and let the edges argue their way up or down. Most intake, follow-up, reporting, and content operations never need to leave it.
  • Cache deliberately. The new cache breakpoints mean a long system prompt or a client knowledge base is paid for once per window, not per call. Design prompts so the stable part comes first.
  • Use the million tokens for context, not for laziness. Feeding a model the whole CRM export because you can is how a $15 job becomes a $150 one.

Monolith builds these routing decisions into the automations it installs: which model handles which step, what gets cached, and where a human approves before anything is sent. Setups run $2.5k to $7.5k by workflow count.

Codex: the agent grew up over the summer

Codex, OpenAI's coding agent, had a busy two months, and the changelog reads like a product finding its shape. Late July brought Sign in with ChatGPT for six connected plugins (Airtable, GitLab, HubSpot, Notion, Supabase, and Vercel) and multi-repository review in a single pass. Coverage in the first days of August added portable agent plugins, persistent conversation sections, automated approvals, and support for the July 28 revision of the MCP protocol. And on July 31 OpenAI announced that the GPT-5.4 models would be retired from Codex for ChatGPT sign-ins on August 31, to be replaced by Terra and Luna, which tells you where OpenAI thinks the agent's default should sit on the ladder.

DateChangeWhy a business should care
July 28The MCP protocol revision that Codex now supportsIntegrations without custom code
Late JulySign in with ChatGPT for Airtable, GitLab, HubSpot, Notion, Supabase, and Vercel pluginsThe tools small teams already run
Early AugustPortable agent plugins, persistent conversation sections, and automated approvals reportedAn operator you can leave running, with a gate
July 31, announcedGPT-5.4 retired from Codex for ChatGPT sign-ins on August 31; Terra and Luna become the defaultsThe default tier is now the middle of the ladder
Dates from OpenAI's Codex changelog and launch coverage as read for this feature. The retirement row is the July 31 announcement; it took effect August 31.

For a business the interesting words in that list are not the coding ones. Persistent sections and automated approvals are the ingredients of an operator that can be left running on a defined job, with a human gate where money or a customer is involved. That is the same architecture Monolith uses when it installs agents on the client side, whether the harness is Codex, Claude Code, or Hermes: name the inputs, name the tools, name the approval gate, then let it run.

Images 2.0: the part of the release that changes creative budgets

ChatGPT Images 2.0 launched April 21, 2026, model ID gpt-image-2 in the API, and it is the quiet giant of OpenAI's year. Third-party testing reports a 316-point jump in text-rendering scores over the prior generation, which in practice means signage, packaging, UI mockups, and multilingual layouts come out with readable, correctly spelled text. Aspect ratios run from 3:1 to 1:3, output goes to 2K standard, and batches of up to eight images render at once. Paid ChatGPT plans get images with thinking, where the model plans the composition before it draws.

QualityApproximate costGood for
Low$0.006Thumbnails, layout exploration, dozens of variants in a minute
Medium$0.05Social creative, ad variants, most internal decks
High$0.21Hero imagery, print, anything a client will look at closely
gpt-image-2 API cost per 1024 x 1024 image, as published by third-party trackers. Ranges are indicative; the API bills by token.

Twenty-one cents for a hero-grade image is not a creative budget, it is a rounding error. The cost has moved to the part that was always the real cost: knowing what to ask for, keeping a brand consistent across two hundred outputs, and saying no to the first draft. That is a creative director's job, and it is what Monolith's AI creative production sprints are built around.

AI creative sprints from $1.5k: campaign imagery, ad variants, and character systems produced on the current best model, with brand discipline applied to every output.

Questions, answered
Which GPT-5.6 tier should a business use?
Terra by default. Luna for volume work where a wrong answer costs a re-run, Sol only for long-horizon agent runs and hard problems where a miss costs a client. Route by the cost of a miss, not by prestige.
What does GPT-5.6 cost per million tokens?
At launch pricing: Luna $1 in and $6 out, Terra $2.50 in and $15 out, Sol $5 in and $30 out, all with a million-token context window and 128,000 tokens of output.
Is Codex an agent a business can leave running?
With a gate, yes. Persistent sections and automated approvals make it an operator that can be left on a defined job, provided a human approves anything that spends money or reaches a customer. That is the same architecture Monolith installs whether the harness is Codex, Claude Code, or Hermes.
The short version

Buy Terra by default, Luna for volume, Sol only where a miss is expensive. Treat Codex as an operator with an approval gate, not a coding toy. And assume image cost is now zero, which makes taste the whole price.

Where this leads

This is the thinking behind a service Monolith runs every week.

Free download

The prompt library every small team should have

25 copy-paste prompts for leads, marketing, operations, hiring, and admin. The ones we actually give clients, as a designed PDF. Free, in exchange for an email.

Instant download, no drip sequence. Unsubscribe is not needed because nothing else gets sent.