29 lines
587 B
TOML
29 lines
587 B
TOML
name = "zai-org/GLM-5V-Turbo"
|
|
description = "GLM vision model for visual reasoning, documents, and multimodal agents"
|
|
family = "glm"
|
|
release_date = "2026-04-01"
|
|
last_updated = "2026-04-01"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 128, max = 32_768 }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1.2
|
|
output = 4
|
|
cache_input = 0.24
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|