12 lines
184 B
TOML
12 lines
184 B
TOML
base_model = "zhipuai/glm-5.2"
|
|
open_weights = true
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["high", "max"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[limit]
|
|
context = 976_000 |