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

11 lines
193 B
TOML

base_model = "zhipuai/glm-5.2"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
[cost]
input = 1.8
output = 5.5
[limit]
context = 256_000
output = 16_384