Skip to content

Commit fce08f9

Browse files
authored
Merge pull request #332 from Sewer56/minimax-m2
Added: MiniMax-M2 from Synthetic.new , update token limits on GLM
2 parents c67908a + 0cfd710 commit fce08f9

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)