chore: update model catalog from bot issues - #1235
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: 0ee5c27d97
ℹ️ 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".
| "gpt-4o-transcribe-diarize": ["openai", "azure"], | ||
| sonar: ["perplexity", "openrouter"], | ||
| "deepseek-ai/DeepSeek-V4.1-Flash": ["baseten"], | ||
| "deepseek-ai/DeepSeek-V4.1-Flash": ["baseten", "fireworks"], |
There was a problem hiding this comment.
Do not route the Baseten model ID directly to Fireworks
When a request uses deepseek-ai/DeepSeek-V4.1-Flash and a Fireworks credential is selected, this mapping makes Fireworks eligible, but fetchOpenAI forwards bodyData.model unchanged for Fireworks. The request therefore sends the Baseten-style ID instead of the Fireworks inference ID added by this same commit, accounts/fireworks/models/deepseek-v4p1-flash, causing a model-not-found response. Keep Fireworks attached only to the provider-specific ID unless the routing layer translates between these IDs.
Useful? React with 👍 / 👎.
Automated daily batch of model catalog updates from bot issues.
Included issues
Summary
accounts/fireworks/models/deepseek-v4p1-flashaccounts/fireworks/models/deepseek-v4p1-flash2
3
deepseek-ai/DeepSeek-V4.1-Flashdeepseek-ai/DeepSeek-V4.1-Flash2
Verified metadata
#1232: [BOT ISSUE] Fireworks: add missing accounts/fireworks/models/deepseek-v4p1-flash
Verification 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.
#1234: [BOT ISSUE] Fireworks: add fireworks to deepseek-ai/DeepSeek-V4.1-Flash available_providers
Verification 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.