← All entries
The pricing dataset
Every comparison on API Rates as structured data — vendors, category, and the date the pricing was last verified — free to reuse with attribution.
4 comparisons · latest verification
Get it
- JSON —
/data/pricing.json - CSV —
/data/pricing.csv - GitHub repo (JSON + CSV, update script)
What's in it
one row per comparison: the headline, a link to the full writeup, the category, the vendors compared, the byline, publish and update timestamps, and a pricing-verified date. The price figures themselves live in the linked writeups, each cited to the vendor's official pricing page.
| Categories | comparisons |
|---|---|
| LLM inference APIs | 4 |
Using it
# refresh from the live source
curl -s https://api-rate.store/data/pricing.json -o pricing.json
# every comparison that touches a given vendor
jq -r '.entries[] | select(.vendors[] | test("Cloudflare";"i")) | .title' pricing.json
# pandas
import pandas as pd
df = pd.read_csv("https://api-rate.store/data/pricing.csv")
df.groupby("category").size()
License
Creative Commons Attribution 4.0. Use it anywhere, including commercially — just credit API Rates with a link back. CC BY 4.0.
Spot a stale figure or a dead source link? Report it on the Change log.
Recently updated
- Gemini 3.5 Flash‑lite vs GPT‑4o mini: who wins the mid‑tier token race? — 2026-09-10
- Claude Opus 5 vs GPT‑5 vs Gemini‑Flash: flagship LLMs clash on the token‑meter — 2026-09-10
- DeepSeek vs GPT‑4o mini: who wins the high‑volume token battle? — 2026-09-10
- Claude Sonnet 5 vs GPT‑5 nano: a raw‑token cost showdown — 2026-09-10