LLM price drop tracker
Token prices for frontier models have fallen dramatically and consistently. If you are budgeting a product 12-24 months out, assuming today’s price is almost certainly too pessimistic. This tool fits the historical decline to an exponential curve, tells you the effective price-halving period, and projects where costs land at your chosen horizon.
The strategic implication of compounding price declines
Token price declines are not just a curiosity for accountants — they change the economics of products built on LLMs in a few distinct ways:
Products that were not viable become viable. At a high input cost per million tokens, many consumer applications that require long context or high call volume simply do not pencil out. Each price halving opens new product categories that were previously uneconomical. Tracking the curve tells you when your specific use case crosses into viability.
Margin assumptions go stale fast. If you priced a product based on an LLM cost from 18 months ago and reinvested in efficiency rather than adjusting the price, your margins have expanded considerably. Conversely, if you locked in a premium price based on a temporary cost advantage, competitors using newer pricing may undercut you.
Switching decisions. If a cheaper alternative provider exists today but migration is costly, the price trajectory of your current provider matters. If their price is falling at the market rate, the switching benefit narrows over time. If it is flat, the gap widens.
How it works
The tool takes a series of (date, price-per-million-tokens) points — either the built-in flagship
track or your own pasted data — and fits an exponential decay of the form
price(t) = a · e^(−k·t) by linear regression on the log of price against months elapsed. From the
decay constant k it derives:
- the halving period
ln(2) / k(how long until price halves), - the annual decline rate (
1 − e^(−12k)), and - the projected price at your chosen horizon.
Fitting in log space is the right move because price declines compound multiplicatively, so a straight line in log space corresponds to a constant percentage drop per month.
Reading the projection output
The projected price at your horizon is a point estimate from the trend. Always interpret it alongside the uncertainty in the fit — a steep decline with only three data points is much less reliable than a gradual decline with twelve. The tool reports the fitted parameters so you can judge how confident to be in the forward projection.
For planning purposes, treating the projected price as an optimistic bound and today’s price as a conservative bound gives you a reasonable budget range rather than a false-precision single number.
Tips and notes
- A short halving period (under a year) means you should budget conservatively and re-price your margins regularly — your cost base is moving under you in your favour.
- Frontier capability tends to plateau in price even as last-generation capability gets cheap; the steepest declines are usually for “good enough” models, not the absolute newest one.
- Use your own enterprise-negotiated rates as the input series to see whether your contract is keeping pace with the public market trend.
- Projections are scenarios. Pair the optimistic exponential with a flat-price worst case to bound your budget rather than betting on a single number.