chore: update model catalog from bot issues#909
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex (@codex) review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b4a40af348
ℹ️ 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".
| "grok-latest": ["xAI"], | ||
| "gemma-4-31b": ["cerebras"], | ||
| "gpt-5.4-mini-2026-03-17": ["openai", "azure"], | ||
| "gemini-3.1-flash-lite-image": ["google", "vertex"], |
There was a problem hiding this comment.
Keep the short Gemini ID Google-only
For this exact short model ID, adding vertex makes getDirectModelEndpointTypes("gemini-3.1-flash-lite-image") route Vertex credentials directly to fetchGoogleChatCompletions; that path appends the raw model string into the Vertex URL (.../locations/<loc>/${model}:generateContent), so a Vertex call uses .../gemini-3.1-flash-lite-image instead of the publisher resource added on the next line. The existing BT-5895 test in packages/proxy/schema/index.test.ts documents that short Gemini IDs should remain Google-only and get Vertex via the fallback publisher model.
Useful? React with 👍 / 👎.
| "bedrock" | ||
| ] | ||
| }, | ||
| "global.anthropic.claude-sonnet-5": { |
There was a problem hiding this comment.
Restore Bedrock pricing for Sonnet 5 regional IDs
These new Bedrock Anthropic IDs are the only Bedrock Claude entries without input_cost_per_mil_tokens/output_cost_per_mil_tokens and cache price fields, and catalog consumers do not inherit prices through parent; when callers use global.anthropic.claude-sonnet-5 or the new us.anthropic.claude-sonnet-5 ID directly, cost reporting will be blank/zero despite AWS publishing nonzero Sonnet 5 Bedrock rates. Please carry the resolved global vs US regional pricing fields onto the new entries.
Useful? React with 👍 / 👎.
#907 added us.anthropic.claude-sonnet-5 and global.anthropic.claude-sonnet-5 but without input/output pricing, unlike every other Bedrock Claude entry (Codex P2). Mirror anthropic.claude-sonnet-5: $3 / $15 per MTok plus cache read/write rates, so cost tracking works for callers using the regional ids directly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Automated daily batch of model catalog updates from bot issues.
Included issues
Summary
us.anthropic.claude-sonnet-5global.anthropic.claude-sonnet-5us.anthropic.claude-sonnet-5global.anthropic.claude-sonnet-52
gemini-3.1-flash-lite-imagepublishers/google/models/gemini-3.1-flash-lite-imagegemini-3.1-flash-lite-imagepublishers/google/models/gemini-3.1-flash-lite-image2
3
Verified metadata
#907: [BOT ISSUE] Bedrock: add missing us.anthropic.claude-sonnet-5 and global.anthropic.claude-sonnet-5 entries
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 differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.
#908: [BOT ISSUE] Google: add missing gemini-3.1-flash-lite-image model
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 differences. Official provider verification was used for the applied values, and sync_models discrepancies are listed below for review.