The Price of Thinking: Reasoning Effort as a Model-Specific API Contract
Original reporting by arXiv (cs.AI)

An AI API contract specifies the full terms of interaction with a large language model, encompassing not only the chosen model but also critical details like requested reasoning effort, output constraints, and pricing. While developers often choose models based on their advertised capabilities, the explicit terms of these contracts—particularly a "reasoning-effort" clause—can significantly impact both performance and cost. A new study investigates whether explicitly requesting "high effort" from a model truly translates to better outcomes, or merely higher expenses.
The Cost of Effort
Researchers conducted a rigorous paired contrast using Sonnet 5, a prominent AI model, on 30 complex AIME 2026 math problems. They compared instances where an explicit "high effort" term was included in the API request against those where the effort term was omitted. The findings revealed a clear disparity in cost: calls under the explicit high-effort contract were, on average, over one cent more expensive. Surprisingly, despite this increased expenditure, the study detected no statistically significant difference in accuracy between the two conditions. Furthermore, when accounting for successful problem-solving, the cost per correct answer was higher under the high-effort contract. This research highlights that the nuanced details of an AI API contract are paramount, suggesting that simply asking for more "effort" may not always yield a proportional return on investment, compelling developers to scrutinize these contractual terms closely.
This study fundamentally reorients our understanding of AI API transactions, asserting that buyers are contracting for a detailed service agreement—a "dated contract"—rather than merely a model’s name. The investigation into the "reasoning-effort term" within the Sonnet 5 API revealed a crucial disconnect: while explicit high-effort contracts incurred a measurably higher cost per call, they did not yield a statistically significant accuracy improvement in the AIME task studied. Indeed, the cost per *correct* answer increased, suggesting that additional "effort," as currently implemented, may not equate to proportional value for the user.
Rethinking API Value
These findings carry significant implications for the burgeoning AI API market. For developers and enterprises, the default assumption that abstract terms like "high effort" inherently translate to superior performance is now challenged. It necessitates a more rigorous approach to API procurement, demanding greater transparency from providers regarding the actual mechanics and demonstrable benefits of specific contract terms. This research highlights the risks of a black-box approach, where buyers may unknowingly overpay for capabilities that offer no tangible advantage. In the future, this work could catalyze a shift towards performance-based contracting, compelling API providers to substantiate claims of enhanced processing with clear, measurable gains in accuracy or efficiency for specific tasks. Ultimately, as AI integration becomes ubiquitous, a deeper scrutiny of these contractual nuances will be essential for fostering a more transparent, efficient, and value-driven ecosystem, moving beyond superficial model names to tangible service outcomes.
Frequently asked questions
- What does "reasoning-effort term" mean in contracts for purchasing access to AI models?
- A reasoning-effort term specifies the level of computational effort or "thinking time" an AI model should apply when generating a response. It's part of a broader contract that includes the model name, output rails, and pricing. Buyers pay for this specific configuration, which can influence both performance and cost depending on whether a high-effort instruction is explicitly requested or omitted.
- Does explicitly requesting "high effort" from an AI model improve its answer accuracy?
- Research comparing "high effort" and "effort omitted" contracts for an AI model on AIME-like tasks did not detect a statistically significant accuracy difference. While the study observed a minor positive accuracy contrast, the statistical interval indicates that a gain of up to 4.67 percentage points is possible but not definitively confirmed by the experimental design.
- How does requesting "high effort" from an AI model affect the cost of its API calls?
- Requesting an explicit "high effort" term in an AI API contract generally increases the cost. A study found that an explicit high-effort contract for a specific model was approximately $0.01031 per call higher than an omitted-effort contract. Consequently, the cost per correct answer was also higher under the explicit high-effort condition compared to when effort was omitted.