We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c56eca + 0705837 commit e3d50a0Copy full SHA for e3d50a0
1 file changed
models/zhipuai/glm-5.2.toml
@@ -7,7 +7,7 @@ reasoning = true
7
temperature = true
8
tool_call = true
9
structured_output = true
10
-open_weights = false
+open_weights = true
11
12
[limit]
13
context = 1_000_000
@@ -16,3 +16,7 @@ output = 131_072
16
[modalities]
17
input = ["text"]
18
output = ["text"]
19
+
20
+[[weights]]
21
+label = "Hugging Face"
22
+url = "https://huggingface.co/zai-org/GLM-5.2"
0 commit comments