OpenAI’s current API pricing lists GPT-5.6 Luna at $0.20 per million input tokens and $1.20 per million output tokens, while GPT-5.6 Terra is listed at $2 input and $12 output. Reporting published July 30–31 describes this as an 80% Luna cut and a 20% Terra cut. For operators, the opportunity is to retest workloads that were too expensive to run often—not to blindly replace every model.
OpenAI has made two GPT-5.6 API tiers materially cheaper. The practical question is not whether that sounds impressive. It is whether a workflow you already want can now run often enough to be useful.
OpenAI’s current pricing page lists GPT-5.6 Luna at $0.20 per million input tokens and $1.20 per million output tokens. GPT-5.6 Terra is listed at $2 input and $12 output per million tokens. Simon Willison’s July 30 analysis and Forbes’s July 31 report describe the move as an 80% price reduction for Luna and 20% for Terra.
That changes the math most for repeatable, high-volume work: classifying inbound leads, extracting fields from documents, creating first-pass summaries, routing support messages, or reviewing large batches of content.
The useful move is not to switch every task to the cheapest model. It is to pick one workflow you currently limit because of cost and run a controlled test.
For example, take 100 real support tickets or 100 real customer inquiries. Run the old workflow and the new one. Compare total cost, speed, error rate, and how much human cleanup is required. If the lower-cost tier produces an answer that needs twice as much correction, the savings may disappear. If it produces acceptable first drafts at a fraction of the cost, you may be able to move from weekly processing to daily processing.
Forbes also reports that OpenAI’s Sol tier can run up to 2.5 times faster in the API, at a higher processing price. That is a different decision. Use a faster tier when waiting is the bottleneck: a customer-facing workflow, a live research assistant, or an internal tool people abandon when it feels slow. Use the cheaper tier when volume is the bottleneck.
Before changing a production workflow, set a pass/fail threshold in advance. Decide what error rate, response time, and review time are acceptable. Then compare results against that threshold rather than choosing a model solely because its listed price is lower.
The limitation is straightforward: published token prices are not your finished cost. Your prompts, output lengths, retries, tools, file processing, and human review all affect the bill. Lower list pricing does not guarantee a cheaper workflow.
What to watch: whether these price levels hold, whether competitors respond, and whether the lower-cost tier is good enough for your real production task. The cheapest model is not always the best business decision. The model that gets you to an acceptable answer at the lowest total cost usually is.
Bottom Line
GPT-5.6's lower token price is a reason to rerun workload tests—not a reason to switch blindly without measuring quality, speed, and human review cost.