59e92736ac7a4a54bacbc6e520125a19
zai-org/GLM-5
Context
200K
Input
text
Output
text
Tool calling
Supported
About this model
GLM-5 is a 754B-parameter Mixture-of-Experts model from Z.ai. It features DeepSeek Sparse Attention (DSA) for efficient long-context handling, leading open-source models in long-horizon planning and agentic tasks.
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": "59e92736ac7a4a54bacbc6e520125a19",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
59e92736ac7a4a54bacbc6e520125a19
59e92736ac7a4a54bacbc6e520125a19
Input
$0.000 / 1M
Output
$0.000 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.000 / 1M |
| Output tokens | $0.000 / 1M |
Performance
Published evaluation results associated with this model.
Reasoning
AIME 2026 I92.7
GPQA-Diamond86
Coding
SWE-bench Verified77.8
Terminal-Bench 2.056.2
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "59e92736ac7a4a54bacbc6e520125a19",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'