API & Pricing
The deprecation dataset and change-events feed as a JSON API — wire it into CI checks, FinOps dashboards, or your own tooling. Start free in seconds.
Get your free API key
One key, instantly. Free tier: 10 requests/minute, no card required.
Your API key — save it now, it is not shown again:
Plans
Monthly pricing. Annual billing saves roughly 17%.
Free
$0
- Full deprecation calendar
- API access — 10 req/min
- Weekly digest alert
Pro
$24 /mo
- Change-events API — 120 req/min
- Unlimited alert rules, webhooks
- Price-change history
Team
$99 /mo
- 600 req/min, 5 seats
- Shared rules, audit log
- CSV / JSON exports
Enterprise
from $600 /mo
- SLA, SSO, data licence
- Custom retirement logic
- Invoiced annually
Already subscribed? Manage your subscription →
Endpoints
Base URL: https://api.modelradar.embervalue.com
GET /v1/health — service status (public)
GET /v1/models — all tracked models
GET /v1/models/:id — one model, e.g. /v1/models/openai/gpt-4o
GET /v1/events?since=YYYY-MM-DD — the change-events feed
POST /v1/keys — issue a free API key {"email":"..."}
Authenticate data endpoints: Authorization: Bearer <api-key>