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.
Input modalities
text
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$1.000 / 1M tokens
Output tokens
$3.200 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $1.000 / 1M tokens |
| Output tokens | $3.200 / 1M tokens |
| Cached input tokens | $0.200 / 1M tokens |
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/ula/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "zai-org/Glm-5",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'