59e92736ac7a4a54bacbc6e520125a19

zai-org/GLM-5

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.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice

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 $JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zai-org/GLM-5",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'