17 lines
340 B
TOML
17 lines
340 B
TOML
base_model = "zhipuai/glm-5.2"
|
|
last_updated = "2026-06-22"
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.20
|
|
output = 4.10
|
|
cache_read = 0.20
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 131_072
|