Files
2026-07-13 12:28:55 +08:00

32 lines
705 B
TOML

# Reasoning HTTP format (accessed 2026-06-25):
# POST https://api.together.ai/v1/chat/completions
# JSON reasoning.enabled: true | false; thinking is on by default.
# Sources: https://docs.together.ai/docs/inference/chat/reasoning#enable-and-disable-reasoning
name = "GLM-5"
base_model = "zhipuai/glm-5"
family = "glm"
release_date = "2026-02-11"
last_updated = "2026-02-11"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
structured_output = true
open_weights = true
[interleaved]
field = "reasoning_content"
[cost]
input = 1.00
output = 3.20
[limit]
context = 202_752
output = 131_072
[modalities]
input = ["text"]
output = ["text"]