18 lines
265 B
TOML
18 lines
265 B
TOML
base_model = "zhipuai/glm-4.5v"
|
|
reasoning_options = [{ type = "toggle" }]
|
|
name = "GLM 4.5V"
|
|
knowledge = "2025-08"
|
|
|
|
[cost]
|
|
input = 0.6
|
|
output = 1.8
|
|
cache_read = 0.11
|
|
|
|
[limit]
|
|
context = 66_000
|
|
output = 16_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|