24 lines
430 B
TOML
24 lines
430 B
TOML
name = "glm-for-coding"
|
|
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
|
|
family = "glm"
|
|
release_date = "2025-09-30"
|
|
last_updated = "2025-09-30"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.086
|
|
output = 0.343
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|