Skip to content

chore: remove deprecated models from the catalog - #1231

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/model-deprecation-audit
Closed

github-actions[bot] wants to merge 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": "claude-mythos-5-1",
      "provider": "anthropic",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\"type\":\"error\",\"error\":{\"type\":\"not_found_error\",\"message\":\"model: claude-mythos-5-1\"},\"request_id\":\"req_011CewCDP7FNP98snwfSVNV9\"}"
    },
    {
      "model": "gpt-daybreak-blue-latest",
      "provider": "azure",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\n    \"error\": {\n        \"message\": \"The model `gpt-daybreak-blue-latest` does not exist or you do not have access to it.\",\n        \"type\": \"invalid_request_err"
    },
    {
      "model": "gpt-daybreak-red-latest",
      "provider": "azure",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\n    \"error\": {\n        \"message\": \"The model `gpt-daybreak-red-latest` does not exist or you do not have access to it.\",\n        \"type\": \"invalid_request_erro"
    },
    {
      "model": "gpt-daybreak-blue-latest",
      "provider": "openai",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\n    \"error\": {\n        \"message\": \"The model `gpt-daybreak-blue-latest` does not exist or you do not have access to it.\",\n        \"type\": \"invalid_request_err"
    },
    {
      "model": "gpt-daybreak-red-latest",
      "provider": "openai",
      "reason": "absent from list + probe not-found",
      "status": 404,
      "detail": "{\n    \"error\": {\n        \"message\": \"The model `gpt-daybreak-red-latest` does not exist or you do not have access to it.\",\n        \"type\": \"invalid_request_erro"
    },
    {
      "model": "ibm-granite/granite-4.1-8b",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    },
    {
      "model": "inception/mercury-2.5-preview",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    },
    {
      "model": "nex-agi/nex-n2-mini",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    },
    {
      "model": "nex-agi/nex-n2-pro",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    },
    {
      "model": "nousresearch/hermes-4-70b",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    },
    {
      "model": "qwen/qwen3.8-max",
      "provider": "openrouter",
      "reason": "absent from provider model list"
    },
    {
      "model": "grok-imagine-video-1.5-2026-05-30",
      "provider": "xAI",
      "reason": "absent from list + probe not-found",
      "status": 400,
      "detail": "{\"code\":\"invalid-argument\",\"error\":\"Model not found: grok-imagine-video-1.5-2026-05-30\"}"
    },
    {
      "model": "grok-imagine-video-1.5-preview",
      "provider": "xAI",
      "reason": "absent from list + probe not-found",
      "status": 400,
      "detail": "{\"code\":\"invalid-argument\",\"error\":\"Model not found: grok-imagine-video-1.5-preview\"}"
    }
  ],
  "reportOnly": [
    {
      "provider": "bedrock",
      "modelCount": 140
    },
    {
      "provider": "databricks",
      "modelCount": 54
    },
    {
      "provider": "fireworks",
      "modelCount": 279
    },
    {
      "provider": "vertex",
      "modelCount": 113
    }
  ],
  "skipped": [
    {
      "provider": "lepton",
      "reason": "no adapter"
    },
    {
      "provider": "replicate",
      "reason": "no adapter"
    }
  ]
}

@github-actions
github-actions Bot force-pushed the chore/model-deprecation-audit branch from 1a433af to 2cb0e8c Compare September 11, 2026 06:40
@vercel

vercel Bot commented Sep 11, 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 11, 2026 6:42am UTC

Request Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2cb0e8ca96

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

"claude-4-opus-20250514",
"claude-4-sonnet-20250514",
"claude-mythos-5",
"claude-mythos-5-1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve the canonical alias while Bedrock variants remain

When a caller selects claude-mythos-5-1 with Bedrock credentials, the removed catalog entry's fallback_models previously linked it to the still-present anthropic.claude-mythos-5-1 and global.anthropic.claude-mythos-5-1 Bedrock entries, allowing getModelEndpointTypes() to include bedrock. Adding the canonical ID to this global exclusion list based only on the Anthropic 404 removes that fallback graph, so the canonical ID now resolves to no endpoint types even though its Bedrock variants were explicitly left unaudited and remain cataloged; remove only the dead Anthropic route while retaining the canonical-to-Bedrock linkage.

Useful? React with 👍 / 👎.

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