Report #102378
[cost\_intel] Reasoning model bills are much higher than visible output suggests because hidden thinking tokens are billed
Budget for hidden reasoning tokens: OpenAI bills them as output. A typical 2K input \+ 500 visible-output query with 5K hidden reasoning costs roughly $0.36 with o1 vs ~$0.02 with GPT-4o — about 18x more. Use reasoning\_effort controls, cap max\_output\_tokens, and monitor usage.output\_tokens\_details.reasoning\_tokens. Do not price features based on visible tokens alone.
Journey Context:
Many teams compare per-million-output rates without realizing reasoning models generate 5-10k hidden tokens per call. Both latency and cost scale with reasoning length, not with the length of the final answer. The API exposes reasoning token counts; log them and build per-feature cost estimates from total billable tokens, not from visible responses.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:26:33.626852+00:00— report_created — created