Skip to content

Commit 5457215

Browse files
authored
Merge pull request #1650 from PedroACosta/feat/add-dinference-models
feat(dinference): add GLM-5.1 and MiniMax-M2.5 models
2 parents b3ab459 + dd685ea commit 5457215

4 files changed

Lines changed: 28 additions & 34 deletions

File tree

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
name = "GLM-4.7"
2-
family = "glm"
3-
release_date = "2025-12"
4-
last_updated = "2025-12"
5-
attachment = false
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2025-04"
10-
open_weights = true
11-
12-
[interleaved]
13-
field = "reasoning_content"
1+
[extends]
2+
from = "zai/glm-4.7"
3+
omit = ["cost.cache_read", "cost.cache_write"]
144

155
[cost]
166
input = 0.45
@@ -19,7 +9,3 @@ output = 1.65
199
[limit]
2010
context = 200_000
2111
output = 128_000
22-
23-
[modalities]
24-
input = ["text"]
25-
output = ["text"]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[extends]
2+
from = "zhipuai/glm-5.1"
3+
omit = ["cost.cache_read", "cost.cache_write"]
4+
5+
[cost]
6+
input = 1.25
7+
output = 3.89
8+
9+
[limit]
10+
context = 200_000
11+
output = 128_000
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
name = "GLM-5"
2-
family = "glm"
3-
release_date = "2026-02"
4-
last_updated = "2026-02"
5-
attachment = false
6-
reasoning = true
7-
temperature = true
8-
tool_call = true
9-
knowledge = "2025-04"
10-
open_weights = true
11-
12-
[interleaved]
13-
field = "reasoning_content"
1+
[extends]
2+
from = "zhipuai/glm-5"
3+
omit = ["cost.cache_read", "cost.cache_write"]
144

155
[cost]
166
input = 0.75
@@ -19,7 +9,3 @@ output = 2.40
199
[limit]
2010
context = 200_000
2111
output = 128_000
22-
23-
[modalities]
24-
input = ["text"]
25-
output = ["text"]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[extends]
2+
from = "minimax/MiniMax-M2.5"
3+
omit = ["cost.cache_read", "cost.cache_write"]
4+
5+
[cost]
6+
input = 0.22
7+
output = 0.88
8+
9+
[limit]
10+
context = 200_000
11+
output = 32_000

0 commit comments

Comments
 (0)