Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 29b7d06

Browse files
roomote[bot]Roo Code Bot
andauthored
Fix max_tokens limit for moonshotai/kimi-k2-instruct on Groq (#5740)
Co-authored-by: Roo Code Bot <roo-code-bot@example.com>
1 parent 5d1270a commit 29b7d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/types/src/providers

packages/types/src/providers/groq.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const groqModels = {
8989
description: "DeepSeek R1 Distill Llama 70B model, 128K context.",
9090
},
9191
"moonshotai/kimi-k2-instruct": {
92-
maxTokens: 8192,
92+
maxTokens: 16384,
9393
contextWindow: 131072,
9494
supportsImages: false,
9595
supportsPromptCache: false,

0 commit comments

Comments
 (0)