We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ce8aa commit a060915Copy full SHA for a060915
1 file changed
packages/types/src/providers/vertex.ts
@@ -523,6 +523,15 @@ export const vertexModels = {
523
outputPrice: 1.0,
524
description: "Qwen3 235B A22B Instruct. Available in us-south1",
525
},
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
+ },
535
} as const satisfies Record<string, ModelInfo>
536
537
// Vertex AI models that support 1M context window beta
0 commit comments