benchr data for developers
Public read endpoints, CSV exports, a deprecation calendar, and RSS feeds built from benchr's sourced record with explicit provenance fields.
Public read endpoints
Public read endpoints require no key. Responses retain provenance labels and keep factual records separate from editorial analysis.
Models
Filter by provider, tier, license, status, ID, or text.
/api/v1/modelsGETDeprecations
Lifecycle records, provider replacements, sources, and verification dates.
/api/v1/deprecationsGETChanges
Append-only dated model and lifecycle changes.
/api/v1/changesGETRecommendations
Transparent editorial heuristic with queryable assumptions.
/api/v1/recommendationscurl "https://benchr.org/api/v1/models?provider=anthropic&limit=10"\n\n# JavaScript\nconst response = await fetch("https://benchr.org/api/v1/models?provider=anthropic");\nconst record = await response.json();Cache responsibly and preserve provenance fields when republishing. Records can change after releases or corrections.
Download or subscribe to the record
Model catalog CSV
Current model IDs, provider, price, context, status, and review URL.
/assets/data/model-catalog.csv →DownloadDeprecations CSV
Portable lifecycle, replacement, source, and verification fields.
/assets/data/deprecations.csv →DownloadDeprecation calendar
All dated retirement records as a subscribable or downloadable calendar.
/deprecations.ics →DownloadEditorial RSS
New and materially updated benchr coverage.
/feed.xml →DownloadEditorial Atom
The same editorial record for Atom-compatible readers.
/atom.xml →DownloadLifecycle RSS
New deprecation and retirement records.
/deprecations/feed.xml →