GUIDE

GPT-5.6 Luna Guide: Specs, Pricing & When to Use

GPT-5.6 Luna is OpenAI’s fastest, cheapest GPT-5.6 tier — $0.20/$1.20 per 1M tokens after the July 30 cut. This is the hub: specs, model IDs, pricing, when to use it, and the caveats most roundups skip.

10–12 min read

Key takeaways
  • Model ID: gpt-5.6-luna — not the bare gpt-5.6 alias (that is Sol)
  • API list (Jul 30, 2026): $0.20 input / $1.20 output per 1M · cached input $0.02 · ~1.05M context · 128k max output
  • Best for: high-volume agent loops, extraction, first-pass drafts, scheduled duties where cost × tool rounds dominate
  • Not magic: long-context recall can degrade well before 1M tokens; vendor benchmarks need the usual skepticism
  • On CloudAxis: Auto Mode is powered by GPT-5.6 Luna on every plan including Free — no model picker

OpenAI shipped the GPT-5.6 family as three named tiers — Sol (flagship), Terra (balanced), and Luna (fast / cheap) — then cut Luna’s API price 80% on July 30, 2026. That reset every “cheapest LLM” ranking overnight. This guide is the durable reference for operators who need the model card, the gotchas, and a clear when-to-use rule — not another news rewrite.

If you only need the price-cut story, start with OpenAI cut GPT-5.6 Luna 80%. This page is the pillar the rest of the cluster links into.

What is GPT-5.6 Luna?

Luna is the cost-sensitive member of OpenAI’s GPT-5.6 family — roughly the “nano” lane for this generation. Official positioning: high-volume, latency-sensitive, and budget-constrained workloads. Per OpenAI’s model card, it accepts text and image input, returns text, supports reasoning effort levels, and exposes the GPT-5.6 tool surface on the Responses API (including programmatic tool calling).

Family context (GA from July 9, 2026; price cut July 30):

Model ID and the alias gotcha

Use the explicit id gpt-5.6-luna. The short alias gpt-5.6 routes to Sol, not Luna. Teams who “upgrade to 5.6” without pinning Luna can quietly pay flagship rates — a sticky, expensive mistake. We cover the bill-shock angle in depth in a dedicated alias note; for this guide, the rule is simple: pin the slug you mean.

On CloudAxis, you never type a model id in a dropdown. Auto Mode is fixed to GPT-5.6 Luna so the alias gotcha shows up for API builders, not for operators using the AI cloud computer.

Pricing (official list, July 30, 2026)

Confirm on OpenAI pricing and the Luna model card before you lock a budget. Current official list:

Sibling tiers for orientation: Terra is $2 / $12 (also cut 20% on Jul 30); Sol is unchanged and remains the expensive lane. Model Luna’s spend in our AI cost calculator, or browse the live pricing tracker and cheapest LLM API guide.

Specs at a glance

Numbers from OpenAI’s Luna model card (verify if you need a contract-level quote):

Tooling note: On /v1/chat/completions, function tools with GPT-5.6 family models require reasoning_effort: "none" (or use the Responses API). Hosted stacks that omit the field can hit a 400 even when thinking is “off,” because OpenAI applies a default effort server-side.

Benchmarks worth knowing (and distrusting)

Headline scores circulate widely — treat them as orientation, not a purchase order:

Independent evaluators have also flagged benchmark gaming risk during GPT-5.6 evaluation. Useful models can still have noisy leaderboards — especially when the same vendor both designs the model and markets the score.

When to use Luna

Pick Luna when token volume × tool rounds is the constraint — not when you need the absolute best single-shot answer.

When not to use Luna

Skip Luna (or escalate) when quality or long-range recall is load-bearing:

ChatGPT access vs API

On ChatGPT Work and Codex surfaces, Free and Go users get Terra; selecting Luna requires Plus or above (per OpenAI’s July 30 price-performance post). The API has no Plus gate — any API account can call gpt-5.6-luna and pay list rates.

That split creates the consumer search intent (“Luna without Plus”) even though Free ChatGPT users may already see Terra. CloudAxis does not expose a Luna dropdown: Auto Mode on every plan is powered by GPT-5.6 Luna, including Free.

How CloudAxis runs Luna

Proof, not a hypothetical: production Auto Mode resolves to OpenAI gpt-5.6-luna (hosted as cloudybot/openai/gpt-5.6-luna) on Free, Growth, Pro, and Max. Plans differ by AI credits, browser minutes, and team capacity — not by a model catalog. See why we removed the picker.

That matters for operators who want a current-generation OpenAI model inside a persistent AI cloud computer — browser, files, schedules — without wiring keys or babysitting a dropdown. Start at app.cloudaxis.ai or compare capacity on pricing.

Related reading in this cluster

This guide is the hub. Sibling posts deepen one angle each:

Frequently asked questions

What is the GPT-5.6 Luna model ID?

Use gpt-5.6-luna. The short alias gpt-5.6 routes to Sol (flagship), not Luna.

How much does GPT-5.6 Luna cost on the API?

As of July 30, 2026: $0.20 per 1M input tokens, $1.20 per 1M output tokens, and $0.02 per 1M cached input — an 80% cut from the previous $1/$6 list.

Does Luna really have a 1M context window?

OpenAI lists about 1.05M context and 128k max output. Independent testing reports usable recall can degrade well before that — often around ~300k tokens — so treat 1M as a capacity limit, not a guarantee of perfect recall.

When should I choose Luna over Terra or Sol?

Choose Luna for high-volume agent loops and cost-sensitive work. Choose Terra for a stronger everyday balance, and Sol when flagship quality matters more than cost. On Terminal-Bench 2.1, Luna (~84.7%) sits close to Terra (~87.4%) at roughly one-tenth Terra’s API price after the July 30 cut — still verify on your own tasks.

Can I use Luna on CloudAxis without ChatGPT Plus?

Yes. CloudAxis Auto Mode is powered by GPT-5.6 Luna on every plan including Free. There is no manual model picker; you get Luna without a ChatGPT Plus subscription.

Does Luna support tools and function calling?

Yes. Tools are supported; on Chat Completions with function tools you typically need reasoning_effort set to none, or use the Responses API where the GPT-5.6 tool surface is designed to run.

Related reading in this series
OpenAI cut Luna 80% · Sol vs Terra vs Luna · gpt-5.6 → Sol gotcha · Auto Mode on every plan · AI cost calculator · What it costs to run AI agents · CloudAxis pricing