Skip to content

Commit 92374dd

Browse files
committed
chore(zenmux): add GLM-5.1 model configuration
1 parent 61c5968 commit 92374dd

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)