Glossary
Usage based pricing
Usage based pricing charges for what you actually consume rather than for who has access, so the bill follows activity and moves with how much work the tool is asked to do.
In plain terms
Nobody pays for the licence; everybody pays for the work. A person who asks two questions a month costs almost nothing and a process running over every incoming record costs whatever it costs. This is the fairest model in the sense that the bill tracks the value being taken, and the least comfortable in the sense that nobody can tell you the figure in advance. It rewards exactly the exploratory use that per-person pricing suppresses, and it punishes inattention.
Why it matters
Because it moves the risk from the vendor to you, and moves it to a place your existing controls do not watch. A per-person charge is a decision made once at purchase; a metered charge is a decision made continuously by everybody using the tool and by every automation nobody remembered was running. That is genuinely better value for uneven usage and it requires something most organisations do not have on day one: somebody watching consumption, and a cap that fires before a finance conversation does.
How it works
The meter is usually text in and text out, counted in tokens. Both directions are charged and usually at different rates, which is why an identical question costs more at the end of a long conversation than at the start: the whole thread is read again each time, so the reading grows while the answer stays the same size.
Model choice multiplies everything. A more capable model consumes more for the same request, so the same workload can differ several-fold in cost depending on which one is answering. That is the single largest lever most teams have and the one they most often leave unconsidered after an initial default was set.
Hidden work is charged like visible work. A model that deliberates before replying produces material you never see and pay for regardless, which is why a considered answer can cost several times a direct one that looks the same length on screen.
Automations change the unit from a person to a record. The moment a metered step sits inside a process running on every incoming item, cost stops tracking headcount and starts tracking business volume. A good week for sales becomes a larger invoice, which is defensible and is not what anybody budgeted for.
Some vendors abstract the meter into credits, which is convenience and opacity together. A credit bundles the underlying consumption into a round number that is easier to buy, and it makes comparison between products harder because one credit rarely means the same thing twice. Ask what a credit maps to before comparing two products by their credit prices.
Repetition is the cheapest thing to fix and the least noticed. Work that resends the same instructions, the same reference material or the same policy document with every request pays for that material every time, and most providers now support reusing it at a reduced rate where the tool is built to take advantage. Whether a product does that is rarely visible from its pricing page and makes a substantial difference to any workload with a fixed preamble, which describes most automations.
Two things bill in ways people do not anticipate. Failed and retried requests generally consume on each attempt, so a flaky integration pays repeatedly for work that produced nothing; and a request abandoned midway through an answer has usually already consumed most of what it will. Neither is unfair, both are invisible from the interface, and together they explain a surprising share of the gap between what a team expected and what arrived.
The controls are caps, alerts and routing, and they have to exist before they are needed. A spending limit that stops work is uncomfortable and cheaper than the alternative; an alert that fires at a threshold gives somebody the chance to look; sending easy requests to a smaller model keeps the expensive one for work that earns it. None of these are exotic and all of them are usually configured after the first surprising month rather than before it.
What moves a metered bill
Seen in the wild
Send the same request through a routing layer that reports cost beside the answer, then send it again with a long document attached and compare.
OpenRouterPut a metered step inside an automation running over every incoming record, which is where a cost per answer becomes a cost per month.
n8nAsk an identical question in a fresh conversation and twenty turns into a long one, and notice which of the two the thread length affected.
ChatGPTPoint the same workload at a smaller model and at a more capable one in turn, which is the largest single lever on a metered bill.
DeepSeek
Common misconceptions
People assume
We only pay for what we use, so it cannot be wasteful.
In fact
You pay for what is consumed, which is not the same as what is useful. Verbose answers nobody reads, documents resent with every turn of a conversation, and automations running over records that did not need processing are all consumption. The model bills honestly; it does not distinguish value from volume.
People assume
The bill jumped, so prices must have changed.
In fact
It is nearly always one of four things: conversations got longer, attachments got larger, somebody switched to a more capable model, or a feature that used to run on rules now runs through a model. All four raise consumption without anybody feeling they are using the tool more, which is what makes them hard to spot from the inside.
People assume
A cap will stop us working, so we should not set one.
In fact
A cap bounds the worst case; an alert only reports it. Teams that decline both usually discover the number at the end of a month, when nothing can be done about it. Setting the limit high enough to be irrelevant in a normal month costs nothing and remains the only control that acts rather than informs.
People assume
Credits make the cost clearer.
In fact
They make it easier to purchase and harder to compare. A credit is a bundle whose contents differ between products and sometimes between features of the same product, so two credit prices are not comparable until you know what each maps to. Ask for the underlying unit before treating the numbers as equivalent.
Telling them apart
Usage based vs Seat based
Usage based
Bill follows consumption. Cheap when quiet, and it moves when the work does.
Bill follows headcount. Predictable, and identical whether people use it or not.
Ask what would change the invoice. A busy week changes the first; hiring changes the second.
Questions
- How do we estimate before committing?
- Run fifty genuinely representative cases, record what they consumed, and multiply by the volume you actually expect rather than the volume you are testing at. That arithmetic is unglamorous and it is the most reliable defence against a pilot that looked free becoming a line somebody questions at the end of a quarter.
- What actually moves the bill most?
- Model choice and conversation length, usually in that order. Switching the default to a more capable model can multiply cost several-fold across everything, and long threads raise the reading charge on every subsequent turn. Both are settings rather than behaviours, which makes them the easiest levers to pull.
- What controls should exist from day one?
- A hard spending cap, an alert well below it, and somebody named who looks at consumption weekly. The cap is the one people resist because it can stop work; it is also the only control that bounds the worst case rather than reporting it, and that distinction matters most on the month you needed it.
- Is it cheaper than per seat?
- For uneven usage, usually yes, and that is what early adoption looks like. For a team where everybody uses the tool heavily every day, per seat is often cheaper and always more predictable. The honest answer needs your own distribution, which is why running both models against expected volume beats accepting either rate card.
- Should we ever prefer it for predictability reasons?
- Rarely for predictability itself, which is per-seat's advantage, but often for what predictability costs you. A metered arrangement lets you give access to everybody and pay only for what gets used, so the exploratory phase is cheap. Predictability then comes from caps and alerts rather than from the pricing model.
- Why did an automation cost more than the same work done by hand?
- Because a person skips. Somebody processing records by hand ignores the ones that obviously do not need it, while an automation processes everything it is pointed at, including the items a person would have passed over. Filtering before the metered step, rather than after it, is usually the whole fix.
Key takeaways
- The bill follows consumption, so it rewards light use and moves with busy periods.
- Model choice and conversation length are the two largest levers.
- Hidden deliberation is billed exactly like visible output.
- Automations change the unit from headcount to business volume.
- Caps and alerts have to be configured before the month that needs them.
Tools that use this
- OpenRouter
Cost reported beside the answer, so an attachment's effect is visible.
- n8n
A metered step on every record, where per-answer becomes per-month.
- ChatGPT
The same question early and late in a thread, where the reading grew.
Last checked July 2026