Skip to content

Commit e35973b

Browse files
authored
Merge pull request anomalyco#775 from Track07-cda/alibaba-cn_kimi
feat(alibaba-cn): add Kimi K2 Thinking and K2.5 models to alibaba-cn provider
2 parents f94d9dd + e30f361 commit e35973b

3 files changed

Lines changed: 53 additions & 2 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0.574
17+
output = 2.294
18+
19+
[limit]
20+
context = 262_144
21+
output = 16_384
22+
23+
[modalities]
24+
input = ["text"]
25+
output = ["text"]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "Moonshot Kimi K2.5"
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+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0.574
17+
output = 2.411
18+
19+
[limit]
20+
context = 262_144
21+
output = 32_768
22+
23+
[modalities]
24+
input = ["text", "image"]
25+
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)