<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jens Krause</title>
    <description>The latest articles on DEV Community by Jens Krause (@solomonic).</description>
    <link>https://dev.to/solomonic</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3988875%2Fd86bb9b1-26dc-4a8d-817b-342913dbe60f.jpeg</url>
      <title>DEV Community: Jens Krause</title>
      <link>https://dev.to/solomonic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/solomonic"/>
    <language>en</language>
    <item>
      <title>Nobody keeps the receipts for AI pricing, so I built the changelog</title>
      <dc:creator>Jens Krause</dc:creator>
      <pubDate>Wed, 17 Jun 2026 11:04:01 +0000</pubDate>
      <link>https://dev.to/solomonic/nobody-keeps-the-receipts-for-ai-pricing-so-i-built-the-changelog-5d6c</link>
      <guid>https://dev.to/solomonic/nobody-keeps-the-receipts-for-ai-pricing-so-i-built-the-changelog-5d6c</guid>
      <description>&lt;p&gt;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?&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

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

&lt;p&gt;So I built &lt;a href="https://github.com/RoninForge/ai-price-index" rel="noopener noreferrer"&gt;ai-price-index&lt;/a&gt;: an open, dated record of LLM API prices.&lt;/p&gt;

&lt;p&gt;The idea is &lt;strong&gt;boring on purpose&lt;/strong&gt;. Every price is &lt;em&gt;bitemporal&lt;/em&gt;, 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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where it stands:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;10 providers, 86 models (Anthropic, OpenAI, Google, Mistral, xAI, DeepSeek, Cohere, Amazon Nova, AI21, Alibaba Qwen)&lt;/li&gt;
&lt;li&gt;CC-BY-4.0, plain JSON, DOI on Zenodo (10.5281/zenodo.20730241)&lt;/li&gt;
&lt;li&gt;Free, and staying free forever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Repo&lt;/strong&gt;: &lt;a href="https://github.com/RoninForge/ai-price-index" rel="noopener noreferrer"&gt;https://github.com/RoninForge/ai-price-index&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Browse it&lt;/strong&gt; : &lt;a href="https://roninforge.org/data/ai-price-index/" rel="noopener noreferrer"&gt;https://roninforge.org/data/ai-price-index/&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hugging Face&lt;/strong&gt;: &lt;a href="https://huggingface.co/datasets/RoninForge/ai-price-index" rel="noopener noreferrer"&gt;https://huggingface.co/datasets/RoninForge/ai-price-index&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo Integration&lt;/strong&gt; : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://roninforge.org/ai-price-index/?d=2026-06-17&amp;amp;t=snapshot" rel="noopener noreferrer"&gt;Snap Shot&lt;/a&gt;: how much are all models on Jun 17th 2026?&lt;/li&gt;
&lt;li&gt;&lt;a href="https://roninforge.org/ai-price-index/" rel="noopener noreferrer"&gt;Model Price Visualization&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
