26 lines
512 B
TOML
26 lines
512 B
TOML
name = "GLM 5"
|
|
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
|
|
family = "glm"
|
|
release_date = "2026-02-11"
|
|
last_updated = "2026-04-16"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.00
|
|
output = 3.20
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|