Skip to content

Commit 495bc26

Browse files
authored
Merge pull request #1241 from BlockListed/add-minimax-2.5-cortecs
Add minimax M2.5 to cortecs
2 parents 3811a45 + c4d04d2 commit 495bc26

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)