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

Commit a060915

Browse files
roomote[bot]roomote
andauthored
feat: add Kimi K2 thinking model to VertexAI provider (#9269)
Co-authored-by: Roo Code <roomote@roocode.com>
1 parent c7ce8aa commit a060915

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/types/src/providers/vertex.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,15 @@ export const vertexModels = {
523523
outputPrice: 1.0,
524524
description: "Qwen3 235B A22B Instruct. Available in us-south1",
525525
},
526+
"moonshotai/kimi-k2-thinking-maas": {
527+
maxTokens: 16_384,
528+
contextWindow: 262_144,
529+
supportsPromptCache: false,
530+
supportsImages: false,
531+
inputPrice: 0.6,
532+
outputPrice: 2.5,
533+
description: "Kimi K2 Thinking Model with 256K context window.",
534+
},
526535
} as const satisfies Record<string, ModelInfo>
527536

528537
// Vertex AI models that support 1M context window beta

0 commit comments

Comments
 (0)