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

35 lines
857 B
TOML

name = "GLM-5"
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
# Reasoning HTTP format (accessed 2026-06-25):
# Coding Plan exact-string allowlist model. Hybrid thinking is on by default and
# top-level `enable_thinking`: true|false toggles it. No effort/budget documented.
# Sources:
# https://www.alibabacloud.com/help/en/model-studio/coding-plan
# https://www.alibabacloud.com/help/en/model-studio/deep-thinking
family = "glm"
release_date = "2026-02-11"
last_updated = "2026-02-11"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
open_weights = false
[interleaved]
field = "reasoning_content"
[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0
[limit]
context = 202_752
output = 16_384
[modalities]
input = ["text"]
output = ["text"]