Glossary
Also: Token cost
The running cost per request to a language model, billed by tokens in and tokens out.
Unlike classic software, cost grows with usage rather than with user count. A flow with five model calls costs five times, even when the same person triggers it.
The levers are model choice per subtask, the length of supplied context, caching of recurring requests, and the question whether a model is needed at all.
How you notice it
Frequently asked
In this order: shorten the context, cache recurring requests, pick a smaller model for simple subtasks, and check whether a step needs a model at all. Model choice delivers least and gets discussed most.