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

32 lines
539 B
TOML

name = "GLM-4.6"
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
family = "glm"
release_date = "2025-09-30"
last_updated = "2025-09-30"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
knowledge = "2025-04"
open_weights = true
[interleaved]
field = "reasoning_content"
[[reasoning_options]]
type = "toggle"
[cost]
input = 0.5
output = 2
cache_read = 0.1
[limit]
context = 202_752
output = 131_072
[modalities]
input = ["text"]
output = ["text"]