Skip to content

Commit efa90f6

Browse files
committed
feat(alibaba-cn): add Kimi K2 Thinking and K2.5 models
Add new model definitions for Moonshot Kimi K2 Thinking and K2.5. Update Moonshot Kimi K2 Instruct metadata including open weights status and output token limits.
1 parent 93d03d8 commit efa90f6

3 files changed

Lines changed: 47 additions & 2 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Moonshot Kimi K2 Thinking"
2+
family = "kimi"
3+
release_date = "2025-11-06"
4+
last_updated = "2025-11-06"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
structured_output = true
11+
12+
[cost]
13+
input = 0.574
14+
output = 2.294
15+
16+
[limit]
17+
context = 262_144
18+
output = 16_384
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Moonshot Kimi K2 Thinking"
2+
family = "kimi"
3+
release_date = "2025-01-27"
4+
last_updated = "2025-01-27"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
structured_output = false
11+
12+
[cost]
13+
input = 0.574
14+
output = 2.411
15+
16+
[limit]
17+
context = 262_144
18+
output = 32_768
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]

providers/alibaba-cn/models/moonshot-kimi-k2-instruct.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ attachment = false
66
reasoning = false
77
temperature = true
88
tool_call = true
9-
open_weights = false
9+
open_weights = true
10+
structured_output = false
1011

1112
[cost]
1213
input = 0.574
1314
output = 2.294
1415

1516
[limit]
1617
context = 131_072
17-
output = 131_072
18+
output = 8_192
1819

1920
[modalities]
2021
input = ["text"]

0 commit comments

Comments
 (0)