free · no key required
Pricing data API
The full dataset behind this site — 129 models and 35 subscription plans, last verified 2026-08-31 — is available as a single JSON document:
GET https://llmproviders.ai/api/pricing.json
Response shape
{
"updated": "YYYY-MM-DD",
"modelCount": 129,
"models": [
{
"id": "provider-model-slug",
"name": "Model Name",
"family": "Model Family",
"provider": "provider-slug",
"providerName": "Provider",
"tier": "frontier | mid | budget",
"context": 200000,
"pricing": {
"inputPerM": 1.25, // USD per 1M input tokens
"cachedInputPerM": 0.125, // optional
"outputPerM": 10.0
},
"status": "active | legacy | preview",
"sourceUrl": "official price list we read"
}
],
"subscriptions": [ { "vendor": "...", "plans": [ ... ] } ]
}Terms of use
- Free for any use with visible attribution: cite “llmproviders.ai” and link to https://llmproviders.ai/pricing.
- Cache responses for at least an hour; data changes at most daily.
- No warranty — rates are compiled from official provider pages but providers reprice without notice.
Update cadence
Rates are re-verified against provider price lists regularly; the changelog records every change we ship.