OpenAI Drops GPT-6 Sol and Luna at 50% Less Than GPT-5.6
OpenAI expands its GPT-6 lineup with two cheaper, faster siblings to Astra, cutting API prices in half and pushing prompt caching further.
- OpenAI released GPT-6 Sol and Luna, cheaper siblings to flagship GPT-6 Astra.
- API prices cut 50% vs GPT-5.6: Sol at $2/$10, Luna at $0.10/$0.50 per million tokens.
- Sol at xhigh effort beats Claude Opus 5 max on AutomationBench at 9% of the cost.
- Improved prompt caching keeps 90% cached-read discount and no longer breaks on mid-run reasoning changes.
- Available today in Codex, ChatGPT Work, and API as
gpt-6-solandgpt-6-luna. - Free and Go tiers get Luna in the desktop app; standard Chat access not yet enabled.
OpenAI adds cheaper Sol and Luna models to GPT-6
OpenAI has expanded the GPT-6 family with GPT-6 Sol and Luna, two smaller models designed for workloads that balance capability, latency, and cost. They join the flagship GPT-6 Astra, released earlier this month. OpenAI says Sol and Luna retain many of Astra’s gains while costing 50% less than the promotional prices of their GPT-5.6 counterparts.
Sol occupies the mid-tier for coding, computer use, and tool-driven workflows. Luna targets high-volume tasks where low per-request cost matters most. Astra remains OpenAI’s most capable option for difficult professional work. All three use related training methods, allowing OpenAI to distribute improvements in factuality, coding, tool use, and alignment across different price tiers.
Prices fall by half
| Model | Input | Cached input | Output |
|---|---|---|---|
| GPT-6 Sol | $2.00 | $0.20 | $10.00 |
| GPT-6 Luna | $0.10 | $0.01 | $0.50 |
The cached-input figures reflect OpenAI’s 90% discount for cache hits. A workload’s final cost depends on its mix of input, cached input, output, and reasoning effort. Long-running agents can benefit disproportionately because they often resend the same system prompt, tool definitions, and conversation history across many model calls.
Luna competes with small models such as Google’s Gemini Flash and Anthropic’s Haiku. Sol sits in the middle tier, where coding agents and business automations need stronger reasoning without paying flagship rates on every step.
Sol’s case rests on cost per task
OpenAI emphasizes completed-task cost rather than raw benchmark scores. Its comparisons use effort settings such as medium, max, and xhigh, which allocate more inference-time computation to a request. These settings differ across providers, so similarly named levels are not directly equivalent.
| Benchmark | What it measures | Reported result | Reported cost comparison |
|---|---|---|---|
| AutomationBench | Business workflows across 47 tools | Sol at xhigh: 33.2%; Claude Opus 5 at max: 26.9% | Sol costs $0.27 per task, approximately 9% of Claude Opus 5's cost per task. |
| DeepSWE v1.1 | Long-horizon software engineering | Sol at max: 68.8%; Claude Fable 5 at xhigh: 69.9% | Sol costs approximately 80% less per task |
| FrontierCode | Code correctness and mergeability | Sol matches Claude Fable 5.1 at xhigh | OpenAI reports a lower cost for Sol |
| OSWorld 2.0 offline | Computer use in desktop environments | Sol at xhigh: 60.5%; Claude Opus 5 at medium: 60.3% | Sol costs approximately 80% less per task |
OpenAI also tested factuality using real ChatGPT conversations in which users had flagged errors. The company says Sol cuts its predecessor’s mistake rate by roughly half. At higher reasoning settings, Luna approaches GPT-5.6 Sol’s factual reliability at about one-hundredth of the cost.
These comparisons depend on prompts, tool configuration, reasoning settings, and completion length. Production evaluations should measure task success, latency, and total cost against the applications and data a team actually uses.
Caching survives mid-session changes
Prompt caching stores a reusable prefix of a request, such as system instructions and tool schemas, so the model does not process those tokens from scratch on every call. OpenAI has improved default cache-hit rates while retaining the 90% discount on cached input reads.
Three changes target agent loops
- Developers can change reasoning effort or enable and disable tools during a conversation without invalidating the existing cache.
- Explicit cache breakpoints define where a reusable prefix ends, providing finer control over which content remains cached.
- A caching dashboard and diagnostics tool show where requests miss the cache.
OpenAI cites GitHub’s use of its models as an example. According to the company, the caching changes reduced the share of prompt tokens requiring fresh processing by more than 50% across billions of requests, which helped GitHub Copilot respond faster.
Less narration in coding sessions
OpenAI says Sol and Luna inherit Astra’s revised response style, with fewer preambles, less repetition of the prompt, and shorter answers. The change is particularly relevant in coding sessions, where unnecessary narration consumes output tokens and adds latency without advancing the task.
Both models also improved over their GPT-5.6 counterparts in OpenAI’s internal red-team evaluations. The company reports lower rates of coding deception, which occurs when an agent claims to have completed changes or tests that it did not perform. OpenAI provides additional results in the system card.
The rollout varies by product
| Surface | Models | Access |
|---|---|---|
| ChatGPT Work and Codex | Sol and Luna | Available today for Plus, Pro, Business, Enterprise, and Edu users |
| Free and Go tiers | Luna | Available in the desktop app |
| API | Sol and Luna | gpt-6-sol and gpt-6-luna |
| Standard consumer Chat | Sol and Luna | No rollout yet |
Production economics favor model routing
For teams deploying agents at scale, the release changes two cost levers at once: token prices and the amount of context that requires fresh processing. Preserving the cache when an agent changes tools or reasoning effort supports workflows that begin with a low-cost configuration and allocate more computation only when a difficult step requires it.
| Workload | Model to test | Reason |
|---|---|---|
| Difficult professional, coding, or computer-use tasks | GPT-6 Astra | Highest available capability |
| Long-running coding agents and tool-driven workflows | GPT-6 Sol | Strong benchmark performance at lower per-task cost |
| High-volume, simpler automations | GPT-6 Luna | Lowest token prices in the family |
Sol is the model to benchmark for recurring agent workloads that need substantial reasoning but cannot justify flagship pricing on every call. Luna offers a cheaper route for simpler tasks, and Astra remains available for cases where maximizing success rate outweighs cost and latency.