Skip to content

Commit b5a7a6e

Browse files
author
dpuyosa
committed
[venice] Add Kimi K2.6 model configuration
- Add new model definition for Venice provider - Include cost, limits, and modality specs - Enable reasoning, tool calling, and image input
1 parent ba7c3d7 commit b5a7a6e

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)