26 lines
451 B
TOML
26 lines
451 B
TOML
name = "GLM 4.6"
|
|
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
|
|
family = "glm"
|
|
release_date = "2024-11-15"
|
|
last_updated = "2024-11-15"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-10"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.4
|
|
output = 1.75
|
|
cache_read = 0.2
|
|
cache_write = 0.8
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 4096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|