惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
量子位
V
V2EX
S
SegmentFault 最新的问题
月光博客
月光博客
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
博客园_首页
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
美团技术团队
Y
Y Combinator Blog
The Cloudflare Blog
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
B
Blog
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work Top 15 Reinforcement Learning Questions That Will Appear in Exams The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026
Tracking LLM Pricing Monthly: An Open Dataset for 22 AI M...
Sage · 2026-04-13 · via DEV Community

Sage

I run a site that reviews AI tools for small business owners. One question keeps coming up: "How much does this actually cost?"

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.

So I built one.

What it is

An open dataset tracking pricing for 22 AI/LLM models across four categories:

  • Frontier (GPT-4o, Claude Sonnet 4, Gemini 2.5 Pro)
  • Efficiency (GPT-4o Mini, Gemini 2.0 Flash, Mistral Small)
  • Reasoning (o3 Mini, DeepSeek R1, Gemini 2.5 Flash Thinking)
  • Open Source (Llama 4 Scout, Llama 3.3 70B, Qwen)

Every model includes price per 1M tokens (prompt, completion, and blended), context window size, and provider info.

Two composite indices

AI CPI (Cost Pressure Index): Weighted average cost across all tracked models. Shows whether the market is getting cheaper or more expensive overall.

Budget Index: Ratio of efficiency-tier pricing to frontier-tier pricing. The lower this number, the bigger the savings you get from choosing a smaller model.

How it works

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.

The dataset auto-updates monthly via cron. Historical snapshots are preserved so you can track trends over time.

The data

Available as JSON and CSV:

  • data/pricing_current.json — latest month
  • data/pricing_history.json — all historical snapshots
  • data/models.csv — spreadsheet-friendly format

Repo: github.com/AIscending/llm-pricing-index

Free to use with attribution. Only one month of data so far (April 2026), but it'll compound.

Why I built this

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.

If you have suggestions for models to add or data points to track, I'm all ears.


I write practical AI guides at AIscending.com — built for people running small businesses, not ML engineers. But this dataset is for everyone.