13 lines
242 B
TOML
13 lines
242 B
TOML
base_model = "zhipuai/glm-5.2"
|
|
name = "Glm 5.2"
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 1.4
|
|
output = 4.4
|
|
cache_read = 0.26
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 262_144
|