Skip to content

Commit de81d72

Browse files
KanTakahiroKandaniel-lxs
authored andcommitted
update maxTokens value for qwen/qwen3-32b model on Groq (#5138)
Co-authored-by: Kan <[email protected]> Co-authored-by: Daniel <[email protected]>
1 parent e311081 commit de81d72

File tree

1 file changed

+1
-1
lines changed
  • packages/types/src/providers

1 file changed

+1
-1
lines changed

packages/types/src/providers/groq.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const groqModels = {
7070
description: "Alibaba Qwen QwQ 32B model, 128K context.",
7171
},
7272
"qwen/qwen3-32b": {
73-
maxTokens: 131072,
73+
maxTokens: 40960,
7474
contextWindow: 131072,
7575
supportsImages: false,
7676
supportsPromptCache: false,

0 commit comments

Comments
 (0)