Skip to content

Commit 4e883ea

Browse files
authored
Merge branch 'dev' into dev
2 parents dc771f5 + 3dfb74d commit 4e883ea

2 files changed

Lines changed: 36 additions & 12 deletions

File tree

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name = "Kimi K2.5"
2+
family = "kimi"
3+
release_date = "2026-01-27"
4+
last_updated = "2026-01-27"
25
attachment = true
36
reasoning = true
4-
tool_call = true
5-
structured_output = false
67
temperature = true
8+
tool_call = true
79
knowledge = "2025-07"
8-
release_date = "2026-01-27"
9-
last_updated = "2026-01-27"
1010
open_weights = true
1111

12+
[interleaved]
13+
field = "reasoning_content"
14+
1215
[cost]
13-
input = 0.00
14-
output = 0.00
16+
input = 0.0
17+
output = 0.0
1518

1619
[limit]
17-
context = 256000
18-
input = 256000
19-
output = 8192
20+
context = 262_144
21+
output = 262_144
2022

2123
[modalities]
22-
input = ["text", "image", "video", "pdf"]
24+
input = ["text", "image", "video"]
2325
output = ["text"]
2426

25-
[interleaved]
26-
field = "reasoning_content"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Kimi K2.5"
2+
family = "kimi"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
knowledge = "2024-04"
9+
release_date = "2026-01-27"
10+
last_updated = "2026-01-27"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.75
15+
output = 3.75
16+
cache_read = 0.125
17+
18+
[limit]
19+
context = 262_144
20+
output = 65_536
21+
22+
[modalities]
23+
input = ["text", "image"]
24+
output = ["text"]

0 commit comments

Comments
 (0)