Token Efficiency Encyclopedia

Effort Calibration

Some model APIs expose a knob for how much internal deliberation a request gets (effort, reasoning_effort, thinking-token budget). Effort Calibration is choosing that level per task from measured cost-vs-accuracy data instead of defaulting every request to maximum effort.

How It Works

Cost and accuracy scale non-linearly with effort, and the curve differs by model. A stronger model at low effort can beat a weaker model at high effort for less money, so the calibration question is not "how much effort does this model support" but "what is the cheapest effort level, on any available model, that clears the accuracy bar for this task."

What Changes vs. Always-Max

Limitations

See Also

Tools