17 lines
225 B
TOML
17 lines
225 B
TOML
base_model = "zhipuai/glm-5.2"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.4
|
|
output = 4.4
|
|
|
|
[limit]
|
|
context = 432_000
|
|
output = 432_000
|