Files
2026-07-13 12:28:55 +08:00

20 lines
278 B
TOML

base_model = "zhipuai/glm-5.2"
name = "GLM 5.2"
release_date = "2026-06-16"
[[reasoning_options]]
type = "toggle"
[[reasoning_options]]
type = "effort"
values = ["high", "xhigh"]
[cost]
input = 1.4
output = 4.4
cache_read = 0.26
[limit]
context = 1_040_000
output = 128_000