Files
2026-07-13 12:28:55 +08:00

27 lines
470 B
TOML

name = "GLM-4.6V"
description = "GLM vision model for visual reasoning, documents, and multimodal agents"
family = "glm"
release_date = "2025-12-08"
last_updated = "2025-12-08"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true
[[reasoning_options]]
type = "toggle"
[cost]
input = 0.3
output = 0.9
[limit]
context = 128000
output = 32768
[modalities]
input = ["text", "image", "video"]
output = ["text"]