From a060915d18f2708ac28f6ef0fef64ecb62494d08 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:41:04 -0800 Subject: [PATCH] feat: add Kimi K2 thinking model to VertexAI provider (#9269) Co-authored-by: Roo Code --- packages/types/src/providers/vertex.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/types/src/providers/vertex.ts b/packages/types/src/providers/vertex.ts index 1ebce7e396..c588541e5f 100644 --- a/packages/types/src/providers/vertex.ts +++ b/packages/types/src/providers/vertex.ts @@ -523,6 +523,15 @@ export const vertexModels = { outputPrice: 1.0, description: "Qwen3 235B A22B Instruct. Available in us-south1", }, + "moonshotai/kimi-k2-thinking-maas": { + maxTokens: 16_384, + contextWindow: 262_144, + supportsPromptCache: false, + supportsImages: false, + inputPrice: 0.6, + outputPrice: 2.5, + description: "Kimi K2 Thinking Model with 256K context window.", + }, } as const satisfies Record // Vertex AI models that support 1M context window beta