ZA
glm-5.2
1M context$0.95/M input$3.00/M output
zai/glm-5.2Description
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": "zai/glm-5.2",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text