Skip to content

Commit b8fae04

Browse files
authored
Add GLM-5.1 model configuration file
1 parent d99a158 commit b8fae04

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "GLM-5.1"
2+
family = "glm"
3+
release_date = "2026-04-11"
4+
last_updated = "2026-04-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = false
10+
11+
[interleaved]
12+
field = "reasoning_content"
13+
14+
[cost]
15+
input = 0.84
16+
output = 3.38
17+
18+
[limit]
19+
context = 200000
20+
output = 128000
21+
22+
[modalities]
23+
input = ["text"]
24+
output = ["text"]

0 commit comments

Comments
 (0)