32 lines
661 B
TOML
32 lines
661 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-02-11"
|
|
attachment = false
|
|
reasoning = true
|
|
# Top-level `thinking.type` accepts enabled/disabled and defaults enabled
|
|
# (accessed 2026-06-25).
|
|
# https://cloud.tencent.com/document/product/1823/132061
|
|
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"]
|