Skip to content

Commit 287c69a

Browse files
authored
Merge pull request #1314 from dpark01/add-kimi-k2-thinking-vertex
feat(google-vertex): add moonshotai/kimi-k2-thinking-maas model
2 parents 2b46c3a + 471e9ec commit 287c69a

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)