Fix max_tokens limit for moonshotai/kimi-k2-instruct on Groq (#5740)

Co-authored-by: Roo Code Bot <roo-code-bot@example.com>
This commit is contained in:
roomote[bot] 2025-07-15 08:56:46 -04:00 committed by GitHub
parent 5d1270a1fe
commit 29b7d06dd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ export const groqModels = {
description: "DeepSeek R1 Distill Llama 70B model, 128K context.",
},
"moonshotai/kimi-k2-instruct": {
maxTokens: 8192,
maxTokens: 16384,
contextWindow: 131072,
supportsImages: false,
supportsPromptCache: false,