We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce000a + 8114522 commit a0b89e7Copy full SHA for a0b89e7
1 file changed
providers/nvidia/models/minimaxai/minimax-m2.7.toml
@@ -0,0 +1,21 @@
1
+name = "MiniMax-M2.7"
2
+family = "minimax"
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
15
+[limit]
16
+context = 204800
17
+output = 131072
18
19
+[modalities]
20
+input = ["text"]
21
+output = ["text"]
0 commit comments