{
  "name": "benchr API",
  "version": "v1",
  "base_url": "https://benchr.org/api/v1",
  "endpoints": [
    {
      "path": "/api/v1/models",
      "method": "GET"
    },
    {
      "path": "/api/v1/deprecations",
      "method": "GET"
    },
    {
      "path": "/api/v1/changes",
      "method": "GET"
    },
    {
      "path": "/api/v1/recommendations",
      "method": "GET"
    },
    {
      "path": "/api/v1/inference",
      "method": "POST",
      "description": "Disabled optional inference proxy."
    }
  ],
  "terms": "Public read endpoints are cacheable. Keep source and provenance labels when republishing."
}