We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b46c3a + 471e9ec commit 287c69aCopy full SHA for 287c69a
1 file changed
providers/google-vertex/models/moonshotai/kimi-k2-thinking-maas.toml
@@ -0,0 +1,30 @@
1
+name = "Kimi K2 Thinking"
2
+family = "kimi-thinking"
3
+release_date = "2025-11-13"
4
+last_updated = "2025-11-13"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+structured_output = true
10
+knowledge = "2024-08"
11
+open_weights = true
12
+
13
+[interleaved]
14
+field = "reasoning_content"
15
16
+[cost]
17
+input = 0.60
18
+output = 2.50
19
20
+[limit]
21
+context = 262_144
22
+output = 262_144
23
24
+[modalities]
25
+input = ["text"]
26
+output = ["text"]
27
28
+[provider]
29
+npm = "@ai-sdk/openai-compatible"
30
+api = "https://${GOOGLE_VERTEX_ENDPOINT}/v1/projects/${GOOGLE_VERTEX_PROJECT}/locations/${GOOGLE_VERTEX_LOCATION}/endpoints/openapi"
0 commit comments