HomeVastLLM Catalog › GLM 5

GLM 5

by Z.AI · Language Models

Overview

GLM-5 is Zhipu AI's (Z.AI) flagship foundation model launched February 11, 2026, a 744B-parameter mixture-of-experts model with about 40B active parameters, roughly 200K context, pre-trained on 28.5T tokens using DeepSeek Sparse Attention. It centers on agentic intelligence, autonomously decomposing objectives into subtasks, with reported 77.8% on SWE-bench Verified, and was trained on domestically produced Huawei Ascend chips. Released as open weights under the MIT License. Ideal for agentic coding and multi-step tool-chaining workloads where open-weight self-hosting is desired.

Input → Outputtext → text

Pricing

$1.295 in · $4.144 out / 1M

UsageRate (USD)Unit
Input tokens$1.29per 1M tokens
Cached input (cache hit)$0.26per 1M tokens
Output tokens$4.14per 1M tokens

TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage

Call it in 30 seconds

OpenAI-compatible · base URL https://api.tunerouter.com/v1/

POST/chat/completions
curl https://api.tunerouter.com/v1/chat/completions \
  -H "Authorization: Bearer $TUNEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "glm-5", "messages": [{"role": "user", "content": "Hello!"}]}'

Model ID: glm-5 · works with OpenAI SDKs — just point base_url at api.tunerouter.com

More from Z.AI

← Back to full catalog (101 models)