We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c5968 commit 92374ddCopy full SHA for 92374dd
1 file changed
providers/zenmux/models/z-ai/glm-5.1.toml
@@ -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