Cost Per Task Is Now a Two-Variable Problem — and the Prices Are Teaser Rates
The arithmetic: 10M output tokens/day of coding work at Opus 4.8 rates costs ~$250/day. The same work at Grok 4.5's token profile and pricing costs ~$36/day. Per-token price isn't the whole delta. It's a lower price times 4.2x fewer tokens per task. Architectures shelved in 2025 as too expensive are worth re-costing.
OpenAI's answer is structural. Sol/Terra/Luna tiering turns model selection into a routing problem. Terra delivers GPT-5.5-class performance at $2.50/$15, roughly half prior cost. Luna matches Grok's $1/$6 floor. Sol posts 80.0 on Artificial Analysis, a coding SOTA. One vendor spanning three price points, which practically demands a dispatcher.
How to Evaluate Without Getting Played
Databricks' Pareto methodology is the right frame: pass rate versus mean cost per task on multi-million-line codebases. Grok 4.5's 15,954 output tokens at $6/M is ~$0.096/task in output alone. Run that across thousands of daily CI-triggered generations and 'cheap' stops being cheap. Sebastian Raschka's companion finding says the same thing: top-scoring configurations are rarely optimal under a fixed budget. Put it on the wall. Caveat: the 4.2x figure comes from SWE-Bench Pro, which has known broken tasks. Treat vendor efficiency claims as hypotheses until they replicate on your traffic.
The Trap
Every number here is a land-grab price. Meta's entry is 'highly subsidized.' OpenAI and Anthropic shipped 5+ usage and SLA changes within 48 hours, so contract terms now move faster than release cycles. The major labs are newly public and burning cash monthly. The post-IPO playbook is predictable: prices rise and free tiers shrink; rate limits tighten too. The savings hold only if your architecture can follow the price floor next quarter. Couple to one provider today and you've traded a discount for lock-in exactly when lock-in is most expensive.
Build the routing layer so you can re-pick providers every quarter without touching application code. That is the move, not picking the cheapest model.
What to do
Run a Pareto evaluation (pass rate vs cost per task) of Grok 4.5, GPT-5.6 Luna/Terra, and your incumbent against your own codebase within two weeks — measure token consumption per task, not just correctness
Rebuild your LLM cost model this sprint with tokens-per-task as a first-class variable alongside per-token price, using production traffic shape