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

15 lines
204 B
TOML

base_model = "zhipuai/glm-4.6"
reasoning_options = [{ type = "toggle" }]
name = "GLM 4.6"
interleaved = true
[cost]
input = 0.6
output = 2.2
cache_read = 0.11
[limit]
context = 200_000
output = 96_000