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

13 lines
242 B
TOML

base_model = "zhipuai/glm-5.2"
name = "Glm 5.2"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 1.4
output = 4.4
cache_read = 0.26
[limit]
context = 262_144
output = 262_144