File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/types/src/providers Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export type GroqModelId =
10
10
| "qwen-qwq-32b"
11
11
| "qwen/qwen3-32b"
12
12
| "deepseek-r1-distill-llama-70b"
13
+ | "moonshotai/kimi-k2-instruct"
13
14
14
15
export const groqDefaultModelId : GroqModelId = "llama-3.3-70b-versatile" // Defaulting to Llama3 70B Versatile
15
16
@@ -87,4 +88,13 @@ export const groqModels = {
87
88
outputPrice : 0.99 ,
88
89
description : "DeepSeek R1 Distill Llama 70B model, 128K context." ,
89
90
} ,
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
+ } ,
90
100
} as const satisfies Record < string , ModelInfo >
You can’t perform that action at this time.
0 commit comments