Skip to content

chore: remove deprecated models from the catalog#921

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

chore: remove deprecated models from the catalog#921
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/model-deprecation-audit

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 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": "devstral-small-2507",
      "provider": "mistral",
      "reason": "absent from list + probe not-found",
      "status": 400,
      "detail": "{\"object\":\"error\",\"message\":\"Invalid model: devstral-small-2507\",\"type\":\"invalid_model\",\"param\":null,\"code\":\"1500\",\"raw_status_code\":400}"
    },
    {
      "model": "mistral-large-2411",
      "provider": "mistral",
      "reason": "absent from list + probe not-found",
      "status": 400,
      "detail": "{\"object\":\"error\",\"message\":\"Invalid model: mistral-large-2411\",\"type\":\"invalid_model\",\"param\":null,\"code\":\"1500\",\"raw_status_code\":400}"
    },
    {
      "model": "pixtral-large-2411",
      "provider": "mistral",
      "reason": "absent from list + probe not-found",
      "status": 400,
      "detail": "{\"object\":\"error\",\"message\":\"Invalid model: pixtral-large-2411\",\"type\":\"invalid_model\",\"param\":null,\"code\":\"1500\",\"raw_status_code\":400}"
    },
    {
      "model": "pixtral-large-latest",
      "provider": "mistral",
      "reason": "absent from list + probe not-found",
      "status": 400,
      "detail": "{\"object\":\"error\",\"message\":\"Invalid model: pixtral-large-latest\",\"type\":\"invalid_model\",\"param\":null,\"code\":\"1500\",\"raw_status_code\":400}"
    }
  ],
  "reportOnly": [
    {
      "provider": "bedrock",
      "modelCount": 132
    },
    {
      "provider": "databricks",
      "modelCount": 32
    },
    {
      "provider": "fireworks",
      "modelCount": 265
    },
    {
      "provider": "vertex",
      "modelCount": 117
    }
  ],
  "skipped": [
    {
      "provider": "lepton",
      "reason": "no adapter"
    },
    {
      "provider": "replicate",
      "reason": "no adapter"
    }
  ]
}

@vercel

vercel Bot commented Jul 7, 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, Comment Jul 7, 2026 7:30am

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

"max_input_tokens": 256000,
"available_providers": [
"mistral"

P2 Badge Preserve the Vertex fallback for Mistral Large 24.11

For callers that still use the canonical mistral-large-2411 id with a Vertex-backed secret, deleting this catalog entry also deletes the only fallback_models edge to publishers/mistralai/models/mistral-large-2411, even though that Vertex publisher entry is still left in the catalog. getModelEndpointTypes builds its fallback provider graph only from entries returned by getAvailableModels(), so after this deletion the canonical id no longer resolves to the remaining Vertex provider and becomes unknown instead of just dropping the dead Mistral provider.

ℹ️ 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".

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