We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac67c64 + 1f79cd8 commit bd5050aCopy full SHA for bd5050a
1 file changed
providers/synthetic/models/hf:zai-org/GLM-5.1.toml
@@ -0,0 +1,26 @@
1
+name = "GLM 5.1"
2
+family = "glm"
3
+attachment = false
4
+reasoning = true
5
+tool_call = true
6
+structured_output = true
7
+temperature = true
8
+release_date = "2026-03-27"
9
+last_updated = "2026-04-12"
10
+open_weights = true
11
+
12
+[interleaved]
13
+field = "reasoning_content"
14
15
+[cost]
16
+input = 1
17
+output = 3
18
+cache_read = 1
19
20
+[limit]
21
+context = 196608
22
+output = 65536
23
24
+[modalities]
25
+input = ["text"]
26
+output = ["text"]
0 commit comments