anomalyco--models.dev
25 行
494 B
TOML
25 行
494 B
TOML
# Live /models (2026-06-25): none|low|medium|high; no dedicated reasoning budget.
|
|
# https://api.venice.ai/api/v1/models?type=text (accessed 2026-06-25)
|
|
|
|
base_model = "zhipuai/glm-5"
|
|
name = "GLM 5"
|
|
release_date = "2026-02-11"
|
|
last_updated = "2026-06-11"
|
|
structured_output = true
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "low", "medium", "high"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 1
|
|
output = 3.2
|
|
cache_read = 0.2
|
|
|
|
[limit]
|
|
context = 198_000
|
|
output = 32_000
|