Skip to content

chore: remove deprecated models from the catalog - #1280

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

Erin McNulty (erin2722) merged 1 commit into
mainfrom
chore/model-deprecation-audit

Conversation

@github-actions

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": "groq/compound",
      "provider": "groq",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\"error\":{\"message\":\"The model `groq/compound` does not exist or you do not have access to it.\",\"type\":\"invalid_request_error\",\"code\":\"model_not_found\"}}\n"
    },
    {
      "model": "groq/compound-mini",
      "provider": "groq",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\"error\":{\"message\":\"The model `groq/compound-mini` does not exist or you do not have access to it.\",\"type\":\"invalid_request_error\",\"code\":\"model_not_found\"}}\n"
    },
    {
      "model": "anthropic/claude-opus-4",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    }
  ],
  "reportOnly": [
    {
      "provider": "bedrock",
      "modelCount": 146
    },
    {
      "provider": "databricks",
      "modelCount": 57
    },
    {
      "provider": "fireworks",
      "modelCount": 281
    },
    {
      "provider": "vertex",
      "modelCount": 113
    }
  ],
  "skipped": [
    {
      "provider": "lepton",
      "reason": "no adapter"
    },
    {
      "provider": "replicate",
      "reason": "no adapter"
    },
    {
      "provider": "typesafe",
      "reason": "no adapter"
    }
  ]
}

@vercel

vercel Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

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

Project Deployment Actions Updated
ai-proxy Ready Ready Preview Sep 22, 2026 6:43am UTC

Request Review

@erin2722
Erin McNulty (erin2722) merged commit 302d354 into main Sep 22, 2026
2 checks passed

This branch was successfully deployed

1 active deployment
Preview — d023414b Deployed Sep 22, 2026 by vercel[bot]
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