chore: update model catalog from bot issues#836
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: 39119e705a
ℹ️ 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".
| "openai.gpt-5.5": ["bedrock"], | ||
| "openai.gpt-5.4": ["bedrock"], | ||
| "nvidia/nemotron-3-ultra-550b-a55b": ["together"], | ||
| "moonshot.kimi-k2-thinking": ["bedrock"], | ||
| "xai.grok-4.3": ["bedrock"], |
There was a problem hiding this comment.
Avoid routing OpenAI-format Bedrock models through this proxy
These catalog entries are format: "openai", so fetchModel dispatches them to fetchOpenAI, and packages/proxy/src/proxy.ts currently rejects secret.type === "bedrock" with Bedrock does not support OpenAI format. Advertising only bedrock here means credential lookup/fallback via getModelEndpointTypes will select a Bedrock secret for openai.gpt-5.5, openai.gpt-5.4, or xai.grok-4.3, then fail before making the upstream request; either Bedrock OpenAI-format support needs to be implemented in this proxy or these endpoint mappings should not be exposed here.
Useful? React with 👍 / 👎.
39119e7 to
d15d1fa
Compare
Codex Review ResponseIssue addressedCodex flagged that Fix appliedChanged No changes were needed in |
Automated daily batch of model catalog updates from bot issues.
Included issues
chat-latest#835: [BOT ISSUE] OpenAI: add missing pricing forchat-latestSummary
chat-latestchat-latestVerified metadata
#835: [BOT ISSUE] OpenAI: add missing pricing for
chat-latestVerification notes
Verification
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.