Skip to content

Commit 33b2f62

Browse files
committed
add: minimaxai and updated zai-org models to chutes provider
- Add minimaxai provider directory with models - Add GLM-4.5 and GLM-4.6 models to zai-org
1 parent 7e67c08 commit 33b2f62

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
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 = "2024-10"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.15
13+
output = 0.45
14+
15+
[limit]
16+
context = 200_000
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GLM 4.5"
2+
release_date = "2025-10-30"
3+
last_updated = "2025-10-30"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2025-04"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.35
13+
output = 1.55
14+
15+
[limit]
16+
context = 131_072
17+
output = 131_072
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GLM 4.6"
2+
release_date = "2025-10-30"
3+
last_updated = "2025-10-30"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2025-04"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.4
13+
output = 1.75
14+
15+
[limit]
16+
context = 204800
17+
output = 131072
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)