Z-
Z.ai: GLM 5.2 (batch)
$0.70/M input$2.20/M output
z-ai/glm-5.2:batchDescription
GLM 5.2 is a large-scale reasoning model from Z.ai. It supports text input and output with a 1M-token context window, and is suited for long-horizon agent workflows, project-level software engineering,...
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "z-ai/glm-5.2:batch",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text