Part of the AI & Machine Learning suite · 24 calculators

Cost Per Correct Answer Calculator

Compare two models by the cost of a correct result rather than the cost of a call — price per task, accuracy on your evaluation, and the cost of retries or human review for the ones they get wrong.

A cheaper model is not cheaper if it is wrong more often and every wrong answer costs a retry or a review.

%
%
Results update as you type
Results
Cheaper per correct answer, all in
Model B — 0.012 against 0.0165 per task
A: cost per correct answer (calls only)
B: cost per correct answer (calls only)
A: effective cost per task with failures
B: effective cost per task with failures
A: monthly effective cost
B: monthly effective cost
Accuracy B needs to match A, all in
Failure cost at which A and B tie
Reviewed September 2026. Model arithmetic is the same everywhere: the same formulas in every market, in your own currency. The UK regulates AI through existing sector regulators rather than a single AI statute.
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About cost per correct answer

How the cost per correct answer calculator works

A cheaper model is not cheaper if it is wrong more often and every wrong answer costs a retry or a review. Divide each model's cost per task by its accuracy and you get the cost per correct answer; add the cost of handling its failures and you have the real comparison.

The break-even row says how accurate the cheaper model would need to be to win — often a few points above where it is.

Formula: cost per correct = cost per task / accuracy; effective = cost per task + (1 − accuracy) × failure cost

Worked examples

InputsCheaper per correct answer, all inNote
A four-times cheaper model, nine points less accurateModel B — 0.012 against 0.0165 per taskB still wins at this failure cost
Expensive failuresModel A — 0.057 against 0.093 per taskA wins
No cost to failuresModel B — 0.003 against 0.012 per taskB wins easily

Frequently asked questions

Why cost per correct answer?

Because a call that produces a wrong answer bought nothing. Dividing by accuracy prices the output you actually wanted, and makes a cheap inaccurate model comparable with a dear accurate one.

What is the failure cost?

Whatever a wrong answer costs you: a retry with a bigger model, a human review, a refund, a lost customer. It is the number that decides most comparisons, so estimate it honestly.

How do I measure accuracy?

On your own evaluation set, not a public benchmark — a few hundred representative tasks with known answers. Benchmarks rarely match your distribution.

What about latency and quality beyond right or wrong?

This page treats output as correct or not. For graded quality, use a score in place of accuracy; for latency, the response-time page.

Should I route between models?

Often — send easy tasks to the cheap model and hard ones to the expensive one. The break-even accuracy row tells you how good the cheap model has to be on the tasks you send it.

Where these figures come from

Last checked: September 2026. The relationships here are architectural, not vendor-specific: bytes per parameter follow the numeric format, KV-cache size follows the transformer definition, and token-per-word ratios come from published tokeniser behaviour.