Report #101878
[cost\_intel] Output token cost dominates with reasoning models — watch the thinking-token multiplier
Budget for 3-10x output tokens versus an instruct model on the same prompt, and set output limits and reasoning\_effort explicitly. On simple prompts, reasoning models still emit long thinking traces.
Journey Context:
Reasoning models bill for both the visible answer and the hidden thinking tokens. The CoThink study found reasoning models used roughly 5-8x more tokens than instruct models even on questions both answered correctly. If output pricing is high and thinking adds thousands of tokens, a 'simple' reasoning call can cost more than a complex instruct call. The common mistake is estimating cost from final answer length. Always monitor reasoning\_token\_count in API responses and set reasoning\_effort=low or max\_completion\_tokens when latency and cost matter. The degradation signature is a short user-visible answer preceded by thousands of tokens of internal monologue.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:36:03.949323+00:00— report_created — created