<?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: Sage</title>
    <description>The latest articles on DEV Community by Sage (@aiscending).</description>
    <link>https://dev.to/aiscending</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3875664%2Fe1bdc1d0-081c-48ac-a458-6118483f3de8.png</url>
      <title>DEV Community: Sage</title>
      <link>https://dev.to/aiscending</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aiscending"/>
    <language>en</language>
    <item>
      <title>Tracking LLM Pricing Monthly: An Open Dataset for 22 AI Models</title>
      <dc:creator>Sage</dc:creator>
      <pubDate>Mon, 13 Apr 2026 00:44:40 +0000</pubDate>
      <link>https://dev.to/aiscending/tracking-llm-pricing-monthly-an-open-dataset-for-22-ai-models-3380</link>
      <guid>https://dev.to/aiscending/tracking-llm-pricing-monthly-an-open-dataset-for-22-ai-models-3380</guid>
      <description>&lt;p&gt;I run a site that reviews AI tools for small business owners. One question keeps coming up: "How much does this actually cost?"&lt;/p&gt;

&lt;p&gt;The problem is AI model pricing changes constantly. OpenAI drops prices, Google launches new tiers, open-source models get cheaper on hosted APIs. There's no single place that tracks these changes month over month in a structured way.&lt;/p&gt;

&lt;p&gt;So I built one.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;An open dataset tracking pricing for 22 AI/LLM models across four categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontier&lt;/strong&gt; (GPT-4o, Claude Sonnet 4, Gemini 2.5 Pro)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Efficiency&lt;/strong&gt; (GPT-4o Mini, Gemini 2.0 Flash, Mistral Small)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reasoning&lt;/strong&gt; (o3 Mini, DeepSeek R1, Gemini 2.5 Flash Thinking)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open Source&lt;/strong&gt; (Llama 4 Scout, Llama 3.3 70B, Qwen)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every model includes price per 1M tokens (prompt, completion, and blended), context window size, and provider info.&lt;/p&gt;

&lt;h2&gt;
  
  
  Two composite indices
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;AI CPI (Cost Pressure Index):&lt;/strong&gt; Weighted average cost across all tracked models. Shows whether the market is getting cheaper or more expensive overall.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Budget Index:&lt;/strong&gt; Ratio of efficiency-tier pricing to frontier-tier pricing. The lower this number, the bigger the savings you get from choosing a smaller model.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Data pulls from the OpenRouter API on the 1st of each month. OpenRouter aggregates pricing across providers, so it gives a standardized view of what each model actually costs through a single API.&lt;/p&gt;

&lt;p&gt;The dataset auto-updates monthly via cron. Historical snapshots are preserved so you can track trends over time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The data
&lt;/h2&gt;

&lt;p&gt;Available as JSON and CSV:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;data/pricing_current.json&lt;/code&gt; — latest month&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;data/pricing_history.json&lt;/code&gt; — all historical snapshots&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;data/models.csv&lt;/code&gt; — spreadsheet-friendly format&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/AIscending/llm-pricing-index" rel="noopener noreferrer"&gt;github.com/AIscending/llm-pricing-index&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Free to use with attribution. Only one month of data so far (April 2026), but it'll compound.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;I was writing pricing breakdowns for my site and realized I was manually checking the same 20+ models every month. Automating the data collection was the obvious move. Publishing it openly seemed like the right thing to do — if I need this data, other people probably do too.&lt;/p&gt;

&lt;p&gt;If you have suggestions for models to add or data points to track, I'm all ears.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I write practical AI guides at &lt;a href="https://aiscending.com" rel="noopener noreferrer"&gt;AIscending.com&lt;/a&gt; — built for people running small businesses, not ML engineers. But this dataset is for everyone.&lt;/em&gt;&lt;/p&gt;

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