17 lines
238 B
TOML
17 lines
238 B
TOML
base_model = "zhipuai/glm-5"
|
|
open_weights = false
|
|
reasoning_options = [{ type = "toggle" }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 16_384
|