fix: [missing-model] Groq: qwen/qwen3.8-27b - #5725
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the missing Groq-hosted model
qwen/qwen3.8-27b, which Groq lists as a preview model but was absent from this catalog. Lab metadata already exists atmodels/alibaba/qwen3.8-27b.toml, so the provider entry is override-only viabase_model.Changes
providers/groq/models/qwen/qwen3.8-27b.tomlbase_model=alibaba/qwen3.8-27bcost.input=0.80,cost.output=4.00(USD per million tokens)limit.context=131_042,limit.output=16_384modalities.input=["text", "image"],modalities.output=["text"](Groq host surface; lab also supports video)reasoning_options= effortnone|default|low|medium|highEvidence
qwen/qwen3.8-27bis live on Groq (preview)qwen/qwen3.8-27bnone,default,low,medium,highnone/defaultandlow/medium/highmodels/alibaba/qwen3.8-27b.tomlValidation
qwen/qwen3.6-27b.bun validate(shell disabled in this workflow).Review notes
status = "beta"even though Groq labels the model Preview; the existing peerqwen3.6-27bis also Preview and has nostatusfield. Only a few other Groq preview models usestatus = "beta".cache_read; Groq prompt caching currently applies only to GPT-OSS models (the existingqwen3.6-27bcache_read = 0.30looks inconsistent with current docs and was left untouched).131_042(Groq’s documented value), not the lab’s262_144.Closes #5724
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/33170791128