11 lines
193 B
TOML
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
|