cd /news/large-language-models/nobody-keeps-the-receipts-for-ai-pri… · home topics large-language-models article
[ARTICLE · art-30918] src=dev.to ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Nobody keeps the receipts for AI pricing, so I built the changelog

A developer built ai-price-index, an open, dated record of LLM API prices, after struggling to reliably determine historical costs due to quietly changing provider pricing pages. The project uses bitemporal pricing with first-party source links and a bot that diffs official pages daily, with manual review before merging changes.

read1 min views1 publishedJun 17, 2026

I got one surprise AI bill that woke me up and I went looking for a simple answer: what did this model actually cost on the day I ran it?

Turns out that is weirdly hard. Provider pricing pages change quietly with no changelog. The Wayback Machine is patchy. And the obvious shortcut, today's price times last month's tokens, is just wrong the moment a provider shifts rates mid-period.

Whilst building a couple of small tools that calculate AI usage costs bugs popped up and traced back to one thing: I could not reliably say what a given model cost on a given date. Estimations are easy, knowing is hard.

So I built ai-price-index: an open, dated record of LLM API prices. The idea is boring on purpose. Every price is bitemporal, it carries the date it became valid and the date I last re-checked it against the official source. So you can price historical usage point-in-time instead of extrapolating from today. Every price links its first-party source. A bot diffs the official pricing pages every day and flags drift, and I review every actual change by hand before it merges, because pricing is exactly the kind of data you do not want a scraper silently guessing on.

Where it stands:

If a price looks wrong or your provider is missing, that is the most useful thing you can tell me. Corrections and provider requests are open on GitHub.

**Repo**: [https://github.com/RoninForge/ai-price-index](https://github.com/RoninForge/ai-price-index)

**Browse it** : [https://roninforge.org/data/ai-price-index/](https://roninforge.org/data/ai-price-index/)

Demo Integration :

── more in #large-language-models 4 stories · sorted by recency
── more on @ai-price-index 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/nobody-keeps-the-rec…] indexed:0 read:1min 2026-06-17 ·