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

16 lines
256 B
TOML

base_model = "zhipuai/glm-5.2"
reasoning_options = [{ type = "effort", values = ["high", "max"] }]
[interleaved]
field = "reasoning_content"
[cost]
input = 1.4
output = 4.4
cache_input = 0.26
cache_write = 0
[limit]
context = 1_049_000
output = 262_000