Skip to content

Commit cb2c762

Browse files
authored
Merge pull request #575 from otterDeveloper/fireworks-pull-2
add Firework's MiniMax-M2.1
2 parents 006d020 + 8bf3ff5 commit cb2c762

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

providers/fireworks-ai/models/accounts/fireworks/models/minimax-m2.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ open_weights = true
1212
[cost]
1313
input = 0.30
1414
output = 1.20
15+
cache_read = 0.15
1516

1617
[limit]
17-
context = 128_000
18-
output = 128_000
18+
context = 192_000
19+
output = 192_000
1920

2021
[modalities]
2122
input = ["text"]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "MiniMax-M2.1"
2+
family = "minimax"
3+
release_date = "2025-12-23"
4+
last_updated = "2025-12-23"
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.15
15+
16+
[limit]
17+
context = 200_000
18+
output = 200_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
23+
24+
[interleaved]
25+
field = "reasoning_content"

0 commit comments

Comments
 (0)