Stale metadata
qwen/qwen3.6-27b has max_output_tokens: 32768 in the catalog but Groq's official docs confirm the limit is 16,384 .
Current vs correct
Field
Current (wrong)
Correct
Source
max_output_tokens
32,768
16,384
Groq models docs
Current catalog entry (line 5918)
"qwen/qwen3.6-27b" : {
"format" : " openai" ,
"flavor" : " chat" ,
"input_cost_per_mil_tokens" : 0.6 ,
"output_cost_per_mil_tokens" : 3 ,
"displayName" : " Qwen 3.6 27B" ,
"experimental" : true ,
"max_input_tokens" : 131072 ,
"max_output_tokens" : 32768 ,
"available_providers" : [
" groq" ,
" openrouter"
]
}
Cross-source verification
Groq models page (console.groq.com/docs/models ): Lists qwen/qwen3.6-27b with "Max Completion Tokens: 16,384"
Groq per-model page (console.groq.com/docs/model/qwen/qwen3.6-27b ): States "MAX OUTPUT TOKENS: 16,384"
Both Groq sources are consistent: the max output is 16,384, not 32,768.
Notes
This model was originally added via issue [BOT ISSUE] Groq: add missing qwen/qwen3.6-27b model #824 (closed June 22) with max_output_tokens: 32768. Groq may have changed the limit since, or the original value was incorrect.
All other fields (pricing $0.60/$3.00, context 131,072, experimental status) are correct.
Local Files Inspected
packages/proxy/schema/model_list.json — confirmed qwen/qwen3.6-27b at line 5918 with max_output_tokens: 32768
{
"kind" : " stale_metadata" ,
"provider" : " groq" ,
"models" : [" qwen/qwen3.6-27b" ],
"status" : " active" ,
"model_specs" : {
"qwen/qwen3.6-27b" : {
"format" : " openai" ,
"flavor" : " chat" ,
"input_cost_per_mil_tokens" : 0.6 ,
"output_cost_per_mil_tokens" : 3 ,
"displayName" : " Qwen 3.6 27B" ,
"experimental" : true ,
"max_input_tokens" : 131072 ,
"max_output_tokens" : 16384 ,
"available_providers" : [
" groq" ,
" openrouter"
]
}
},
"source_urls" : [
" https://console.groq.com/docs/models" ,
" https://console.groq.com/docs/model/qwen/qwen3.6-27b"
]
}
Summary : Fix qwen/qwen3.6-27b max output tokens from 32,768 to 16,384 to match Groq's official documentation.
Stale metadata
qwen/qwen3.6-27bhasmax_output_tokens: 32768in the catalog but Groq's official docs confirm the limit is 16,384.Current vs correct
max_output_tokensCurrent catalog entry (line 5918)
Cross-source verification
qwen/qwen3.6-27bwith "Max Completion Tokens: 16,384"Both Groq sources are consistent: the max output is 16,384, not 32,768.
Notes
max_output_tokens: 32768. Groq may have changed the limit since, or the original value was incorrect.Local Files Inspected
packages/proxy/schema/model_list.json— confirmedqwen/qwen3.6-27bat line 5918 withmax_output_tokens: 32768{ "kind": "stale_metadata", "provider": "groq", "models": ["qwen/qwen3.6-27b"], "status": "active", "model_specs": { "qwen/qwen3.6-27b": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.6, "output_cost_per_mil_tokens": 3, "displayName": "Qwen 3.6 27B", "experimental": true, "max_input_tokens": 131072, "max_output_tokens": 16384, "available_providers": [ "groq", "openrouter" ] } }, "source_urls": [ "https://console.groq.com/docs/models", "https://console.groq.com/docs/model/qwen/qwen3.6-27b" ] }Summary: Fix
qwen/qwen3.6-27bmax output tokens from 32,768 to 16,384 to match Groq's official documentation.