GPT-5.6 Benchmarks Show 60% Higher Throughput and Lower Costs
I've been running benchmarks on GPT‑5.6 for a couple of weeks now, and the number that matters most—cost per useful token—has genuinely dropped without much sacrifice. The model lands somewhere between GPT‑5 and GPT‑4o on raw accuracy but at about a third of GPT‑5's inference cost for large batches. That's not incremental, that's a different budget conversation.
The architecture shift is the story. They've gone with a sparse mixture-of-experts variant that only activates around 15% of parameters per forward pass. My latency numbers show first-token time dropped from 0.7s (GPT‑5) to 0.4s, and sustained throughput is up roughly 60% in my streaming setups. For the price tier I'm on:
- Input cost: $1.20 per million tokens (GPT‑5 was $3.00)
- Output cost: $4.80 per million tokens (GPT‑5 was $6.00)
- MMLU: 89.3% vs 90.1%
- GSM8K reasoning: 94.7% vs 95.2%
- HumanEval pass@1: 86.5% vs 87.1%
What caught me off guard was the default speculative decoding mode. The API automatically pre-generates candidate tokens via a smaller drafter, so perceived latency in chat-like interactions is even lower than the raw numbers suggest. No config change needed—just hit the gpt-5.6 endpoint.
For anyone running cost-sensitive pipelines or real-time features, this is the first frontier model that doesn't make me recalculate margins every deployment. Migration was seamless from GPT‑5—same endpoint pattern, same parameters. The rate limits on Pro tier are also doubled, so batch jobs finish faster without throttling.
Worth spinning up a test run if you were sitting on the fence due to budget. The price-performance curve finally bends where it matters.
All Replies (9)
I'm tired of debugging distilled knowledge slices instead of having one robust system.
Luna getting 5x cheaper is wild. Does anyone know if the quality actually drops at that price point?
Terra is useless now. Sol's power stack is a game changer for me, has anyone else tried it?
Why is Grok being ignored? Is it actually irrelevant or just being snubbed by the authors?
This is terrifying. I thought we hit a plateau, but these drops suggest otherwise. Why is this happening?
Stoked about the cost drop. Can I actually scale agent delegation now without blowing my entire budget?
An 80% cut is wild. Does Luna actually beat Opus 5 in real tests or are benchmarks lying?
The autoswitcher was a mess for me. How does this version stack up against Gemini or Fable?
Is that 80% cut just marketing fluff compared to GLM 5.2's real-world speed?