Skip to content
Open
Changes from 1 commit
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
28 changes: 28 additions & 0 deletions providers/togetherai/models/zai-org/GLM-5.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "GLM-5.2"
base_model = "zhipuai/glm-5.2"
family = "glm"
release_date = "2026-06-16"
last_updated = "2026-06-16"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
Comment thread
zainhas marked this conversation as resolved.
Outdated
temperature = true
structured_output = true
tool_call = true
open_weights = true

[interleaved]
field = "reasoning_content"
Comment thread
zainhas marked this conversation as resolved.
Comment thread
zainhas marked this conversation as resolved.

[cost]
input = 1.40
cache_read = 0.26
output = 4.40

[limit]
context = 262_144
output = 164_000

[modalities]
input = ["text"]
output = ["text"]
Loading