Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions providers/venice/models/zai-org-glm-4.7.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
name = "GLM-4.7"
name = "GLM 4.7"
family = "glm-4.7"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
reasoning = false
tool_call = true
structured_output = true
temperature = true
knowledge = "2025-04"
release_date = "2024-04-01"
last_updated = "2025-12-24"
open_weights = true

[interleaved]
field = "reasoning_details"

[cost]
input = 0.6
output = 2.2
cache_read = 0.11
input = 0.85
output = 2.75

[limit]
context = 204800
output = 131072
context = 131_072
output = 32_768

[modalities]
input = ["text"]
Expand Down