update maxTokens value for qwen/qwen3-32b model on Groq (#5138)

Co-authored-by: Kan <yihong.han@feat-ltd.jp>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
This commit is contained in:
KanTakahiro 2025-06-27 04:39:43 +09:00 committed by GitHub
parent 1c37b77e9d
commit c797c9a1d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ export const groqModels = {
description: "Alibaba Qwen QwQ 32B model, 128K context.",
},
"qwen/qwen3-32b": {
maxTokens: 131072,
maxTokens: 40960,
contextWindow: 131072,
supportsImages: false,
supportsPromptCache: false,