Skip to content

chore: update model catalog from bot issues#956

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-bot-issues-2026-07-11
Open

chore: update model catalog from bot issues#956
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/autofix-bot-issues-2026-07-11

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated daily batch of model catalog updates from bot issues.

Included issues

Summary

Issue Provider Primary model Changed models Added models Updated models Verification sources
#954 openai codex-mini-latest codex-mini-latest codex-mini-latest None 1
2
#955 fireworks accounts/fireworks/models/glm-5p2 accounts/fireworks/models/glm-5p2 None accounts/fireworks/models/glm-5p2 1

Verified metadata

#954: [BOT ISSUE] OpenAI: add missing codex-mini-latest model

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
codex-mini-latest Codex Mini openai, azure openai chat input=200000, output=100000 in/out=1.5/6 per 1M; cache read=0.375 per 1M multimodal=true; reasoning=true

Verification notes

No LLM verification step ran; model metadata was already complete in the issue.

sync_models vs proposed update

sync_models cross-check found no pricing/token discrepancies for the changed models.

No sync_models discrepancies were noted.

#955: [BOT ISSUE] Fireworks: fix GLM 5.2 cached input pricing ($0.26 → $0.14)

Model Display name Parent Providers Format Flavor Token limits Pricing Lifecycle
accounts/fireworks/models/glm-5p2 GLM 5.2 fireworks openai chat input=1048576, output=131072 in/out=1.4/4.4 per 1M; cache read=0.14 per 1M reasoning=true

Verification notes

Verification Checklist

sync_models vs proposed update

sync_models cross-check found differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.

Model Field Proposed update sync_models sync_models source models
accounts/fireworks/models/glm-5p2 input_cache_read_cost_per_mil_tokens 0.14 0.26 fireworks_ai/accounts/fireworks/models/glm-5p2

@github-actions

Copy link
Copy Markdown
Contributor Author

Codex (@codex) review

@vercel

vercel Bot commented Jul 11, 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 11, 2026 10:34am

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: 0896254e27

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

"google.gemma-4-31b": ["bedrock"],
"google.gemma-4-26b-a4b": ["bedrock"],
"google.gemma-4-e2b": ["bedrock"],
"codex-mini-latest": ["openai", "azure"],

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 Remove the Azure route for codex-mini-latest

When an Azure credential is available, this advertises codex-mini-latest as Azure-routable, but the Microsoft Foundry model list linked by the commit lists Azure's model as codex-mini and says it is Responses API only; this proxy also only routes chat requests through the Responses translator when secret.type === "openai" (packages/proxy/src/proxy.ts), so Azure /chat/completions calls for this catalog id will be sent to a codex-mini-latest deployment and fail unless the user happens to have a custom deployment with that name. Please drop azure here or add the correct Azure id/routing.

Useful? React with 👍 / 👎.

"bedrock"
]
},
"codex-mini-latest": {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Reconcile codex-mini with deprecation state

This re-adds codex-mini-latest as an active catalog entry, but the same id is still present in packages/proxy/scripts/deprecated_model_ids.json:21, which sync_models.ts loads into SYNC_EXCLUDED_MODELS; the previous catalog entry for this id also carried deprecated: true before it was removed. In contexts where catalog consumers or automation rely on that deprecation list, this model is now simultaneously advertised as active and treated as provider-deprecated/excluded, so please remove it from the deprecation list if it is live again or keep the deprecated marker.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BOT ISSUE] Fireworks: fix GLM 5.2 cached input pricing ($0.26 → $0.14) [BOT ISSUE] OpenAI: add missing codex-mini-latest model

1 participant