chore: update model catalog from bot issues - #1081
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: 440a746668
ℹ️ 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-5.4-nano": ["openai", "azure", "openrouter"], | ||
| "Qwen/Qwen3.7-Plus": ["together"], | ||
| "qwen/qwen3.6-27b": ["groq"], | ||
| "qwen/qwen3.6-27b": ["groq", "openrouter"], |
There was a problem hiding this comment.
Keep OpenRouter out of Qwen's direct mapping
This widens the direct endpoint mapping for a model that still has Groq as its native provider. The catalog sync code explicitly keeps OpenRouter aggregator unions out of direct index.ts endpoint types unless OpenRouter is the only provider (packages/proxy/scripts/sync_models.ts:1360-1366); otherwise getDirectModelEndpointTypes("qwen/qwen3.6-27b") starts offering OpenRouter routing/credential fallback instead of leaving this native model direct-routed to Groq. Keep openrouter in available_providers if desired, but don't add it to AvailableEndpointTypes here.
Useful? React with 👍 / 👎.
| "databricks" | ||
| ] | ||
| }, | ||
| "databricks-kimi-k3": { |
There was a problem hiding this comment.
Add the missing Databricks GPT-5.4 Mini entry
The batch text says #1075 adds both databricks-kimi-k3 and databricks-gpt-5-4-mini, but only Kimi is introduced here; I checked the repo with rg 'databricks-gpt-5-4-mini' and there is still no model_list.json or AvailableEndpointTypes entry. In the scenario where this release is expected to expose the new Databricks GPT-5.4 Mini model, requests or selection for that ID will continue to fail as unknown even though the issue is closed.
Useful? React with 👍 / 👎.
Automated daily batch of model catalog updates from bot issues.
Included issues
Summary
perplexity/kimi-k2.7-codeperplexity/kimi-k2.7-code2
qwen/qwen3.6-27bqwen/qwen3.6-27b2
codestral-2508codestral-25082
databricks-kimi-k3databricks-kimi-k32
anthropic.claude-3-5-sonnet-20241022-v2:0anthropic.claude-3-5-sonnet-20240620-v1:0anthropic.claude-3-5-sonnet-20241022-v2:0anthropic.claude-3-5-sonnet-20240620-v1:0google.gemma-4-31bgoogle.gemma-4-26b-a4bgoogle.gemma-4-e2bgoogle.gemma-4-31bgoogle.gemma-4-26b-a4bgoogle.gemma-4-e2b2
publishers/google/models/gemini-2.5-flashpublishers/google/models/gemini-2.5-propublishers/google/models/gemini-2.5-flashpublishers/google/models/gemini-2.5-pro2
meta.llama4-scout-17b-instruct-v1:0meta.llama4-maverick-17b-instruct-v1:0meta.llama4-scout-17b-instruct-v1:0meta.llama4-maverick-17b-instruct-v1:02
Verified metadata
#1072: [BOT ISSUE] Perplexity: add missing perplexity/kimi-k2.7-code
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.
#1073: [BOT ISSUE] Groq: fix qwen/qwen3.6-27b max_output_tokens (32768 → 16384)
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.
#1074: [BOT ISSUE] Mistral: fix codestral-2508 max_input_tokens regression (256k → 128k)
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.
#1075: [BOT ISSUE] Databricks: add missing databricks-kimi-k3 and databricks-gpt-5-4-mini
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.
#1076: [BOT ISSUE] Bedrock: fix Claude 3.5 Sonnet pricing (Extended Access $6/$30 since Dec 2025)
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.
#1077: [BOT ISSUE] Bedrock: add missing pricing for Gemma 4 models (31b, 26b-a4b, e2b)
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.
#1079: [BOT ISSUE] Vertex: add missing cache read pricing for Gemini 2.5 Flash and Pro
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.
#1080: [BOT ISSUE] Bedrock: add missing available_providers to Llama 4 Scout and Maverick base entries
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.