Z.ai releases GLM-5.3-Flash with open weights for multimodal agents
Z.ai has released GLM-5.3-Flash with public weights, native multimodal inputs, a 1M-token context window, and a focus on coding and long-horizon agent work.
Z.ai has released GLM-5.3-Flash with public weights, native multimodal inputs, and a 1M-token context window. The model targets coding, tool use, document work, and long-running agent tasks while activating 18 billion parameters from a 320-billion-parameter mixture. Z.ai says the weights are available on Hugging Face under the MIT License.
GLM-5.3-Flash is built for long-running work
Z.ai describes GLM-5.3-Flash as its first natively multimodal model in the GLM-5 family. It accepts text, images, video, and files, and is designed to inspect visual feedback while continuing a task. The release positions that capability around practical work: presentations, spreadsheets, dashboards, interfaces, research material, and other mixed-format inputs.
The model uses a hybrid architecture with sparse and linear attention. Z.ai reports roughly three times less attention compute than GLM-5.3 and a 4.4x reduction in KV-cache size in its published comparison. Those are vendor-reported figures, so deployment hardware, serving software, context length, and evaluation setup still matter.
Coding and agent access
The release focuses on agentic coding rather than chat alone. Z.ai reports higher scores than GLM-5.2 on Terminal Bench 2.1, DeepSWE, NL2Repo, Toolathlon Verified, and AutomationBench. The model card and release materials also describe tool calling, file handling, visual inspection, and iterative refinement as part of the intended workflow.

An independent arXiv paper examines the full 45-layer model in a vLLM and LMCache deployment, documenting a quantized checkpoint and a controlled cache-recovery experiment. That is evidence that the public model is being integrated outside Z.ai’s own AutoClaw surface; it is not a broad quality or production-capacity benchmark.
This weight release is a separate lifecycle event from the GLM-5.3-FlashX serving variant that recently appeared in Vercel AI Gateway. FlashX is aimed at faster hosted inference; GLM-5.3-Flash is the public-weight release readers can inspect and deploy through supported inference stacks.
What developers should verify
The MIT label and public files make local evaluation possible, but a 500B-scale model is not a small consumer download. Teams should confirm GPU memory, quantization support, framework compatibility, and the exact model revision before planning self-hosting. Z.ai names SGLang, vLLM, and TokenSpeed as supported or emerging inference options, with compatibility subject to change.
The practical choice is therefore deployment-specific. Hosted endpoints reduce infrastructure work; self-hosting offers more control over data and serving; provider routing can improve availability but adds another operational layer. Run the model against representative codebases and tool loops instead of treating the vendor benchmark table or one controlled systems paper as a guarantee.
Source check
Z.ai’s release describes the architecture, benchmark results, multimodal workflow, license, and supported inference ecosystem. The arXiv paper independently documents a working deployment of the public model and its operational constraints. Together they establish the release and external integration while leaving production performance an implementation question.
Try the related loot
Give OpenClaw Agents Pre-Verified Web Actions with Actionbook
