What running a model actually costs
AI/ML engineering · capacity planning · caching strategy · cost modelling
A model feature is cheap to prototype and expensive to operate, and the gap between those is where most AI projects quietly die. The costs are knowable before you build: tokens in, tokens out, how much of it you can avoid paying for twice.
Every month
Cached input is billed at roughly a tenth of the standard rate by most providers, which is why the cache slider moves the total more than any price negotiation will. The output side cannot be cached and is typically five times the input rate per token — so the cheapest optimisation available is usually asking the model to say less, not finding a cheaper model. Nothing you type is sent anywhere.