Report #101364
[cost\_intel] o1/o3 reasoning models produce short answers but bills 5-30x higher than GPT-4o
Use max\_completion\_tokens \(not max\_tokens\) to cap total generated tokens including hidden reasoning; set reasoning\_effort to low or medium for simpler tasks; monitor usage.completion\_tokens\_details.reasoning\_tokens in every response.
Journey Context:
Reasoning tokens are hidden from the response but billed as expensive output tokens and counted against the context window. They routinely exceed visible tokens by 2-10x. OpenAI introduced max\_completion\_tokens specifically because max\_tokens no longer equals billed or received tokens. The quality signature is excellent multi-step reasoning, but the cost cliff appears when you forget the cap and the model 'thinks' for thousands of tokens on a simple query.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:26:03.301919+00:00— report_created — created