OpenAI expands the GPT-6 universe with Sol and Luna, delivering massive performance gains in coding benchmarks while slashing API costs by 50%.

On September 22, 2026, OpenAI officially expanded its frontier model ecosystem with the release of GPT-6 Sol and Luna. This isn't just another incremental update; it is a strategic bifurcation of intelligence designed to solve the 'efficiency vs. capability' dilemma that has plagued developers for years.
While the flagship GPT-6 Astra continues to handle the most complex, multi-modal reasoning tasks, Sol and Luna are purpose-built for the software engineering lifecycle. Sol is the heavy hitter, designed for deep architectural reasoning and professional-grade coding, while Luna is the high-velocity engine built for scale, automation, and everyday developer workflows.
While specific parameter counts remain proprietary, the architectural focus of Sol and Luna centers on improved alignment and communication efficiency. OpenAI has successfully ported the improved communication style of GPT-6 Astra to these models, resulting in responses that are clearer, carry less unnecessary jargon, and are significantly more concise without sacrificing technical depth.
A critical advancement lies in the alignment layer. Developers will notice a significant reduction in 'hallucinated' or misleading claims regarding code logic and library availability. This makes both models significantly more reliable for autonomous agentic workflows where a single incorrect assumption can break an entire build pipeline.
The performance metrics released alongside Sol and Luna suggest a massive leap in specialized reasoning. In the AutomationBench, GPT-6 Sol (xhigh) outperformed Claude Opus 5 (max) while operating at just 9% of the cost per task. This represents a tectonic shift in the value-to-performance ratio for automated engineering.
On the grueling 'Agents' Last Exam,' Sol (max) achieved a score of 56.4%, surpassing Claude Opus 5's best performance at a 60% lower cost per task. Furthermore, in DeepSWE v1.1—a critical benchmark for software engineering—Sol (max) scored 68.8%, coming within 1.1 points of Claude Fable 5 (xhigh) while being approximately 80% more cost-effective.
Even in offline computer use via OSWorld 2.0, Sol (xhigh) achieved a 60.5% success rate, edging out Claude Opus 5 (medium) at 60.3%, but at a fraction of the operational cost.
OpenAI is aggressively targeting the developer market by slashing API prices by 50% compared to GPT-5.6 promotional rates. Sol is priced at $2/MTok input and $10/MTok output, making it competitive with high-end Sonnet-class models. Luna, however, is the true disruptor, priced at a mere $0.10/MTok input and $0.50/MTok output, enabling massive-scale extraction and summarization tasks at a tier previously thought impossible.
The real hero for production engineers is the new caching mechanism. OpenAI has implemented improved caching that delivers higher hit rates by default. Cached input-token reads are discounted by a staggering 90% ($0.20/MTok). This efficiency is already proven; GitHub reported seeing over 50% fewer fresh-processed prompt tokens across billions of requests using these optimized caching protocols.
The dual-model approach allows for sophisticated pipeline architectures. Developers can now implement a 'tiered reasoning' strategy: use Luna for high-volume, low-complexity tasks like unit test generation, documentation scraping, and routine refactoring, then hand off complex architectural changes or debugging sessions to Sol.
For agentic workflows, Sol's high factuality—making roughly half as many errors as its predecessor—makes it ideal for autonomous coding agents. Meanwhile, Luna's performance at 'high effort' settings actually matches GPT-5.6 Sol at roughly 1/100th of the cost, making it the perfect candidate for massive RAG (Retrieval-Augmented Generation) pipelines and large-scale codebase indexing.
GPT-6 Sol and Luna are available immediately. For enterprise and professional users, they are integrated into ChatGPT Work and Codex (available for Plus, Pro, Business, Enterprise, and Edu tiers). Luna also extends its reach to Free and Go users via the ChatGPT desktop application.
Developers can access the models via the OpenAI API using the model IDs `gpt-6-sol` and `gpt-6-luna`. We recommend updating your SDKs to take advantage of the new caching headers to maximize your cost savings.
API Pricing — Input: $2.00 per million tokens / Output: $10.00 per million tokens / Context: Sol Input: $2.00/MTok, Output: $10.00/MTok. Luna Input: $0.10/MTok, Output: $0.50/MTok. Cached input reads: $0.20/MTok.