Skip to content

Commit e3e2066

Browse files
authored
Merge pull request #1544 from GodTamIt/deepinfra/kimi-k2.6
deepinfra: Add Kimi-K2.6 support
2 parents 208dcd1 + 2b0c21e commit e3e2066

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)