We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3811a45 + c4d04d2 commit 495bc26Copy full SHA for 495bc26
1 file changed
providers/cortecs/models/minimax-m2.5.toml
@@ -0,0 +1,24 @@
1
+name = "MiniMax-M2.5"
2
+family = "minimax"
3
+release_date = "2026-02-12"
4
+last_updated = "2026-02-12"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+open_weights = true
10
+
11
+[cost]
12
+input = 0.32
13
+output = 1.18
14
15
+[limit]
16
+context = 196_608
17
+output = 196_608
18
19
+[modalities]
20
+input = ["text"]
21
+output = ["text"]
22
23
+[interleaved]
24
+field = "reasoning_content"
0 commit comments