Skip to content

Commit 2c0474a

Browse files
committed
add minimax models to openrouter
1 parent 60d32aa commit 2c0474a

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "MiniMax-01"
2+
attachment = true
3+
reasoning = true
4+
tool_call = true
5+
temperature = true
6+
release_date = "2025-01-15"
7+
last_updated = "2025-01-15"
8+
9+
[cost]
10+
input = 0.20
11+
output = 1.10
12+
13+
[limit]
14+
context = 1_000_000
15+
output = 1_000_000
16+
17+
[modalities]
18+
input = ["text", "image"]
19+
output = ["text"]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "MiniMax M1"
2+
attachment = false
3+
reasoning = true
4+
tool_call = true
5+
temperature = true
6+
release_date = "2025-06-17"
7+
last_updated = "2025-06-17"
8+
9+
[cost]
10+
input = 0.40
11+
output = 2.20
12+
13+
[limit]
14+
context = 1_000_000
15+
output = 40_000
16+
17+
[modalities]
18+
input = ["text"]
19+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "MiniMax M2 (free)"
2+
attachment = false
3+
reasoning = true
4+
tool_call = true
5+
temperature = true
6+
release_date = "2025-10-23"
7+
last_updated = "2025-10-23"
8+
9+
[cost]
10+
input = 0.00
11+
output = 0.00
12+
cache_read = 0.00
13+
cache_write = 0.00
14+
15+
[limit]
16+
context = 204_800
17+
output = 131_100
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)