21 lines
445 B
TOML
21 lines
445 B
TOML
name = "GLM-4.6V-Flash"
|
|
description = "GLM vision model for visual reasoning, documents, and multimodal agents"
|
|
family = "glm"
|
|
release_date = "2025-09-30"
|
|
last_updated = "2025-09-30"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }]
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
knowledge = "2024-10"
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 24000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|