We're introducing GLM-5.2, our latest flagship model for long-horizon tasks. It marks a substantial leap in long-horizon task capability over its predecessor GLM-5.1 and, for the first time, delivers that capability on a solid 1M-token context. GLM-5.2's new capabilities include: This model is optimized for high-performance inferencing on the Geodd network, providing exceptional speed and reliability for production workloads.
Read morePay per token via our optimized endpoints.
curl --location 'https://api.geodd.io/inference/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "zai-org/glm-5.2",
"messages": [
{ "role": "user", "content": "Hello, how are you?" }
]
}'