anomalyco--models.dev
16 行
278 B
TOML
16 行
278 B
TOML
base_model = "zhipuai/glm-5.1"
|
|
name = "GLM 5.1"
|
|
description = "Powerful MoE model for long-horizon agentic engineering and advanced reasoning."
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[cost]
|
|
input = 1.4
|
|
output = 4.4
|
|
cache_read = 0.26
|
|
|
|
[limit]
|
|
context = 202_752
|
|
output = 202_752
|