Key Takeaways
- Two models at once:
glm-5.3(coding flagship) andglm-5.3-flash(multimodal lite) are open for calls on APIYI in both thedefaultandsvipgroups - The flagship only scaled post-training: GLM-5.3 keeps 5.2’s 753B MoE base — Zhipu’s own summary is “Scaling post-training is all we did” — and gains 50% over 5.2 on Z.ai Code Bench
- A leap in cyber capability: 84.5% on CyberGym and 54.4% on ExploitBench, the latter more than doubling 5.2’s 24.4%
- Flash is the first natively multimodal GLM-5: 320B-A18B with hybrid sparse + linear attention, takes text, images, video and files, and scores 84.3 on Terminal-Bench 2.1 — just 0.7 behind Claude Opus 4.8’s 85.0
- Priced item for item with Zhipu’s official rates: GLM-5.3 at $1.40 in / $4.396 out / $0.259 cached reads, Flash at $0.15 in / $0.50 out / $0.03 cached reads per million tokens; stack recharge bonuses and the effective cost lands at roughly 83%–91% of list
Background
On 14 August 2026, Zhipu Z.AI released GLM-5.3 under the banner “Built to Code. Ready for Cyber Defense.” There is no new base model: it is still GLM-5.2’s 753-billion-parameter MoE with dynamic sparse attention and roughly 40B active parameters, and every gain comes from scaling post-training. On Zhipu’s in-house Z.ai Code Bench it improves 50% over 5.2. Reasoning is now always on, with only three effort levels —low, high and max — and no way to disable thinking.
On 26 August, Zhipu followed with GLM-5.3-Flash, the first natively multimodal model in the GLM-5 series. It pairs 320B total parameters with 18B active in a hybrid sparse + linear attention architecture, built to “deliver more intelligence with less compute”: on coding and agent benchmarks it matches or beats the 5.2 flagship at roughly one-tenth the cost. The weights are on Hugging Face under the MIT license (zai-org/GLM-5.3-Flash).
Both models are now live on APIYI in OpenAI-compatible mode. Before launch we ran streaming tests on glm-5.3-flash with prompts around 160K tokens: time to first byte was 3–5 seconds and each call cost about $0.005, confirming the long-context path works end to end.
Deep Dive
Core Features
GLM-5.3: Coding and Agent Flagship
28.3 on Terminal Bench 3.0, 66.9 on DeepSWE v1.1, 28.5 on Agents’ Last Exam (level with Claude Fable 5’s 28.6), and 45 on the Artificial Analysis Intelligence Index — the top open-weight score
GLM-5.3: Cyber Defense
84.5% on CyberGym and 54.4% on ExploitBench; Zhipu used it to surface 2,436 vulnerabilities across 269 real open-source projects, 1,097 of them medium-to-high severity
Flash: Natively Multimodal
Text, images, video and files all work as input, with visual understanding wired straight into the coding workflow — a first for the GLM-5 series
Flash: Flagship-Class at a Tenth of the Cost
84.3 on Terminal-Bench 2.1, 63.4 on DeepSWE v1.1, 48.8 on AutomationBench — ahead of the 5.2 flagship across the board, at one-ninth of GLM-5.3’s output price
Performance Highlights
Sources: Zhipu Z.AI official docs (
docs.z.ai), Hugging Face model cards (huggingface.co/zai-org), Artificial Analysis (artificialanalysis.ai). GLM-5.3 was released on 14 August 2026 and GLM-5.3-Flash on 26 August 2026; data retrieved 8 September 2026. Benchmarks use different methodologies — compare within a row only.Specifications
Use Cases
Recommended Scenarios
Primary Coding Agent
GLM-5.3’s behavior inside coding agents such as Claude Code and OpenCode is the headline upgrade of this generation;
high effort is the best balance of quality and token spend on long tasksSecurity Audits and Vulnerability Hunting
Large leads on CyberGym / ExploitBench over the previous generation make it a fit for automated code-security audits and dependency vulnerability sweeps
Screenshot- and Video-Driven Development
Flash reads images and video natively — feed it UI screenshots or screen recordings to reproduce interfaces or pin down bugs
High-Volume Long-Context Batches
Flash’s 1M context at $0.15 input means a 160K-token prompt costs about $0.005 per call — ideal for log analysis, document extraction and other high-frequency work
Code Examples
Best Practices
- Tier by task: interactive Q&A and bulk extraction go to
glm-5.3-flash+low; repo-level refactors and security audits go toglm-5.3+high, reservingmaxfor tasks that genuinely need the ceiling - Stream long tasks: with thinking always on, the first byte of a long task arrives several seconds in, and streaming makes that far more tolerable; set timeouts to 600+ seconds
- Lean on cached reads: both models support context caching, and cached reads cost about a fifth of the input price — multi-turn chats and shared long system prompts benefit the most
- Check the flagship’s license separately: GLM-5.3’s weights are open but under a Zhipu custom license rather than MIT, so review the terms before commercial self-hosting; Flash is MIT and safe to self-host
Pricing & Availability
Pricing
APIYI’s pricing matches Zhipu’s official rates item for item, with no markup:Billing type: pay-as-you-go (Chat). Both the
default and svip groups are open, via the OpenAI-compatible chat/completions endpoint. Zhipu’s own site is running a limited-time 50% promotion on GLM-5.3-Flash until 24:00 on 9 September 2026 (UTC+8); APIYI launched at the standard list price.Stack Recharge Bonuses
The rates above are before discounts. Stacking a recharge bonus brings the effective cost to roughly 83%–91% of list — the more you recharge, the bigger the bonus. See Recharge Promotions for details.Summary & Recommendations
GLM-5.3 pushes post-training scale to a new level with real gains on both the coding and cyber-defense fronts, making it one of the strongest open-weight foundations for coding agents available today. GLM-5.3-Flash matches the flagship at a tenth of the cost and adds multimodality on top, a high-value pick for frequent long-context work. Both are priced at official rates on APIYI, and recharge bonuses lower the cost further. Recommended for:- Developers running Claude Code, OpenCode and similar coding agents who want a cost-effective open-weight alternative
- Security teams automating code audits and vulnerability discovery
- Multimodal development that needs image and video input, and teams processing logs or documents in bulk
- Enterprises that need on-prem deployment: Flash ships under MIT, and the flagship’s license should be reviewed first
Sources: Zhipu Z.AI official docs (
docs.z.ai), Hugging Face model cards (huggingface.co/zai-org/GLM-5.3, huggingface.co/zai-org/GLM-5.3-Flash), Artificial Analysis (artificialanalysis.ai). Data retrieved 8 September 2026.