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 =
1010 | "qwen-qwq-32b"
1111 | "qwen/qwen3-32b"
1212 | "deepseek-r1-distill-llama-70b"
13+ | "moonshotai/kimi-k2-instruct"
1314
1415export 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 >
You can’t perform that action at this time.
0 commit comments