chore: update model catalog from bot issues - #1291
Conversation
|
Codex (@codex) review |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91975706ef
ℹ️ 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".
| "global.moonshotai.kimi-k3": ["bedrock"], | ||
| "gemini-3.8-live": ["google"], | ||
| "gemini-3.8-live-extended-thinking": ["google"], | ||
| "anthropic.claude-opus-5-5": ["bedrock"], |
There was a problem hiding this comment.
Move endpoint routing out of the deprecated proxy
AvailableEndpointTypes controls provider routing, so these mappings modify deprecated proxy behavior rather than the active gateway. This repository permits the model_list.json catalog update, but explicitly directs routing changes to ../gateway/; keep this commit scoped to the catalog and implement any required endpoint mappings in the parent repository instead.
AGENTS.md reference: AGENTS.md:L6-L15
Useful? React with 👍 / 👎.
| "format": "anthropic", | ||
| "flavor": "chat", | ||
| "multimodal": true, | ||
| "displayName": "US Claude Opus 5.5", |
There was a problem hiding this comment.
Populate regional Claude pricing
When callers use any of the new us., eu., au., or jp. model IDs directly, the exact catalog record has no input, output, cache-read, or cache-write prices. getAvailableModels() returns these records verbatim and does not inherit pricing through parent, so cost consumers cannot price regional Opus 5.5 usage; the regional entries should include their applicable rates, as the analogous Opus regional profiles do.
Useful? React with 👍 / 👎.
Automated daily batch of model catalog updates from bot issues.
Included issues
Summary
anthropic.claude-opus-5-5global.anthropic.claude-opus-5-5us.anthropic.claude-opus-5-5anthropic.claude-opus-5-5global.anthropic.claude-opus-5-5us.anthropic.claude-opus-5-52
eu.anthropic.claude-opus-5-5au.anthropic.claude-opus-5-5jp.anthropic.claude-opus-5-5eu.anthropic.claude-opus-5-5au.anthropic.claude-opus-5-5jp.anthropic.claude-opus-5-5databricks-gpt-6-soldatabricks-gpt-6-lunadatabricks-gpt-6-soldatabricks-gpt-6-luna2
Verified metadata
#1286: [BOT ISSUE] Bedrock: add missing anthropic.claude-opus-5-5 and primary geo variants
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.
#1287: [BOT ISSUE] Bedrock: add missing Claude Opus 5.5 geo variants (eu, au, jp)
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.
#1288: [BOT ISSUE] Databricks: add missing databricks-gpt-6-sol and databricks-gpt-6-luna
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.