Skip to content

Commit 38f6b7d

Browse files
authored
Merge pull request #1456 from Snat3r/dev
Add GML5.1.toml model to cortecs provider
2 parents 1ba010f + 6e574da commit 38f6b7d

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "GLM-5.1"
2+
family = "glm"
3+
release_date = "2026-04-14"
4+
last_updated = "2026-04-14"
5+
attachment = false
6+
reasoning = true
7+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 1.31
17+
output = 4.10
18+
cache_read = 0.24
19+
20+
[limit]
21+
context = 204_800
22+
output = 131_072
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "MiniMax-M2.7"
2+
family = "minimax"
3+
release_date = "2026-03-18"
4+
last_updated = "2026-03-18"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.47
14+
output = 1.40
15+
16+
[limit]
17+
context = 202_752
18+
output = 131_072
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)