31 lines
648 B
TOML
31 lines
648 B
TOML
# The Moark raw Chat schema exposes no user-selectable reasoning control for
|
|
# this reasoning-only model.
|
|
# https://moark.com/docs/openapi/v1 (accessed 2026-06-25)
|
|
name = "GLM-4.7"
|
|
description = "Flagship GLM model for hybrid reasoning, coding, and agentic engineering"
|
|
family = "glm"
|
|
release_date = "2025-12-22"
|
|
last_updated = "2025-12-22"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-04"
|
|
open_weights = true
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 3.50
|
|
output = 14.00
|
|
|
|
[limit]
|
|
context = 204800
|
|
output = 131072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|