29 lines
487 B
TOML
29 lines
487 B
TOML
name = "GLM-4.6"
|
|
description = "Late GLM-4 workhorse for coding agents, reasoning, and structured tasks"
|
|
family = "glm"
|
|
release_date = "2025-09-30"
|
|
last_updated = "2025-09-30"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-04"
|
|
open_weights = true
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[cost]
|
|
input = 0.6
|
|
output = 2.2
|
|
cache_read = 0.11
|
|
cache_write = 0
|
|
|
|
[limit]
|
|
context = 204800
|
|
output = 131072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|