GPT-6 Luna is live in Autohive: $0.10 per 1M tokens, 1.05M context

post-thumb

OpenAI released GPT-6 Luna on 22 September 2026, alongside GPT-6 Sol. It’s live in Autohive now, listed under OpenAI as “GPT 6 Luna” (model key gpt-6-luna). Standard list price is $0.10 per 1M input tokens, $0.01 per 1M cached input reads, and $0.50 per 1M output tokens (as of 22 September 2026, per OpenAI’s official pricing page). It reads text and images, writes text, and holds a 1,050,000-token context window. Luna is the low-cost member of the GPT-6 family. It’s built for high-volume, well-defined jobs, not deep reasoning.

Key facts

ItemDetail
NameGPT-6 Luna
API / model keygpt-6-luna
Released22 September 2026
In AutohiveActive now (OpenAI -> “GPT 6 Luna”)
Context window1,050,000 tokens
Max output128,000 tokens
Knowledge cutoff18 May 2026 (OpenAI-reported)
InputsText, image
OutputsText
Standard price /1M$0.10 input, $0.01 cached read, $0.50 output
Reasoning effortnone, low, medium (default), high, xhigh, max
Autohive supportTool calling, image input, reasoning, streaming

Luna also shipped the same day in GitHub Copilot, alongside the direct API and ChatGPT.

Why this launch matters

Cost is the real story here. GPT-6 Luna’s output price is $0.50 per 1M tokens, against $1.20 for GPT-5.6 Luna. That’s about 58% cheaper, and Luna keeps the same 1.05M-token window. That shifts the math for any job you run thousands of times a day: ticket triage, tagging, extraction, routing, and short drafts.

Put Luna on the repetitive, easy work, and save Sol or Astra for the few steps that need real thinking. For more on splitting jobs across models, see how to choose the right model.

Direct answer: what Luna is for

Use Luna for: classification, tagging, routing, data extraction, summarizing, drafting from templates, scheduled sweeps, and worker steps inside a multi-agent system.

Skip Luna for: hard multi-step reasoning, long-horizon coding, tricky debugging, and long autonomous tool loops where small errors pile up. Route those to Sol or Astra.

GPT-6 Luna pricing tiers (as of 22 September 2026)

All prices below are OpenAI list rates per 1M tokens, taken from the official API pricing page and the API changelog entry for this release. These are not Autohive credits. Autohive bills in workspace credits, so check your allowance on the pricing page and in the billing docs.

ModeInputCached readOutput
Standard$0.10$0.01$0.50
Above 272K input$0.20$0.02$0.75
Batch / Flex$0.05$0.005$0.25
Fast$0.20$0.02$1.00

Notes:

  • Writing to the cache costs $0.125 per 1M tokens. Reading from it costs $0.01.
  • Batch and Flex both run at 50% of standard rates. Fast mode runs at 2x standard rates, in exchange for a latency guarantee.
  • Tools are billed on top. Web search runs at $10 per 1,000 calls plus the tokens in the returned results, billed at Luna’s normal rate. File search runs at $2.50 per 1,000 calls plus $0.10 per GB per day in storage (first 1GB free). Hosted containers run from $0.03 per 20-minute session (1GB) up to $1.92 (64GB). Confirm exact tool prices on OpenAI’s pricing page before you plan a big run.
  • Regional or EU-specific processing options exist through OpenAI’s Data Zones. Check the pricing page for your region before you commit a budget. Rates can differ by deployment.

GPT-6 Luna context window and the 272K price jump

If a single request goes over 272,000 input tokens, OpenAI charges the whole request at the higher rate: $0.20 input, $0.02 cached read, and $0.75 output. It’s not just the tokens above the line. The full request moves up a tier.

  1. A 250K-token prompt and a 300K-token prompt sit in different price bands. If you can trim a prompt under 272K, you pay half the input rate.
  2. The million-token window is a ceiling, not a promise of perfect recall. Big prompts cost more and can lower answer quality. Send only what the job needs.

Worked cost scenarios

These use OpenAI list rates, not Autohive credits. Assumptions are shown so you can check the math. Tool fees are separate unless stated.

ScenarioAssumptionsLuna cost
1. Support triage10,000 tickets/month, 300 input + 50 output tokens each$0.55/month
2. Research and draft20 jobs/month, 15 web searches + ~40K input + 3K output each$3.11/month
3. Long contract review5 reviews/month, 800K input each (long-context rate applies)$0.80/month
4. Cached daily prefix10,000 calls/day reusing a 50K-token static prefix$5.00/day

Scenario 1. Input: 10,000 x 300 = 3M tokens x $0.10 = $0.30. Output: 10,000 x 50 = 0.5M tokens x $0.50 = $0.25. Total: $0.55 for 10,000 tickets.

Scenario 2. The web search fee drives the bill, not the tokens. 15 searches x 20 jobs = 300 calls x $10 per 1,000 = $3.00 flat, the same on every model. Token cost per job is 40K input + 3K output: on Luna that’s $0.0055, or $0.11 across 20 jobs. Total for Luna: $3.11. On Sol, the same tokens cost 20x more ($2.20 across 20 jobs), for a total of $5.20. On Astra, tokens cost 100x more ($11.00 across 20 jobs), for a total of $14.00. Same searches, same fee, very different token bills, because Sol and Astra charge 20x and 100x Luna’s per-token rate.

Scenario 3. Each review is 800K tokens, over the 272K line, so all three models bill at their long-context input rate: Luna at $0.20/1M, Sol at $4.00/1M, Astra at $20.00/1M. For 5 reviews at 800K tokens each (4M tokens total): Luna costs 4M x $0.20 = $0.80, Sol costs 4M x $4.00 = $16.00, and Astra costs 4M x $20.00 = $80.00, plus a small amount on each for short summary output. Sol runs 20x Luna’s cost here, and Astra runs 100x. Luna is the only one of the three cheap enough to run this kind of bulk long-document work without a second thought.

Scenario 4. Without caching, 10,000 calls x 50K tokens x $0.10/1M = $50/day just for the repeated prefix. With cached reads at $0.01/1M, the same prefix costs $5.00/day, plus a one-time cache write of about six-tenths of a cent. That’s a 10x cut on the static part of your prompt, before outputs and tools. If your agent reuses the same system prompt or reference block all day, turn caching on.

GPT-6 Luna vs GPT-6 Sol, GPT-6 Astra, and GPT-5.6 Luna

All four share the same 1.05M context window and 128K max output. Price is what separates them.

ModelInput /1MCached read /1MOutput /1MContext
GPT-6 Luna$0.10$0.01$0.501.05M
GPT-6 Sol$2.00$0.20$10.001.05M
GPT-6 Astra$10.00$1.00$50.001.05M
GPT-5.6 Luna$0.20$0.02$1.201.05M

Luna vs Sol. Sol costs 20x more on both input and output. Use Sol when a step needs stronger reasoning or more careful writing, and keep Luna on the volume work feeding it.

Luna vs Astra. Astra is the flagship, at 100x Luna’s input rate and 100x its output rate. It’s also OpenAI’s first model rated Critical for cybersecurity capability, which tells you the kind of work it’s built for. For routing, tagging, and extraction, Astra rates buy you nothing extra.

Luna vs GPT-5.6 Luna. GPT-6 Luna costs less than GPT-5.6 Luna on both input and output, and keeps the same context window and max output. Input drops from $0.20 to $0.10 per 1M tokens, a 50% cut. Output drops from $1.20 to $0.50 per 1M tokens, a cut of about 58%. Both figures come from OpenAI’s official model pages (GPT-6 Luna, GPT-5.6 Luna). If you were routing work to 5.6 Luna, the swap makes sense on price alone. There’s no published evidence yet that GPT-6 Luna handles harder tasks better than GPT-5.6 Luna, so treat this as a price change rather than a capability upgrade. See our earlier note on that shift in GPT-5.6 pricing changed.

GPT-6 Luna vs Claude and Gemini

A clean price comparison is possible here. It’s each vendor’s cheapest current text model, checked against official pricing pages on launch day.

ModelVendorInput /1MOutput /1MContext window
GPT-6 LunaOpenAI$0.10$0.501.05M tokens
Claude Haiku 4.5Anthropic$1.00$5.00200K tokens
Gemini 2.5 Flash-LiteGoogle$0.10$0.40~1.05M tokens

Gemini 2.5 Flash-Lite is the real peer here: near-identical price to Luna, and a context window within rounding error of Luna’s. Claude Haiku 4.5 costs 10x more per token than Luna and caps out at 200K tokens, a fifth of Luna’s window, according to Anthropic’s pricing docs.

Benchmarks are different. OpenAI, Anthropic, and Google each run their own test suites, and no shared, standardized benchmark covers all three on launch day. Run your own evaluation on your real tasks instead.

Benchmarks: OpenAI’s numbers, and what an outside test found

Treat OpenAI’s figures as vendor-reported. OpenAI’s launch post puts Luna’s score at 66.6% on DeepSWE v1.1 at max reasoning effort.

Artificial Analysis measured Luna at 64% on the same benchmark, a small drop from GPT-5.6 Luna’s 66%. The same benchmark name produced a different number because test methods differ. A vendor score should not be treated as settled fact.

On factual accuracy, OpenAI says GPT-6 models make fewer false claims about their own coding work than GPT-5.6 did. Artificial Analysis’s separate hallucination tracker backs the direction, if not the scale: Luna’s hallucination rate on that test dropped from 93% to 77%, while raw accuracy barely moved, 44% versus 43%. Luna still gets many hard factual questions wrong. Keep its jobs short, checkable, and low-stakes.

Safety and limits

OpenAI classifies both Sol and Luna as High capability in the cybersecurity and biological/chemical domains under its Preparedness Framework. That sits one tier below Astra, which is the first OpenAI model rated Critical for cybersecurity capability. Follow OpenAI’s deployment guidance if your use touches sensitive areas.

  • The context window is a capacity limit, not perfect memory. A model can accept a million tokens and still miss a detail buried in the middle. Give it focused context.
  • Reasoning depth is modest by design. Luna can drift on long tool loops and multi-step logic. Keep its jobs short and checkable, and hand hard steps to Sol or Astra.

Where Luna fits in Autohive

Pick Luna in Agent Creator, or switch an existing agent’s model under OpenAI in its model settings. Call the gpt-6-luna API directly if you’re building outside Autohive. Inside Autohive, it’s a dropdown.

  • Custom agents. Use Luna for agents that classify, tag, extract, or draft from a template. See the custom agent guide.
  • Workflow steps. Put Luna on cleanup, routing, and extraction steps, and reserve a bigger model for the step that needs judgment.
  • Scheduled jobs. Luna is a strong fit for scheduled sweeps: nightly inbox triage, daily report drafts, and hourly tagging.
  • Multi-agent worker nodes. In a multi-agent team, let Luna do the high-volume work while Sol or Astra makes the final call.

A good default setup: Luna handles extraction, classification, cleanup, and routing, then passes the small number of hard steps to Sol or Astra.

Setup checklist

  1. Open Agent Creator, or the agent configuration and model settings of an existing agent.
  2. Under OpenAI, select GPT 6 Luna (gpt-6-luna).
  3. Set reasoning effort to match the task. Use none for simple extraction and classification, and higher settings only when a job needs it.
  4. If your agent calls tools, use the Responses API so tool calls and reasoning work together.
  5. Turn on prompt caching if you reuse a fixed prefix.
  6. Keep single prompts under 272K tokens where you can, to stay in the lower price band.
  7. Route hard reasoning steps to Sol or Astra.

FAQ

How much does GPT-6 Luna cost? Standard list price is $0.10 per 1M input tokens, $0.01 per 1M cached reads, and $0.50 per 1M output tokens (as of 22 September 2026, per OpenAI’s pricing page). Requests over 272K input tokens are billed at $0.20 input and $0.75 output for the whole request. Batch/Flex is $0.05 input and $0.25 output. These are OpenAI list rates, not Autohive credits.

What is the model key? gpt-6-luna. In Autohive it shows as “GPT 6 Luna” under OpenAI. Call it directly through the gpt-6-luna API if you’re building your own integration.

Is Luna good for coding? For small, contained tasks, yes. For long-horizon coding, tricky debugging, or big refactors, no. Route those to Sol or Astra.

How is it different from GPT-5.6 Luna? It has the same 1.05M context and 128K output, with lower prices. New Luna is $0.10 input and $0.50 output, against $0.20 and $1.20 for 5.6 Luna, a 50% cut on input and about 58% on output.

Can it use tools and reasoning at the same time? In Chat Completions, function calling only works when reasoning_effort is set to none. If your agent needs both tool calls and reasoning, use the Responses API. In Autohive, tool calling, reasoning, image input, and streaming are supported.

Get started

GPT-6 Luna is active in your model registry now. Register for Autohive and switch a high-volume agent to it, or use the quickstart guide to build your first low-cost worker agent.

You may also like