32 lines
643 B
TOML
32 lines
643 B
TOML
# https://deepinfra.com/zai-org/GLM-5.1
|
|
# https://deepinfra.com/docs/advanced/max_tokens_limit
|
|
name = "GLM-5.1"
|
|
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
|
|
family = "glm"
|
|
release_date = "2026-04-07"
|
|
last_updated = "2026-04-07"
|
|
knowledge = "2025-04"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
structured_output = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.05
|
|
output = 3.50
|
|
cache_read = 0.205
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|