cd /news/large-language-models/gpt-5-6-has-three-names-luna-terra-s… · home topics large-language-models article
[ARTICLE · art-59842] src=pub.towardsai.net ↗ pub= topic=large-language-models verified=true sentiment=· neutral

GPT-5.6 Has Three Names. Luna, Terra, Sol

OpenAI released three models named Luna, Terra, and Sol, which correspond to small, medium, and large variants of GPT-5.6. The naming reflects an inference cost architecture based on the roofline model from high-performance computing, optimizing for compute-bound or memory-bound scenarios.

read1 min views1 publishedJul 15, 2026
GPT-5.6 Has Three Names. Luna, Terra, Sol
Image: Pub (auto-discovered)

Member-only story

OpenAI just released three models and named them after celestial bodies. That is not branding.

That is an inference cost architecture announcement dressed up as a product launch. Let me show you the why.

I’ve spent the last 48 hours pulling apart what these three names actually mean for anyone building production AI systems.

Luna is the small, fast model. Terra is the medium. Sol is the large, capable one.

Pretty names.

But behind them is a cost optimisation problem that any systems architect should recognise immediately — because it maps directly to the roofline model from high-performance computing, a framework that has been around since 2009.

The branding is the distraction. The math is the announcement.

Grab coffee. This is going to take a while.

— -

Chapter 1: The Roofline Model, Translated for LLMs

The roofline model asks one question: is your computation limited by how fast your hardware can do arithmetic, or by how fast it can move data?

Define arithmetic intensity I as:

I = FLOPs_executed / bytes_transferred

If I is large — you’re doing a lot of computation per byte moved — you’re compute-bound. Faster math units help you.

── more in #large-language-models 4 stories · sorted by recency
── more on @openai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/gpt-5-6-has-three-na…] indexed:0 read:1min 2026-07-15 ·