Uh oh!
There was an error while loading. Please reload this page.
feat(models): add latest Groq and Cerebras models - #5561
Conversation
…irements - Groq: add qwen/qwen3.6-27b (Preview, $0.60/$3.00, 131k ctx) - live on console.groq.com/docs/models, not previously in the catalog - Groq: mark meta-llama/llama-4-scout-17b-16e-instruct and qwen/qwen3-32b deprecated - both have an announced shutdown date of July 17, 2026 per Groq's own deprecations page - Cerebras: add gemma-4-31b (Preview, $0.99/$1.49, 131k ctx/40k max output) - live on inference-docs.cerebras.ai, not previously in the catalog Every field independently verified via 2+ live sources (provider docs + pricing pages) before adding; no code changes needed since both providers use generic OpenAI-compatible completions with no per-model special-casing.
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Cerebras adds Groq adds No inference or routing code changes—only catalog metadata for pricing, capabilities, and UI. Reviewed by Cursor Bugbot for commit 12f19c4. Configure here. |
Greptile SummaryThis PR updates the model catalog for Groq and Cerebras. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "fix(models): add verified releaseDate fo..." | Re-trigger Greptile |
Uh oh!
There was an error while loading. Please reload this page.
Greptile correctly caught that omitting releaseDate causes this model to sort last within the Groq section in the model picker (orderModelIdsByReleaseDate treats a missing date as Number.NEGATIVE_INFINITY) - misleading since it's actually the newest model in the lineup. Verified 2026-04-21 (Qwen's own upstream release date, matching this repo's existing convention of using the model creator's release date rather than a reseller-specific date) via llm-stats.com, cross-checked against two other independent sources.
waleedlatif1
commented
Jul 10, 2026
waleedlatif1
commented
Jul 10, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 12f19c4. Configure here.
Summary
qwen/qwen3.6-27b(Preview, $0.60/$3.00 per 1M, 131k context) - confirmed live on console.groq.com/docs/models, was missing from the catalogllama-4-scout-17b-16e-instructandqwen3-32bdeprecated - both have an announced shutdown date of July 17, 2026 per Groq's own deprecations pagegemma-4-31b(Preview, $0.99/$1.49 per 1M, 131k context / 40k max output) - confirmed live on inference-docs.cerebras.ai, was missing from the catalogType of Change
Testing
bun run lintandbun run type-checkcleanChecklist