Z.ai releases GLM-5.3 open weights with a one-million-token configuration

GLM-5.3 weights are live on Hugging Face. The 753B-parameter text model adds controllable reasoning effort, a one-million-token configuration, and important cyber-safety caveats.

Quick answer

Z.ai published GLM-5.3's model card and weight files on Hugging Face on August 28, 2026. The 753B-parameter text model uses the same base model as GLM-5.2, with Z.ai attributing its coding, long-horizon, and cyber-capability gains to additional post-training. The configuration supports up to 1,048,576 positions and adjustable reasoning effort. The weights use a custom GLM-5.3 license, and the exact model is not verified in Chat AI.

Download Chat AI Opens the official App Store or Google Play for your device.

Quick answer: GLM-5.3 weights are now available

Z.ai has published GLM-5.3's model card, configuration, license, tokenizer, and sharded weight files on its official Hugging Face account. The repository identifies it as a text-generation model with 753B parameters. This is the full GLM-5.3 release, not the smaller GLM-5.3-Flash model released earlier in the week.

Sources: Z.ai on Hugging Face

The update comes from post-training rather than a new base model

Z.ai says GLM-5.3 uses the same base model as GLM-5.2 and attributes the gains to post-training. The official card positions the update for complex coding and long-horizon agent tasks. Its benchmark table includes publisher-run and third-party-evaluated results, but the scores use different harnesses, context limits, timeouts, and judging methods, so teams should reproduce the workflows that matter to them.

Sources: Z.ai on Hugging Face

A 753B-parameter model makes local deployment a serious infrastructure project

The model page reports 753B parameters, while the configuration sets max_position_embeddings to 1,048,576. Z.ai lists Transformers, vLLM, SGLang, TokenSpeed, KTransformers, and Unsloth among the deployment paths. Those specifications do not mean a typical laptop can run the published weights comfortably; memory, quantization, throughput, context length, and serving framework all need workload-specific testing.

Sources: Z.ai on Hugging Face, Z.ai on Hugging Face

Reasoning effort can be set to low, high, or max

The model card documents a reasoning_effort parameter with low, high, and max levels, defaulting to max when the value is omitted or unrecognized. It also says clear_thinking defaults to false in the chat template and recommends explicitly setting it to true for chat scenarios. These controls affect how the model is served and evaluated; they do not guarantee a correct answer.

Sources: Z.ai on Hugging Face

The cyber results are a capability warning, not just a benchmark headline

Z.ai describes cyber capability as emerging faster than expected during post-training and reports gains on vulnerability-discovery and exploitation benchmarks. Those are first-party claims with detailed evaluation notes on the model card, not independent proof of safe or reliable real-world performance. Organizations considering deployment should restrict tools and networks, isolate execution, log actions, require authorization, and keep human review around security-sensitive work.

Sources: Z.ai on Hugging Face

GLM-5.3 uses a custom license rather than the MIT license

The GLM-5.3 license broadly permits use, modification, distribution, fine-tuning, deployment, and derivative works, subject to retaining the notice and following applicable law. It adds a condition for a Model as a Service business whose affiliated group exceeds $10 billion in revenue over a consecutive 12-month period: Z.ai requires a security review before commercial use. The license also disclaims warranties. Review the original text and obtain legal advice for a real deployment.

Sources: Z.ai on Hugging Face

GLM-5.3 is not yet verified in Chat AI

The exact GLM-5.3 model name does not appear in Chat AI's current model directory, so this article does not claim that it is available in the app. Check the current directory and in-app model selector before assuming access. GLM-5.3 and GLM-5.3-Flash should also be treated as separate model choices with different size, architecture, license, and deployment requirements.

Sources: Chat AI, Z.ai on Hugging Face

Frequently asked questions

What readers usually ask

Are the GLM-5.3 weights available to download?

Yes. Z.ai has published the model files and documentation on its official Hugging Face repository under the custom GLM-5.3 license.

How large is GLM-5.3?

The official Hugging Face model page reports 753B parameters. Running the published weights requires deployment planning around memory, quantization, context length, and serving software.

Does GLM-5.3 support a one-million-token context window?

The published configuration sets max_position_embeddings to 1,048,576. Actual long-context accuracy, memory use, latency, and cost depend on the serving setup and workload.

Is GLM-5.3 the same as GLM-5.3-Flash?

No. They are separate releases. The full GLM-5.3 model page reports 753B parameters and a custom license, while GLM-5.3-Flash is a smaller model with different architecture and licensing details.

Is GLM-5.3 available in Chat AI?

The exact GLM-5.3 model is not currently listed in Chat AI's verified model directory, so its availability in Chat AI is unverified.

Evidence

Sources

  1. GLM-5.3 model card and weightsZ.ai on Hugging Face · Primary source
  2. GLM-5.3 configurationZ.ai on Hugging Face · Primary source
  3. GLM-5.3 licenseZ.ai on Hugging Face · Primary source
  4. Chat AI model directoryChat AI · Primary source