AI cost comparisons often begin with a price table. One model charges less per token or request than another. The conclusion appears straightforward: route more work to the cheaper model and reduce spending.
That conclusion may ignore most of the workflow.
A model participates in a system containing prompts, retrieval, tools, validation, retries, human review, downstream actions, and correction. The financially relevant object is not always the model call. It may be the completed, accepted unit of work.
The cheapest inference is not necessarily the cheapest reliable outcome.
Direct cost is only the first layer
Provider pricing does not automatically capture failed requests, repeated attempts, fallback calls, longer prompts, retrieval, tool execution, human review, exception handling, incorrect downstream actions, support, reconciliation, or correction.
A model that costs half as much per request but requires three attempts is not necessarily cheaper. A model that produces more uncertain classifications may shift cost from the vendor invoice to the accounting team.
The cost has not disappeared. It has moved to another account, team, or period.
Define the accepted outcome
Before optimizing, identify the unit the workflow must produce: an invoice accurately captured, a contract clause correctly identified, a conversation resolved, or a reconciliation exception adequately explained.
Then define accepted. For an invoice workflow, acceptance might require required fields, vendor match, duplicate check, amount reconciliation, supported coding, exception routing, and authorized approval.
Cost per accepted outcome = total workflow cost ÷ accepted outcomes
Total workflow cost can include model consumption, retrieval, tools, infrastructure, observability, human review, correction, and failure impact. The boundary does not need perfect precision on day one. It needs consistent assumptions.
An illustrative comparison
The following numbers are hypothetical and demonstrate the method rather than benchmark any provider.
| Cost component | Economy | Balanced | Premium |
|---|---|---|---|
| Direct model consumption | $180 | $420 | $700 |
| Retries and fallbacks | $90 | $55 | $20 |
| Human review | $720 | $260 | $120 |
| Correction and rework | $310 | $85 | $40 |
| Total workflow cost | $1,300 | $820 | $880 |
| Accepted outcomes | 8,700 | 9,450 | 9,650 |
| Cost per accepted outcome | $0.149 | $0.087 | $0.091 |
The balanced model wins in this scenario because lower review and correction costs outweigh higher inference price. It will not always win. The point is to evaluate the workflow boundary.
Quality has a financial consequence
The appropriate model depends on materiality, reversibility, error cost, reviewer cost, deadline, customer impact, required evidence, and deterministic validation.
For low-risk classification, an economy model may be appropriate. For an irreversible payment decision, a stronger model may be preferable, or no model may be authorized to act without deterministic checks and human approval.
Latency belongs in the model
A slow response may cause users to resubmit, queues to accumulate, infrastructure to remain active, or operations teams to intervene. A faster, more expensive request can be cheaper if it reduces duplicate activity and delay.
Optimization can damage evidence
Teams may shorten prompts, remove context, reduce validation calls, or decrease logging. Some changes remove waste. Others remove information required to explain the result.
The objective is not minimum spend. It is minimum responsible cost for the required outcome.
Route by consequence
A controlled design can use deterministic rules for stable requirements, a lower-cost model for simple interpretation, a stronger model for ambiguity, human review for consequential decisions, and automatic rejection when evidence is missing.
Routing criteria should be observable. Otherwise the system may save inference cost while quietly increasing exceptions.
Explain the unit-cost variance
When cost per accepted outcome changes, separate price, model mix, prompt and context, retries, review, correction, and volume. Engineering can explain system changes, FinOps can quantify the cost effect, and Accounting can identify where costs moved.
Which combination of rules, models, context, tools, and review produces an accepted outcome at the lowest responsible cost?
That question is harder than comparing price tables. It is also much closer to the economics of the system the company actually operates.