We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1ca23 commit 7ba7237Copy full SHA for 7ba7237
1 file changed
providers/openrouter/models/z-ai/glm-5-turbo.toml
@@ -0,0 +1,27 @@
1
+name = "GLM-5-Turbo"
2
+family = "glm"
3
+release_date = "2026-03-16"
4
+last_updated = "2026-03-16"
5
+attachment = false
6
+reasoning = true
7
+temperature = true
8
+tool_call = true
9
+structured_output = true
10
+open_weights = false
11
+
12
+[interleaved]
13
+field = "reasoning_content"
14
15
+[cost]
16
+input = 1.20
17
+output = 4.00
18
+cache_read = 0.24
19
+cache_write = 0
20
21
+[limit]
22
+context = 200_000
23
+output = 131_072
24
25
+[modalities]
26
+input = ["text"]
27
+output = ["text"]
0 commit comments