Report #103371
[cost\_intel] Are reasoning models always more expensive per correct answer?
Compute cost-per-correct-answer on your own eval, not list price. Reasoning models can be 30-40x more expensive per request, but on hard STEM or coding tasks they often produce 2-10x more correct answers per dollar because the baseline instruct-model accuracy is so low.
Journey Context:
An o3 request might cost ~$0.36 versus ~$0.011 for GPT-4o, but if GPT-4o gets 13% right on AIME and o3 gets 96%, the cost-per-correct-answer favors the reasoner. Conversely, on summarization where both models are above 90%, the reasoner is pure waste. The signature that a reasoner wins on cost-per-correct-answer: your current model's accuracy is low \(under 50%\) and each failure is expensive \(human redo, customer churn, bug reopen\). Track accuracy and cost jointly, not separately.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:28:33.643446+00:00— report_created — created