The new GPT-5.6 family: Luna, Terra, Sol
Summary
OpenAI released its new GPT-5.6 model family, Luna, Terra, and Sol, on July 9th, 2026, available in three sizes. Pricing per 1M input/output tokens is \$1/\$6 for Luna, \$2.50/\$15 for Terra, and \$5/\$30 for Sol. OpenAI claims significant improvements in long-running agentic performance, with GPT-5.6 Sol achieving 53.6 on the Agents' Last Exam, surpassing Claude Fable 5 by 13.1 points. The smaller Luna and Terra models also outperform Fable 5 at significantly lower costs. However, GPT-5.6 Sol scored 64.6% on SWE-Bench Pro, while Fable 5 achieved 80%, prompting OpenAI to question SWE-Bench Pro's reliability. The release also introduces new API features: Programmatic Tool Calling for orchestrating JavaScript tool calls, Multi-agent support for parallel subagents, Prompt cache breakpoints for explicit caching, and a "detail: original" option for image requests to prevent resizing.
Key takeaway
For AI Engineers evaluating large language models for agentic workflows, GPT-5.6 offers compelling performance and cost efficiency on long-running tasks. You should investigate its new API features like Programmatic Tool Calling and Multi-agent capabilities to streamline complex automation. Consider testing its performance against your specific coding benchmarks, as general evaluations like SWE-Bench Pro may not fully reflect real-world utility.
Key insights
OpenAI's GPT-5.6 models prioritize agentic efficiency and introduce advanced API features for complex workflows.
Principles
- Agentic performance can significantly reduce operational costs.
- Benchmark reliability requires careful scrutiny and auditing.
- Explicit cache control offers optimization opportunities.
Method
The models can compose and run JavaScript for tool orchestration and spin up subagents for parallel task execution via new API features.
In practice
- Explore Programmatic Tool Calling for CLI utility orchestration.
- Implement Multi-agent patterns directly through the API.
- Utilize Prompt cache breakpoints for cost-optimized API calls.
Topics
- GPT-5.6
- Agentic AI
- LLM API Features
- Programmatic Tool Calling
- Multi-agent Systems
- LLM Benchmarking
Best for: CTO, VP of Engineering/Data, Investor, AI Engineer, Machine Learning Engineer, Director of AI/ML
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.