# GPT-5.6 Terra pricing against the model it replaces > GPT-5.6 Terra pricing is $2.00 per million input and $12.00 output, undercutting GPT-5.4 by 20% on both sides. The migration math, worked. URL: https://getculpa.com/gpt-5-6-terra-pricing Last reviewed: 2026-08-01 Rates effective: 2026-08-01 ## Answer GPT-5.6 Terra pricing is $2.00 per million input tokens and $12.00 per million output tokens, which undercuts GPT-5.4 on both sides at $2.50 and $15.00. Output bills six times input, the usual OpenAI shape. Culpa, a local-first LLM cost, margin, and forecast ledger, records the model on every call, so a migration lands as a measured delta. ## Why this happens Terra sits where GPT-5.4 has been the production default, and it prices 20% below it on both input and output. That makes the migration arithmetic unusually clean, because the six-to-one ratio is unchanged and only the absolute rate moves. The catch is behavioural rather than financial. A model swap changes outputs, so the saving is only real if quality holds on your own data, and most teams never measure that either side of the change. ## What this usually looks like - Your production default is still GPT-5.4 and nobody has priced the Terra alternative. - A migration got discussed on capability grounds with no cost figure attached either way. - Spend per feature hasn't been recomputed since the newer tier appeared. - Nobody can say what a 20% rate cut is worth on your actual token volume. ## Common mistakes - Migrating on the headline rate without re-testing output quality. Why it hurts: A cheaper model that fails more often carries a higher effective cost, so the saving can reverse. Do instead: Run both on a hundred real inputs for a week and compare effective cost, not list cost. - Assuming the 20% cut applies evenly across your bill. Why it hurts: It applies per token, so a feature dominated by retries or untagged background work barely moves. Do instead: Apply the new rates to your own input and output split before promising anyone a number. - Leaving the old model pinned in paths nobody reviews. Why it hurts: Background jobs and eval suites keep paying the older rate long after the interactive path moved. Do instead: List every call site by model, then migrate deliberately rather than one surface at a time. ## Self-check - Pull your GPT-5.4 input and output token totals for the last 30 days, separately. - Re-price them at $2.00 and $12.00 per million. That difference is what the migration is worth. - Check whether any eval or background path is pinned to the older model. - Compare failure rates on both models over the same inputs before committing. - Confirm the cached rate is in use. Terra carries $0.20 per million, a 90% discount. ## What a Terra migration is worth on real volume (illustrative) A feature sending 20 million input and 4 million output tokens a month, currently on GPT-5.4 at $2.50 and $15.00 per million. GPT-5.4: (20 x $2.50) + (4 x $15.00) = $50.00 + $60.00 = $110.00 GPT-5.6 Terra: (20 x $2.00) + (4 x $12.00) = $40.00 + $48.00 = $88.00 Saving = $22.00 a month, exactly 20% on both sides With 60% of input cached at $0.20: (12 x $0.20) + (8 x $2.00) + $48.00 = $2.40 + $16.00 + $48.00 = $66.40 Migration plus caching = $43.60 off, or 40% of the original The migration alone is 20%. Caching the repeated input on top takes it to 40%, and that second half is available whether you migrate or not. ## Cost figures Every figure carries its confidence and its source. No figure on this site is provider-reported. - $2.00 / $12.00 per million — GPT-5.6 Terra input and output rates [calculated] Source: Culpa price book row for openai/gpt-5.6-terra, $0.002 and $0.012 per 1k, read off the OpenAI pricing page on 2026-08-01. Pending seed into the ledger migrations. - 20% — Terra discount against GPT-5.4 on both input and output [calculated] Source: ($2.50 - $2.00) / $2.50 and ($15.00 - $12.00) / $15.00, from the two price-book rows. ## FAQ Q: How much does GPT-5.6 Terra cost? A: $2.00 per million input tokens and $12.00 per million output, with cached input at $0.20. That's 20% below GPT-5.4 on both sides, and the six-to-one output ratio is unchanged. Q: Is GPT-5.6 Terra cheaper than GPT-5.4? A: Yes, by 20% on both input and output. Whether your bill falls by 20% depends on your token split and how much of your spend is retries or untagged background work, which a rate change doesn't touch. Q: Should I migrate from GPT-5.4 to Terra? A: Price it first, then test quality on your own inputs. A cheaper model that fails more often costs more in effective terms, so the list-rate saving is the start of the decision rather than the end of it. ## Sources - OpenAI API pricing: https://developers.openai.com/api/docs/pricing Run the free Cost Leak Scan: https://app.getculpa.com/scan?source=pseo&slug=gpt-5-6-terra-pricing&cluster=model_pricing Machine-readable index of every guide: https://getculpa.com/api/pages Human-readable index of every guide: https://getculpa.com/guides Site overview: https://app.getculpa.com/llms.txt Privacy: Culpa runs on your infrastructure. Your prompts and responses never leave it. Culpa counts calls to run your plan, and it fails open, so if it ever breaks your app keeps running.