GPT-6 Luna: what OpenAI's cheapest new model is, and who it's for

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 23, 2026

Expert Verified
Editorial illustration for a guide to OpenAI GPT-6 Luna, the cheapest lightweight AI model

What is GPT-6 Luna?

GPT-6 Luna is the smallest of the three models in OpenAI's GPT-6 lineup, which OpenAI rolled out in stages: the GPT-6 Astra flagship on 3 September 2026, then GPT-6 Sol and GPT-6 Luna together on 23 September. Luna sits at the bottom of that family by price and by weight, the way GPT-5.6 Luna did in the last generation.

Think of it as the model you point at work you need to do a lot of, cheaply and fast, where the task is not especially hard. Classification, extraction, routing, summarising, simple drafting, the high-volume plumbing of an AI product. It is not the model you reach for to reason through a thorny problem or drive a long, multi-step agent. That is what Sol and Astra are for.

The specs back that positioning up. GPT-6 Luna accepts text and image input and returns text, with a large 1,050,000-token context window, up to 922,000 tokens of input and 128,000 tokens of output per request. Its knowledge cutoff is 18 May 2026, a month later than Sol's. It exposes adjustable reasoning effort from none all the way to max, with medium as the default, and it ships the full Responses API tool set: web search, code interpreter, hosted shell, computer use, and MCP. In other words, it is a fully featured modern model, just tuned for cost and throughput rather than raw horsepower.

What GPT-6 Luna is good at

The cleanest way to read Luna is OpenAI's own tagline: "Build with Sol. Scale with Luna." You develop and handle your hard cases on the mid-tier model, then run your high-volume, latency-tolerant, simpler traffic on the cheap one. Luna is the second half of that sentence.

That framing holds up against the benchmarks, which are worth being honest about because a big "6" in the name suggests a capability jump that mostly is not there. Artificial Analysis reported that GPT-6 Sol and Luna "push the cost efficiency frontier by halving cost," while the Intelligence Index and Coding Agent Index "remain level with GPT-5.6, with progress in some evaluations and regressions in others." So the intelligence is steady and the price dropped.

Where Luna did improve is reliability. OpenAI says the GPT-6 family makes fewer factual mistakes than its GPT-5.6 predecessors, and Artificial Analysis logged Luna's max-effort hallucination rate dropping from 93% to 77%. That is a real improvement for a light model, though still higher than Sol's on the same test, which is exactly why you would not put Luna on your hardest, highest-stakes questions.

The community read it the same way. On the launch discussion, one developer summed the trade up:

Hacker News

"I'd have loved improved performance for 2x the price than ~equal performance for 0.5x the price."

So the honest shape of Luna: a dependable, cheap, fast light model. Perfect for volume, wrong for your hardest reasoning.

What GPT-6 Luna costs

The price is the headline, so here is the short version, with the full tier-by-tier detail in the GPT-6 Luna pricing guide.

On the API pricing page, GPT-6 Luna standard pricing is $0.10 per million input tokens and $0.50 per million output tokens, with cached input at $0.01. That makes it the cheapest model in the family by a wide margin.

ModelInput (per 1M)Output (per 1M)Position
gpt-6-astra$10.00$50.00Flagship
gpt-6-sol$2.00$10.00Mid tier
gpt-6-luna$0.10$0.50Cheapest (new)
gpt-5.6-luna$0.20$1.20Prior light tier

Source: OpenAI API pricing. Two things stand out. First, Luna is one fifth the price of GPT-6 Sol and one hundredth of GPT-6 Astra on output. Second, it is a straight cut from the prior generation: GPT-6 Luna is the old GPT-5.6 Luna with input halved and output cut by well over half. OpenRouter confirmed the rates on launch day.

One thing that quietly reshapes a budget: Luna runs on the same service tiers as the rest of the family. Batch and Flex run at $0.05/$0.25, half of standard, while Fast mode doubles it to $0.20/$1.00. For a high-volume model, that service-tier choice is the single biggest lever on your bill.

How to access GPT-6 Luna

This is where Luna's story is different from the rest of the family: it is the one everyone gets. There are two routes.

A ladder of ChatGPT plans showing which GPT-6 models each unlocks, with the Free and Go tiers highlighted as the only plans where a GPT-6 model, Luna, is available for free
A ladder of ChatGPT plans showing which GPT-6 models each unlocks, with the Free and Go tiers highlighted as the only plans where a GPT-6 model, Luna, is available for free

In ChatGPT and Codex. GPT-6 Luna is included on every plan, from Free up. Here is how the plans map:

PlanPriceGPT-6 Luna access
Free$0Yes (desktop app)
Go$8/moYes (desktop app)
Plus$20/moYes
ProFrom $100/moYes
Business / Enterprise / EduPer seatYes

Source: OpenAI launch announcement. The headline for non-developers is that the Free plan and the $8 Go plan get GPT-6 Luna in the desktop app, and neither gets Sol. Paying more does not take Luna away; it adds Sol on top. OpenAI shipped both models into Codex at the same time, so coding-agent users can pick Luna for cheaper, lighter runs too.

On the API. Developers call the gpt-6-luna model ID through the OpenAI API. The rate-limit floor is Tier 1 at 500 requests and 500K tokens per minute, scaling to 30,000 requests and 180M tokens per minute at Tier 5. Everything is billed per token, at the rates above.

One caveat worth flagging from the launch thread: a few developers noted that message-limit changes suggested the 50% API price cut translated to something closer to a one-third saving inside the ChatGPT subscriptions, so check your own plan's allowance rather than assuming the sticker discount flows straight through.

The catch: where GPT-6 Luna stops

Luna is a good deal, but a few things can trip you up if you do not know them going in.

It is not for hard reasoning. This is by design. Luna posted only small gains on the family's agentic evals, and its hallucination rate, while improved, is the highest of the three GPT-6 models. If your task needs careful multi-step reasoning or long-horizon tool use, Luna is the wrong tier, and the answer is Sol or Astra.

Long context is billed at a higher rate for the whole request. Luna's window is a large 1,050,000 tokens, but any prompt over 272K input tokens flips the entire request to the long-context rate: $0.20 per million input and $0.75 per million output, applied to every token, not just the ones past the threshold. It is easy to miss when you budget for large-context work.

Cheap tokens are not the whole cost of shipping something. A rock-bottom token price is a discount on the cheapest part of any real AI project. The expensive part is everything around the model: connecting it to your data, testing it, making it safe, and keeping it accountable. More on that below, because for one big use case it changes the whole calculation.

Which GPT-6 model should you use?

If you are choosing between the three, the decision is mostly about how hard your task is and how much of it you run. Pick your main job and see where it lands.

Which GPT-6 model fits your job?

Pick the closest description of your main workload.

Go with GPT-6 Luna at $0.10/$0.50. It is the cheapest tier and built for throughput. Move batchable jobs to Batch or Flex to halve the cost again.
Go with GPT-6 Sol at $2/$10. It is the mid-tier workhorse with stronger agentic performance, and it is where OpenAI expects you to build.
Go with GPT-6 Astra at $10/$50. It is the flagship, reserved for the tasks the cheaper tiers cannot reliably handle.

For most people the honest answer is that you will use Luna in ChatGPT without thinking about it, and reach for Sol on the API when you are building something that needs to be dependable under pressure.

What GPT-6 Luna means if you run a support team

Here is where I want to be useful rather than just recite specs. I build AI agents at eesel, so most of my time goes to the gap between a model and a working system, and for support teams that gap is the whole ballgame.

If you run customer support or internal ops, a cheaper frontier model changes less than the headline suggests. A raw model like Luna is infrastructure, not an employee. It is a capable, cheap engine, but out of the box it does not know your refund policy, it cannot see your last 50,000 tickets, it has no access to your order system, and it has no safe way to be tested against your real queue before it starts replying to customers.

A two-panel diagram contrasting a raw model, billed per token and needing a harness, with an AI teammate that wraps past tickets, help center, integrations, and simulation, billed per resolved ticket
A two-panel diagram contrasting a raw model, billed per token and needing a harness, with an AI teammate that wraps past tickets, help center, integrations, and simulation, billed per resolved ticket

The unit that actually matters for a support team is cost per resolution, not cost per token. A token bill is unpredictable: it moves with prompt length, retries, and how chatty the model is on any given day. Across years of putting AI agents on live support queues, I have watched confident-sounding bots quietly give wrong answers, which is exactly why every rollout should be simulated against your own historical tickets before it goes anywhere near a customer. That gap, between a model and a system built around it, is your knowledge, your integrations, safe actions, and a way to test on your history first.

It is also why I would not re-platform your support automation the week a new model ships. The best AI helpdesk agents and customer service tools are model-flexible by design, so when a cheaper or smarter model lands, you inherit the upgrade without rebuilding anything.

Try eesel

If your real question about Luna is "what will an AI cost me to actually resolve tickets," that is the job an AI teammate is built for, and it is where eesel sits. GPT-6 Luna is the engine; eesel is the employee you hire to drive it. The AI helpdesk agent trains on your past tickets and help center, plugs into the helpdesk you already run instead of replacing it, and lets you simulate it against thousands of your real historical tickets so you see how it will perform, and what it will cost, before it touches a live conversation.

The billing tells the story a token rate cannot. Instead of paying per token to think, you pay 40¢ per ticket it actually handles, with no per-seat fees and no platform minimum, so the cost tracks outcomes rather than model chatter. You can start free with $50 of usage and no credit card.

The eesel AI reports dashboard showing resolution and usage analytics across a support queue
The eesel AI reports dashboard showing resolution and usage analytics across a support queue

And because this is often a developer's question, it is worth knowing the whole eesel workspace is drivable from the terminal, not just a dashboard. The eesel CLI (npx @eesel/cli) lets a person, a script, or a coding agent like Claude Code, Codex, or Cursor operate the same teammate: connect a helpdesk, read and edit the standing instructions, run eesel activity to inspect past runs, and gate changes behind eesel approvals. Every command prints JSON, and --dry-run shows the exact server call a write would make before it sends. So the per-resolution model is something you can wire into your own tooling, the same way you would call gpt-6-luna from a script.

GPT-6 Luna is the cheapest way to run a capable model right now, and for high-volume, simple work the price is worth taking. For most support teams, though, the token rate was never the number that mattered. Getting a tested, connected, accountable teammate into your existing workflow, billed by the outcome, is the part worth spending your budget on.

Frequently Asked Questions

What is GPT-6 Luna?
GPT-6 Luna is the smallest, cheapest model in OpenAI's GPT-6 family, launched on 23 September 2026 alongside GPT-6 Sol. It is a lightweight, high-throughput model built for volume and low latency rather than the hardest reasoning, and it is the only GPT-6 model that reaches the ChatGPT Free plan. For a deeper cost breakdown, see the GPT-6 Luna pricing guide.
What can GPT-6 Luna do?
GPT-6 Luna handles text and image input, returns text, and supports the full Responses API tool set: web search, code interpreter, hosted shell, computer use, and MCP. It has a 1,050,000-token context window and adjustable reasoning effort. It is aimed at high-volume, latency-tolerant, simpler work, which is why OpenAI's line is "Build with Sol, scale with Luna."
Is GPT-6 Luna free?
In ChatGPT, effectively yes for light use: GPT-6 Luna is the model available on the ChatGPT Free plan and the $8 Go plan in the desktop app, which is what sets it apart from GPT-6 Sol. On the API you still pay per token starting at Tier 1, but the rate is the lowest in the family. See the GPT-6 Luna pricing breakdown for the exact numbers.
How do I access GPT-6 Luna?
Two ways. In ChatGPT, pick it from the model menu on Free, Go, Plus, Pro, Business, Enterprise, or Edu, and in Codex. On the API, call the gpt-6-luna model ID through the OpenAI API. Free and Go users get Luna in the desktop app; paid plans add GPT-6 Sol on top.
GPT-6 Luna vs GPT-6 Sol: what's the difference?
GPT-6 Luna is the lightweight, cheap, high-volume tier; GPT-6 Sol is the mid-tier workhorse at five times the token price with stronger agentic performance. OpenAI frames it as "Build with Sol, scale with Luna," so you prototype and handle hard tasks on Sol and run high-volume, simpler work on Luna. Above both sits the GPT-6 Astra flagship.
Is GPT-6 Luna good enough for production?
For simple, high-volume tasks like classification, extraction, and routing, yes. Artificial Analysis found its intelligence roughly level with GPT-5.6 and factuality improved, so it is a reliable light model. For hard reasoning or long-horizon agentic work, you move up to Sol or Astra. As always, test it on your own real data before you rely on it.
Can GPT-6 Luna handle customer support?
Luna can generate support replies, but a raw model is only the engine. It does not know your policies, see your past tickets, or connect to your systems out of the box. That is the job of an AI helpdesk agent like eesel, which wraps a model in your knowledge and integrations and bills per resolved ticket rather than per token. See the best AI helpdesk software roundup for how to evaluate one.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Editorial illustration for a guide to OpenAI's GPT-6 Sol model
Trending

GPT-6 Sol: what it is, what it costs, and who it's for in 2026

OpenAI's GPT-6 Sol landed on 23 September 2026 as the balanced, half-price workhorse of the GPT-6 family. Here is what it actually is, the real benchmark story, the $2/$10 pricing, and who should use it.

Rama Adi NugrahaRama Adi NugrahaSep 23, 2026
Editorial illustration for a guide to OpenAI GPT-6 Luna pricing
Trending

GPT-6 Luna pricing: the $0.10/$0.50 tier and every ChatGPT plan in 2026

A full breakdown of GPT-6 Luna pricing: the $0.10/$0.50 standard API tier, the cheapest model in the GPT-6 family, Batch and Fast mode, the long-context surcharge, and which ChatGPT plans include it.

Rama Adi NugrahaRama Adi NugrahaSep 23, 2026
Editorial illustration for a guide to OpenAI GPT-6 Sol pricing
Trending

GPT-6 Sol pricing: the $2/$10 tier and every ChatGPT plan in 2026

A full breakdown of GPT-6 Sol pricing: the $2/$10 standard API tier, the 50% cut versus GPT-5.6 Sol, Batch and Fast mode, the long-context surcharge, and which ChatGPT plans include it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 23, 2026
GPT-6 Astra review illustration with benchmark charts and a magnifying glass over a scorecard
Trending

GPT-6 Astra review: is OpenAI's flagship worth the 2.5x price?

A hands-on GPT-6 Astra review: real gains in computer use and coding agents, flat raw intelligence, a 2.5x price hike, and who should actually switch.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 8, 2026
Illustrated hero banner for GPT-5.6 Luna, OpenAI's fastest and cheapest model tier, with a crescent moon and speed motif
Trending

GPT-5.6 Luna: OpenAI's fastest, cheapest model tier explained

GPT-5.6 Luna is the fastest, cheapest tier of OpenAI's new model family, at $1/$6 per 1M tokens. Here is what it does, what it costs, and where you can use it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 10, 2026
Editorial illustration for a guide to OpenAI GPT-6 Astra pricing
Trending

GPT-6 Astra pricing: every API tier and ChatGPT plan in 2026

A full breakdown of GPT-6 Astra pricing: the $10/$50 standard API tier, Batch, Flex and Fast mode, the long-context surcharge, and which ChatGPT plans include it.

Rama Adi NugrahaRama Adi NugrahaSep 8, 2026
Editorial illustration for a guide to OpenAI's GPT-6 Astra model
Trending

GPT-6 Astra: what it does, what it costs, and the catch

OpenAI's GPT-6 Astra launched on 3 September 2026. Here is what actually changed, the real benchmark story, the $10/$50 pricing, and how to get access.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 4, 2026
Banner image for the Suno v6 review
Trending

Suno v6 review: I tested the new AI music models

A hands-on Suno v6 review: how v6, v6-wild, and v6-mini actually sound, the licensed-data pivot with Warner and BMG, what early testers say, pricing, and whether it beats v5.5.

Alicia Kirana UtomoAlicia Kirana UtomoSep 11, 2026
Cohere Parse 5 pricing breakdown illustration with the Cohere logo
Trending

Cohere Parse 5 pricing: what the $1.50 document parser really costs

Cohere Parse 5 costs $1.50 per 1,000 pages on the API, or a flat $2,500-$4,300/month on a dedicated instance. Here's the full breakdown and the break-even math.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 30, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free