Future TechnologyFuture Technology
AI Models

OpenAI just renamed everything. Here's what GPT-5.6 Sol, Terra, and Luna actually mean

1 July 2026 · 4 min read

OpenAI introduced GPT-5.6 with a new naming system that splits its model family into two axes: a generation number (5.6) and a capability tier with a proper name. The three tiers are Sol, Terra, and Luna, each positioned differently on the intelligence-versus-cost spectrum.

The idea is to give developers a clearer choice without needing to decode model names like GPT-4o-mini or GPT-5.5-turbo. The generation number moves forward when there's a fundamental capability improvement. The tier names can advance on their own cadence: Sol can get faster, Terra can get cheaper, without a version number bump every time.

The three tiers

ModelInput (per 1M tokens)Output (per 1M tokens)Best for
GPT-5.6 Sol$5$30Frontier reasoning, complex agentic work
GPT-5.6 Terra$2.50$15Everyday tasks, balanced cost and capability
GPT-5.6 Luna$1$6High-volume, speed-sensitive, cost-constrained workloads

Sol is priced to match GPT-5.5 at the same $5/$30 rate. Terra delivers comparable performance to GPT-5.5 at half the cost. Luna is the fast, cheap option for workloads where you're processing large volumes and every token adds up.

The caching change

GPT-5.6 also changes how prompt caching works. Cache writes are now billed at 1.25x the uncached input rate, while cache reads still get the 90% discount. Explicit cache breakpoints are supported, with a 30-minute minimum cache life. For developers running repeated prompts with large system contexts, this makes caching costs more predictable.

What to make of the naming shift

The renaming is cleaner than what came before, but it adds new terminology on top of an already-confusing landscape. Sol, Terra, and Luna aren't self-explanatory without a lookup. The more useful signal is that OpenAI is explicitly decoupling "generation" from "tier," which means Terra and Luna can get meaningfully better without triggering another major version announcement. Whether that actually happens will tell us more about the strategy than the naming ever could.