Skip to content

Commit f58038f

Browse files
authored
Merge pull request #1421 from zainhas/dev
[Together AI]add minimax m2.7
2 parents 3ea7d56 + 8021e1a commit f58038f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.30
14+
cache_read = 0.06
15+
output = 1.20
16+
17+
[limit]
18+
context = 202_752
19+
output = 131_072
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]

0 commit comments

Comments
 (0)