Think Build Implement Repeat
London, UK +44 7367 067226
WhatsApp FOLLOW f in X
AI Apps

The Monthly Cost of Keeping an AI App Running

Last updated:

Model usage is the smallest line

For a typical business workload — extraction, classification, retrieval-based answers — model cost is fractions of a penny to a few pence per completed task. At ten thousand tasks a month that is tens to low hundreds of pounds.

Clients consistently expect this to dominate. It rarely does.

Where the money actually goes

  • Human review — frequently the largest line in the first quarter, falling as thresholds tune
  • Retrieval infrastructure — embedding, storage and re-embedding when documents change
  • Evaluation — rerunning the test set on every change, plus refreshing it periodically
  • Monitoring for quality drift, which conventional software does not need
  • Maintenance at 20–30% of build annually

How we keep model cost down

  1. Route by difficulty — a small model for classification, a stronger one only where reasoning is needed
  2. Send less context — most retrieval sends more chunks than accuracy requires
  3. Cache the stable parts of prompts, which is close to free money at volume
  4. Cap and alert — hard spend limits per day and per user
Routing by difficulty commonly halves an AI bill with no measurable quality difference. It has to be designed in; retrofitting it means re-evaluating everything.

Quality drifts even when nothing changes

Your documents change, your customers change, the model provider updates something. A system that was 94% accurate in March can be materially worse in September with no code change.

That is why evaluation is a running cost rather than a one-off. Automated reruns on a schedule catch it before users do.

Modelling it before you build

Cost per completed task at your real volume, plus infrastructure, plus the review time you expect in months one to three, plus maintenance. Then model it again at ten times the volume.

Usage pricing has a habit of surprising people at the second order of magnitude, and it is much better discovered on a spreadsheet.

Frequently asked questions

Will costs fall over time?

Model prices have fallen substantially for equivalent capability and it is reasonable to expect that to continue. Do not build a business case that only works at a future price.

Is self-hosting cheaper?

Only at sustained high volume, because GPU capacity is billed whether busy or not. Below continuous usage, hosted APIs almost always win once engineering time is counted.

How do we stop a runaway bill?

Hard caps, per-user rate limits and a daily alert threshold. Not because anyone plans to abuse it, but because an unnoticed loop can spend a month's budget over a weekend.

Who pays for the human review?

You do, in staff time, and it should be in the business case from the start. Systems presented as removing all human effort are misrepresenting how this works.

Keep reading

Want the running costs modelled first?

Tell us the task and the expected volume. We will give you a per-task figure, a monthly total and what happens at ten times the volume.

Book a free 30-minute call Get a project estimate WhatsApp us

Related services

What we build for problems like this one

AI AgentsCustom Software DevelopmentSaaS Development