Skip to content

chore: remove deprecated models from the catalog - #1065

Merged
Erin McNulty (erin2722) merged 1 commit into
mainfrom
chore/model-deprecation-audit
Aug 6, 2026
Merged

chore: remove deprecated models from the catalog#1065
Erin McNulty (erin2722) merged 1 commit into
mainfrom
chore/model-deprecation-audit

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Model deprecation audit

Each model below returned a definitive not-found / deprecated response from its provider (a single 404 / not-found is treated as authoritative). Account/region-scoped providers (bedrock, vertex, databricks) are surfaced for manual review, not auto-removed.

{
  "deprecations": [
    {
      "model": "claude-opus-4-1",
      "provider": "anthropic",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\"type\":\"error\",\"error\":{\"type\":\"not_found_error\",\"message\":\"model: claude-opus-4-1\"},\"request_id\":\"req_011Cdm5bTrnkJuaDYqVYy5g1\"}"
    },
    {
      "model": "claude-opus-4-1-20250805",
      "provider": "anthropic",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\"type\":\"error\",\"error\":{\"type\":\"not_found_error\",\"message\":\"model: claude-opus-4-1-20250805\"},\"request_id\":\"req_011Cdm5bUMZ6ByUEAsn6KV2s\"}"
    }
  ],
  "reportOnly": [
    {
      "provider": "bedrock",
      "modelCount": 128
    },
    {
      "provider": "databricks",
      "modelCount": 44
    },
    {
      "provider": "fireworks",
      "modelCount": 269
    },
    {
      "provider": "vertex",
      "modelCount": 122
    }
  ],
  "skipped": [
    {
      "provider": "lepton",
      "reason": "no adapter"
    },
    {
      "provider": "replicate",
      "reason": "no adapter"
    }
  ]
}

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview Aug 6, 2026 7:15am

Request Review

@erin2722
Erin McNulty (erin2722) merged commit f8b3bc7 into main Aug 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant