GUIDE

gpt-5.6 Routes to Sol, Not Luna — Avoid Bill Shock

If you “upgraded to gpt-5.6” expecting the cheap Luna tier, check your invoices. The bare alias is Sol — OpenAI’s flagship — not Luna.

4–5 min read

Key takeaways
  • gpt-5.6Sol (flagship)
  • Cheap tier id: gpt-5.6-luna · balanced: gpt-5.6-terra · flagship: gpt-5.6-sol
  • List rates after Jul 30: Luna $0.20/$1.20 · Terra $2/$12 · Sol ~$5/$30 per 1M
  • CloudAxis Auto Mode pins Luna for you — no alias dropdown to fat-finger

This is the sticky gotcha from the Luna guide and the Sol vs Terra vs Luna comparison — short enough to bookmark, expensive enough to ignore.

What the alias actually does

OpenAI’s short family alias gpt-5.6 resolves to the Sol tier — the expensive, flagship member of the family. It does not mean “whatever GPT-5.6 is cheapest this week,” and it does not mean Luna.

That naming pattern matches how many vendors treat a bare version string as the flagship. The trap is that Luna’s marketing is loud after the −80% cut, so builders type gpt-5.6 and assume they got the bargain model.

How expensive the mistake is

Rough list-rate ratio after July 30, 2026 (per 1M tokens, input/output):

On agent workloads (tool loops, long schedules), a silent Sol route is not a “slightly higher” bill — it is a different budget class. Confirm the model field in usage logs, not only the string you thought you configured.

How to fix it

Pin the slug you mean in every client, gateway, and fallback:

CloudAxis note

Operators on CloudAxis do not pick model strings in a dropdown. Auto Mode is powered by GPT-5.6 Luna on every plan including Free. This post is for API builders and anyone migrating stacks after the July 30 price cut.

Frequently asked questions

Does gpt-5.6 mean Luna?

No. The gpt-5.6 alias routes to Sol (flagship). Use gpt-5.6-luna for the cheap tier.

What model ID should I use for the cheapest GPT-5.6?

gpt-5.6-luna — $0.20/$1.20 per 1M tokens on the July 30, 2026 OpenAI list.

Is gpt-5.6-sol different from gpt-5.6?

They should resolve to the same Sol tier. Prefer the explicit gpt-5.6-sol id in configs so intent is obvious in code review.

How do I verify which model ran?

Check the model field on usage events / completion metadata from OpenAI (or your proxy). Do not trust the config filename alone.

Related reading in this series
GPT-5.6 Luna complete guide · Sol vs Terra vs Luna · Luna −80% price cut · AI cost calculator