18 lines
271 B
TOML
18 lines
271 B
TOML
base_model = "zhipuai/glm-5.2"
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "low", "medium", "high", "xhigh", "max"]
|
|
|
|
[cost]
|
|
input = 1.26
|
|
output = 3.96
|
|
cache_read = 0.234
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 1_024_000
|