25 lines
478 B
TOML
25 lines
478 B
TOML
name = "GLM-4.5V"
|
|
description = "GLM vision model for visual reasoning, documents, and multimodal agents"
|
|
family = "glm"
|
|
release_date = "2025-08-12"
|
|
last_updated = "2025-08-12"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
knowledge = "2025-04"
|
|
|
|
[cost]
|
|
input = 0.290
|
|
output = 0.860
|
|
|
|
[limit]
|
|
context = 64_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video"]
|
|
output = ["text"]
|