We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4818c9 + 49fbdba commit dbcb7e6Copy full SHA for dbcb7e6
1 file changed
providers/firmware/models/kimi-k2-6.toml
@@ -0,0 +1,22 @@
1
+name = "Kimi-K2.6"
2
+release_date = "1970-01-01"
3
+last_updated = "1970-01-01"
4
+attachment = false
5
+reasoning = true
6
+temperature = true
7
+tool_call = true
8
+structured_output = true
9
+open_weights = false
10
+
11
+[cost]
12
+input = 0.95
13
+output = 4.0
14
+cache_read = 0.16
15
16
+[limit]
17
+context = 256_000
18
+output = 128_000
19
20
+[modalities]
21
+input = ["text", "image"]
22
+output = ["text"]
0 commit comments