GPT-5.6 Luna now costs 80% less and GPT-5.6 Terra costs 20% less. OpenAI also introduced Fast mode for GPT-5.6 Sol in the API, delivering up to 2.5 times faster speeds than standard processing at a higher price point.
Lower Luna and Terra pricing improves the economics of high-volume coding and multi-step agent workflows. It also supports a tiered architecture where expensive reasoning is reserved for planning or ambiguity, while cheaper models handle implementation, testing, and verification.
Developers should re-evaluate model routing in their agent stacks and split work by task difficulty. A practical pattern is to use Sol for high-uncertainty planning and Luna or Terra for execution-heavy stages like writing code, running tests, and evaluating outputs.
Read Original Post →