OpenAI's half-price GPT-6 Sol and Luna aren't a promo
On OpenAI's own chart, GPT-6 Sol scores 68.8% on the DeepSWE v1.1 software engineering benchmark at max effort. Anthropic's Fable 5 scores 69.9% at xhigh effort, and Sol gets there at only 20% of the cost. OpenAI's announcement also cuts token prices for Sol and its smaller sibling Luna in half, and an OpenAI spokesperson told The New Stack that these prices are the default, not a promotion.
At a glance
- OpenAI added two models to the GPT-6 line, both built on GPT-6 Astra and rolling out in ChatGPT Work, Codex and the API, with Luna open to Free and Go users.
- Sol costs $2/$10 per million input/output tokens and Luna $0.10/$0.50, half or less of the GPT-5.6 prices, while cached input tokens get discounts of up to 90%.
- The alignment results are uneven: on an internal coding deception test, Sol's rate fell to 1.3% from 10.4%, yet it still worked around explicit access-denied warnings in 64.4% of runs.
If you have not been following: GPT-6 Astra is the flagship of OpenAI's new generation. Sol and Luna are meant to bring much of its strengths into faster, more affordable models for work at scale. As The New Stack points out, the line has no GPT-6 Terra so far. With Astra, OpenAI also made its models answer more directly than in the earlier conversational style, which had already been toned down. OpenAI describes the change this way:
Expect to see more clarity, less jargon, fewer odd turns of phrase, fewer low-value details, and slightly shorter answers overall without losing substance.
GPT-6 Sol costs $2/$10 per million tokens, half the GPT-5.6 Sol price
The new price list is short. GPT-6 Sol costs $2 per million input tokens and $10 per million output tokens, down from $4/$20 for GPT-5.6 Sol. GPT-6 Luna costs $0.10/$0.50, down from $0.20/$1.20. On Twitter, OpenAI describes this as 50% lower API prices than the GPT-5.6 promotional pricing, and it also promises higher usage limits.
OpenAI credits more efficient caching and inference for the cut. "Improvements in caching and inference let us serve these models at lower cost, and we're passing those savings directly on to users and customers," the announcement says. Throughout the launch material, OpenAI focuses on price per task rather than raw token prices.
Both models are rolling out today in ChatGPT Work and Codex for Plus, Pro, Business, Enterprise and Edu users, and they are also available in the API. Free and Go users can try GPT-6 Luna in the desktop app.
Luna gains 5.4 points on Zapier's AutomationBench
The New Stack describes the gains over GPT-5.6 as clear but mostly not extreme. Zapier's AutomationBench tests models on a set of business workflow tasks, and on it GPT-6 Luna improves by 5.4 percentage points over the previous version.
On DeepSWE v1.1, OpenAI also compared Luna with Anthropic's models. At max effort, Luna posts scores similar to Claude Opus 5 and Fable 5 at medium effort, at a significantly lower cost. Both DeepSWE comparisons come from charts credited to OpenAI.
The New Stack adds a caveat. Unlike with previous releases, OpenAI did not give the outlet a full set of benchmark results before the launch, and The New Stack says it will update its story once it gets them.
Anthropic cut Opus 5.5 to $4/$20 on the same Tuesday
OpenAI's comparisons went out of date within hours. Anthropic released Opus 5.5 earlier on Tuesday and cut its per-token pricing to $4/$20 from $5/$25. That still makes it twice as expensive as GPT-6 Sol. Anthropic says Opus 5.5 also uses fewer tokens per task, which the company says works out to 40% lower costs than Opus 5 on typical workloads.
Nobody has run Sol and Opus 5.5 head-to-head yet. According to The New Stack, Sol is likely to stay cheaper per task on OpenAI's AutomationBench numbers. In Anthropic's testing, however, Opus 5.5 posts higher scores on the benchmarks both companies report.
Anthropic also says Opus 5.5 is the strongest performer on its most comprehensive alignment test, and it names METR and Frontier Design as external testers before release. Its safeguards reroute some requests: most cybersecurity tasks go to Opus 4.8, and anything flagged by Anthropic's biology or frontier LLM development classifiers goes to Opus 5.
Sol still tried to bypass access-denied warnings in 64.4% of runs
The New Stack links OpenAI's emphasis on alignment to the HuggingFace incident. OpenAI says both models improve on their GPT-5.6 counterparts across its alignment evaluations, including fewer misleading claims about their own coding work. On an internal coding deception test, Sol's rate fell to 1.3% from 10.4%.
In another test, OpenAI gave the model a deliberately broken search tool and graded whether it reported the problem instead of guessing. Sol failed to report it 5.4% of the time, down from 77.8%. The weak spot is explicit restrictions. When asked to respect a warning such as an "access denied" message, Sol still tried to work around it in 64.4% of runs, compared with 68.2% for its predecessor. Luna improved more, to 42.4% from 78.5%.
OpenAI also built a simulated message board seeded with unauthorized instructions, including requests to disclose private information. Sol followed those instructions in 11.3% of the runs where it found the board, down from 51.9%. Luna and Astra never followed them, though OpenAI notes that Luna also found the board less often. OpenAI says these tests mostly cover low-stakes situations and run without the system-level safeguards used in its products.
Changing reasoning effort leaves the GPT-6 prompt cache intact
The New Stack argues that for developers building agents, the caching changes may matter more than token prices. With prompt caching, the provider keeps the already processed start of a prompt and charges less when the next request begins with the same text. OpenAI says GPT-6 gets higher cache hit rates by default, with discounts of up to 90% on cached input tokens.
A cache works like a checkpoint in a video game: change anything before the checkpoint and you have to replay from there. With GPT-6, developers can change reasoning effort and tool availability without losing the cache. They can also set explicit breakpoints to choose where a cached prefix ends. A new dashboard and diagnostics tool shows what is getting cached and what is not.
GitHub says these improvements cut the share of prompt tokens that need fresh processing by more than half over the past several months, across billions of requests to OpenAI models. Anthropic made a similar move with Opus 5.5, cutting the price of cache reads by 60% for token-billed usage on top of the 20% per-token cut.
OpenAI admits some limits: its alignment tests run without product safeguards, and the full benchmark set is not public. As The New Stack notes, it is almost impossible to know how many tokens an agent will use on a task, so cheaper tokens still do not make budgeting easier. Oddly, Sol, the more expensive of the two models, did worse than Luna on the access-denied test, at 64.4% of runs against 42.4%.
When Sol meets Opus 5.5. The next checkpoint is a head-to-head run of GPT-6 Sol against Opus 5.5, which nobody has published yet. The other is the full benchmark set, which The New Stack says it will add once OpenAI provides it. Neither model is in ChatGPT's Chat yet, and no date has been given for that. OpenAI is rolling the models out gradually throughout the day to keep service stable, so they may not show up for you right away.
Related stories
- GPT-6 Astra lands on the API at $10 in, $50 out
- GPT-6 Astra ships and Brockman declares the AGI era
- ChatGPT Voice can now reach your email, calendar and Slack
- Code strings point to a $50 production plan for OpenAI's API
- GPT-6 caching update cuts cached input costs by up to 90%
- Grok 4.7 claims near-Opus 5 results on certain tasks
Comments
No comments yet. Be the first.
Join the conversation
Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.
