Skip to content

Commit 72de414

Browse files
authored
Merge pull request #681 from tars90percent/minimax-provider-names
Add MiniMax coding plan providers
2 parents 1c32145 + bc6698d commit 72de414

File tree

8 files changed

+100
-2
lines changed

8 files changed

+100
-2
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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
13+
output = 0
14+
cached_input = 0
15+
cached_write = 0
16+
17+
[limit]
18+
context = 204_800
19+
output = 131_072
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "MiniMax-M2"
2+
family = "minimax"
3+
release_date = "2025-10-27"
4+
last_updated = "2025-10-27"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0
13+
output = 0
14+
15+
[limit]
16+
context = 196_608
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "MiniMax Coding Plan (minimaxi.com)"
2+
env = ["MINIMAX_API_KEY"]
3+
npm = "@ai-sdk/anthropic"
4+
doc = "https://platform.minimaxi.com/docs/coding-plan/intro"
5+
api = "https://api.minimaxi.com/anthropic/v1"

providers/minimax-cn/provider.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "MiniMax (China)"
1+
name = "MiniMax (minimaxi.com)"
22
env = ["MINIMAX_API_KEY"]
33
npm = "@ai-sdk/anthropic"
44
doc = "https://platform.minimaxi.com/docs/guides/quickstart"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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
13+
output = 0
14+
cached_input = 0
15+
cached_write = 0
16+
17+
[limit]
18+
context = 204_800
19+
output = 131_072
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "MiniMax-M2"
2+
family = "minimax"
3+
release_date = "2025-10-27"
4+
last_updated = "2025-10-27"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0
13+
output = 0
14+
15+
[limit]
16+
context = 196_608
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "MiniMax Coding Plan (minimax.io)"
2+
env = ["MINIMAX_API_KEY"]
3+
npm = "@ai-sdk/anthropic"
4+
doc = "https://platform.minimax.io/docs/coding-plan/intro"
5+
api = "https://api.minimax.io/anthropic/v1"

providers/minimax/provider.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "MiniMax"
1+
name = "MiniMax (minimax.io)"
22
env = ["MINIMAX_API_KEY"]
33
npm = "@ai-sdk/anthropic"
44
doc = "https://platform.minimax.io/docs/guides/quickstart"

0 commit comments

Comments
 (0)