Skip to content

Commit e3d50a0

Browse files
authored
Merge pull request #2686 from patrik-kuehl/mark-glm-5.2-as-open-weighted
chore(models): mark GLM 5.2 as open-weighted
2 parents 8c56eca + 0705837 commit e3d50a0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

models/zhipuai/glm-5.2.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ reasoning = true
77
temperature = true
88
tool_call = true
99
structured_output = true
10-
open_weights = false
10+
open_weights = true
1111

1212
[limit]
1313
context = 1_000_000
@@ -16,3 +16,7 @@ output = 131_072
1616
[modalities]
1717
input = ["text"]
1818
output = ["text"]
19+
20+
[[weights]]
21+
label = "Hugging Face"
22+
url = "https://huggingface.co/zai-org/GLM-5.2"

0 commit comments

Comments
 (0)