Skip to content

Commit e9be42b

Browse files
authored
Merge pull request #1443 from teodortomas/add-minimax-m2.7
add minimax-m2p7 to fireworks-ai provider
2 parents c0d21d8 + ca6cf79 commit e9be42b

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "MiniMax-M2.7"
2+
family = "minimax"
3+
release_date = "2026-04-12"
4+
last_updated = "2026-04-12"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.30
13+
output = 1.20
14+
cache_read = 0.03
15+
16+
[limit]
17+
context = 196_608
18+
output = 196_608
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
23+
24+
[interleaved]
25+
field = "reasoning_content"

0 commit comments

Comments
 (0)