We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af43dc commit 90558e9Copy full SHA for 90558e9
1 file changed
providers/nvidia/models/z-ai/glm-5.1.toml
@@ -0,0 +1,25 @@
1
+name = "GLM-5.1"
2
+family = "glm"
3
+release_date = "2026-03-27"
4
+last_updated = "2026-03-27"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+structured_output = true
10
+open_weights = true
11
+
12
+[interleaved]
13
+field = "reasoning_content"
14
15
+[cost]
16
+input = 0.0
17
+output = 0.0
18
19
+[limit]
20
+context = 202752
21
+output = 131072
22
23
+[modalities]
24
+input = ["text"]
25
+output = ["text"]
0 commit comments