29 lines
591 B
TOML
29 lines
591 B
TOML
name = "GLM 5.2"
|
|
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
|
|
family = "glm"
|
|
release_date = "2026-06-17"
|
|
last_updated = "2026-06-17"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [
|
|
{ type = "toggle" },
|
|
{ type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] },
|
|
{ type = "budget_tokens" },
|
|
]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 1.45
|
|
output = 4.5
|
|
cache_read = 0.3625
|
|
|
|
[limit]
|
|
context = 1_048_560
|
|
output = 1_048_560
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|