We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b984aa + 84366ef commit 33bb01cCopy full SHA for 33bb01c
1 file changed
providers/cerebras/models/zai-glm-4.7.toml
@@ -0,0 +1,22 @@
1
+name = "Z.AI GLM-4.7"
2
+release_date = "2026-01-10"
3
+last_updated = "2026-01-10"
4
+attachment = false
5
+reasoning = false
6
+temperature = true
7
+tool_call = true
8
+open_weights = true
9
+
10
+[cost]
11
+input = 0
12
+output = 0
13
+cache_read = 0
14
+cache_write = 0
15
16
+[limit]
17
+context = 131_072
18
+output = 40_000
19
20
+[modalities]
21
+input = ["text"]
22
+output = ["text"]
0 commit comments