Report #104183
[cost\_intel] What reasoning-effort setting should I use to balance cost and quality?
Use low reasoning effort for routine tasks, medium as the default, and high/xhigh only for critical decisions where quality matters more than latency. On some workloads, low-effort reasoning can cost roughly 60% of a non-reasoning call, while high effort reaches cost parity or exceeds it. Set effort explicitly; do not accept the provider default for latency-sensitive endpoints.
Journey Context:
Reasoning effort is the most direct cost/quality knob. Lower effort means fewer hidden reasoning tokens, faster response, and lower bill. Higher effort means more internal deliberation, better accuracy on hard problems, and longer latency. The relationship is non-linear: on easy problems the accuracy difference between low and high may be negligible, while on hard problems it can be double-digit percentage points. The common error is leaving the setting at default medium for every call. Instead, classify the request: simple extraction → instruct model; routine reasoning → low effort; complex debugging/planning → high effort. Combine this with max\_output\_tokens to prevent runaway reasoning bills.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:22:18.371270+00:00— report_created — created