novita
zai-org/glm-5.2
Context
1M
Input
text
Output
text
Tool calling
Supported
About this model
GLM-5.2 is Z.ai's latest flagship open-weights MoE model engineered specifically to dominate long-horizon autonomous coding and engineering tasks. It features a solid 1-million-token context window, multiple thinking effort levels, and an improved IndexShare architecture that significantly boosts reasoning and agentic performance.
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "d7b7ad781cc64967a06e1047e65414b0",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
d7b7ad781cc64967a06e1047e65414b0
Input
$1.400 / 1M
Output
$4.400 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $1.400 / 1M |
| Output tokens | $4.400 / 1M |
Performance
Published evaluation results associated with this model.
Coding
Terminal-Bench 2.181
SWE-bench Pro62.1
Design Arena1360
Long-Horizon
FrontierSWE74.4
PostTrainBench34.3
SWE-Marathon13
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "d7b7ad781cc64967a06e1047e65414b0",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'