AI API price intelligence

Every AI API price change, on the record.

We read the published pricing pages of every major model provider every three hours and write down what moved. Launches, cuts, quiet increases, deprecations, retirements — timestamped, sourced, kept forever.

Get change alerts Browse 125 models
125
models tracked
10
providers watched
342
price observations on file
Scheduled increase 1 SEPT 2026
25 days away

Claude Sonnet 5 goes up 50%.

Input $2 $3 Output $10 $15

Introductory pricing ends. Per million tokens. Recorded from Anthropic's own pricing page.

Get told before the next one →

Latest changes

Full change log →
launch Ternary Bonsai 27B launched 3h ago launch Gemma 4 31B Instruct (Pearl AI) launched 3h ago launch Cogito v2.1 671B launched 3h ago launch Inkling Small launched 3h ago launch Grok 4.20 Non-Reasoning launched 11h ago launch Grok 4.20 Reasoning launched 11h ago retired GPT-3.5 Turbo retired 11h ago
For developers

Stop hardcoding a table that rots.

Every app that touches an LLM ends up with a pasted map of model ids to prices and context windows, and it is wrong within a month. Fetch the live one instead — open data, no key, MIT licensed.

Read the API docs Package on GitHub

Works with any coding agent over MCP, so it quotes today's prices instead of guessing from training data.

import { costOf, scheduledChanges } from 'statlyte';
// npm i statlyte

await costOf('claude-sonnet-5', {
  input: 12_000, output: 800
});
// => 0.032

await scheduledChanges();
// [{ name: 'Claude Sonnet 5',
//    effectiveOn: '2026-09-01',
//    from: { input: 2, output: 10 },
//    to:   { input: 3, output: 15 } }]
Platform leads

Know before the finance review.

Watchlists per environment, an alert when a model you bill against moves, and a permanent record you can point at.

Founders

Cut spend without guessing.

Price your real monthly volume against all 117 models in general availability and see what a switch actually saves.

Analysts

A citable price history.

342 timestamped observations, each with the vendor page it came from. Export as CSV or pull it from the API.