{
  "name": "benchr API",
  "version": "v1",
  "base_url": "https://benchr.org/api/v1",
  "endpoints": [
    {
      "path": "/api/v1/models",
      "method": "GET",
      "description": "Current model records with explicit factual and editorial provenance."
    },
    {
      "path": "/api/v1/deprecations",
      "method": "GET",
      "description": "Sourced lifecycle entries, official replacements, prices, and verification dates."
    },
    {
      "path": "/api/v1/changes",
      "method": "GET",
      "description": "Append-only model changes and dated lifecycle announcements."
    },
    {
      "path": "/api/v1/recommendations",
      "method": "GET",
      "description": "Transparent editorial decision heuristic with queryable assumptions."
    },
    {
      "path": "/api/v1/inference",
      "method": "POST",
      "description": "Disabled optional OpenRouter proxy; activation requires explicit feature, privacy-acknowledgement, provider-key, model-allowlist, and bearer-token settings."
    }
  ],
  "documentation": "See api/README.md in the benchr source tree.",
  "terms": "Public read endpoints are cacheable. Keep source and provenance labels when republishing."
}