We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f22d2 + 8d8521e commit 2b17d9eCopy full SHA for 2b17d9e
1 file changed
providers/kilo/models/minimax/minimax-m2.7.toml
@@ -0,0 +1,22 @@
1
+name = "MiniMax: MiniMax M2.7"
2
+family = "minimax-m2.7"
3
+release_date = "2026-03-18"
4
+last_updated = "2026-03-18"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+open_weights = true
10
+
11
+[cost]
12
+input = 0.3
13
+output = 1.2
14
+cache_read = 0.06
15
16
+[limit]
17
+context = 204_800
18
+output = 131_072
19
20
+[modalities]
21
+input = ["text"]
22
+output = ["text"]
0 commit comments