anomalyco--models.dev
33 行
536 B
TOML
33 行
536 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
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "budget_tokens"
|
|
max = 32_768
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.86
|
|
output = 3.15
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|