Skip to content

Commit 0cfd710

Browse files
committed
Added: MiniMaxM2 from Synthetic
Verified with `https://dev.synthetic.new/docs/openai/models` The limits- 64k output on self-hosted models, and 196_608 tokens are directly obtained from 1st party source.
1 parent c67908a commit 0cfd710

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Minimax-M2"
2+
release_date = "2025-10-27"
3+
last_updated = "2025-10-27"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
# knowledge = "2025-04" # Not listed on model page.
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.55
13+
output = 2.19
14+
15+
[limit]
16+
context = 196_608
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

providers/synthetic/models/hf:zai-org/GLM-4.6.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output = 2.19
1414

1515
[limit]
1616
context = 200_000
17-
output = 96_000
17+
output = 64_000
1818

1919
[modalities]
2020
input = ["text"]

0 commit comments

Comments
 (0)