Files
2026-07-13 12:28:55 +08:00

18 lines
416 B
TOML

base_model = "zhipuai/glm-5.2"
# Berget's schema accepts none/low/medium/high, but documents no GLM-specific
# mapping; schema acceptance alone does not establish meaningful support.
# https://api.berget.ai/openapi.json
reasoning_options = [{ type = "effort", values = ["none", "high"] }]
[cost]
input = 1.54
output = 4.84
[limit]
context = 524_288
output = 32_768
[modalities]
input = ["text"]
output = ["text"]