Skip to content

Commit d28587b

Browse files
committed
Add Kimi K2 to Groq
1 parent f957398 commit d28587b

File tree

1 file changed

+10
-0
lines changed
  • packages/types/src/providers

1 file changed

+10
-0
lines changed

packages/types/src/providers/groq.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type GroqModelId =
1010
| "qwen-qwq-32b"
1111
| "qwen/qwen3-32b"
1212
| "deepseek-r1-distill-llama-70b"
13+
| "moonshotai/kimi-k2-instruct"
1314

1415
export const groqDefaultModelId: GroqModelId = "llama-3.3-70b-versatile" // Defaulting to Llama3 70B Versatile
1516

@@ -87,4 +88,13 @@ export const groqModels = {
8788
outputPrice: 0.99,
8889
description: "DeepSeek R1 Distill Llama 70B model, 128K context.",
8990
},
91+
"moonshotai/kimi-k2-instruct": {
92+
maxTokens: 131072,
93+
contextWindow: 131072,
94+
supportsImages: false,
95+
supportsPromptCache: false,
96+
inputPrice: 1.0,
97+
outputPrice: 3.0,
98+
description: "Moonshot AI Kimi K2 Instruct 1T model, 128K context.",
99+
},
90100
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)