mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
feat: add Kimi K2 thinking model to VertexAI provider (#9269)
Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
c7ce8aae81
commit
a060915d18
1 changed files with 9 additions and 0 deletions
|
|
@ -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<string, ModelInfo>
|
||||
|
||||
// Vertex AI models that support 1M context window beta
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue