GLM-5.2, the new flagship from Beijing-based Zhipu AI (which ships internationally as Z.ai), is now the highest-ranked open-weight model in the world and fourth overall behind only closed frontier systems. It is a 753-billion-parameter mixture-of-experts model with a usable one-million-token context window, and it is released under the MIT license, so anyone can download it, run it privately, fine-tune it, and ship it in a product with no permission required.

  • GLM-5.2 is a 753B-parameter mixture-of-experts model with a real 1M-token context, released under the MIT license.
  • It ranks first among open-weight models and fourth globally, the strongest showing yet for a downloadable model.
  • MIT terms mean no regional restrictions and no usage limits: self-host it, fine-tune it, and redistribute it freely.
  • It lands in a wave of Chinese open releases alongside LongCat-2.0 and DeepSeek V4-Pro, reshaping who controls foundation models.
How a mixture-of-experts model activates only part of its weightsA router sends each token to a small subset of expert networks, so a 753-billion-parameter model runs at the cost of a much smaller one per token.inTokenone piece of inputrouteRouterpicks few expertsmoeExpertsfew of many fireoutAnswercombined output753B parameters total, only a slice active per tokengenztech.blog
Fig 1 A mixture-of-experts design holds 753B parameters but activates only a fraction for each token, which is how open models now reach frontier quality without frontier serving costs.

What did Zhipu actually ship?

Zhipu released the full weights of GLM-5.2 in mid-June, not a hosted API with a waitlist. That distinction is the entire point. A closed model like GPT-5.6 or Gemini 3.5 Pro is a service you rent through someone else's servers, and the provider can change the price, alter the behavior, log your prompts, or cut you off. An open-weight model is a file you own. You can run GLM-5.2 inside your own data center, on rented GPUs, or air-gapped on hardware that never touches the public internet. For regulated industries, sovereign governments, and any team that treats its prompts as trade secrets, that control is worth more than a few points on a benchmark.

RelatedAnthropic Overtakes OpenAI on Revenue Run-Rate

The technical shape matters too. At 753 billion total parameters GLM-5.2 is enormous, but its mixture-of-experts design means only a fraction of those weights activate for any given token, so inference stays affordable relative to a dense model of the same size. The one-million-token context window is genuine working memory, enough to hold an entire codebase, a long legal contract, or a book-length document in a single prompt without external retrieval tricks.

Why does the MIT license change the stakes?

Licensing is where GLM-5.2 gets aggressive. Many so-called open models ship under custom licenses with acceptable-use clauses, revenue caps, or restrictions on who may deploy them. MIT has none of that. It is one of the most permissive licenses in software: use it commercially, modify it, fine-tune it on your own data, and redistribute the result, with essentially no strings beyond keeping the copyright notice. For a frontier-adjacent model, that is close to a gift. It removes the legal friction that usually keeps enterprises from betting on open weights, and it lets startups build products on a top-four model without paying per-token API fees or asking anyone's permission.

ModelGLM-5.2DeepSeek V4-ProLlama-classGPT-5.6 / Gemini
WeightsOpen, downloadableOpen, downloadableOpen, downloadableClosed, API only
LicenseMIT (very permissive)MITCommunity licenseProprietary terms
OriginZhipu AI, BeijingDeepSeek, ChinaMeta, USUS labs
Self-host?Yes, fullyYesYesNo
Open rank#1 open, #4 overallTop agentic open modelMid-packFrontier (closed)

Why are the strongest open models suddenly Chinese?

This is the deeper story, and it is a policy story as much as a technical one. Through 2026 the United States has tightened export controls on its most capable models, at one point pulling a frontier system offline for weeks. That pressure pushes global buyers who want certainty toward models that cannot be switched off by a foreign government. Chinese labs have leaned into open weights precisely because giving the model away builds worldwide adoption, mindshare, and a developer ecosystem that no export order can reach. GLM-5.2, LongCat-2.0, and DeepSeek V4-Pro are the result: a coordinated bet that in a fragmented world, distribution beats secrecy.

European labs read the same board differently. Mistral, with permissive licensing and GDPR compliance, is positioning itself as the option for buyers who want neither US export risk nor questions about Chinese provenance. The map of AI power is no longer a single leaderboard. It is a three-way split between American closed frontier models, Chinese open weights, and a European middle path, and buyers now choose partly on geopolitics.

RelatedClaude Sonnet 5: Near-Opus Coding at Half the Price

Who should actually use GLM-5.2?

Not everyone. If you want the single best answer regardless of cost or control, a closed frontier model still edges ahead, and GLM-5.2 sits fourth for a reason. But the audience for a downloadable top-four model is large and growing: enterprises with strict data-residency rules, government and defense buyers who cannot send prompts to a US or foreign cloud, cost-sensitive startups serving high token volumes, and researchers who need to inspect and modify a model rather than treat it as a black box. For all of them, GLM-5.2 is not a compromise. It is the most capable option that also happens to be free to own.

What to watch · 2026–2027
  • Independent benchmarks. Rankings that lean on self-reported scores should be confirmed by third-party evals before anyone treats #4 as settled.
  • Fine-tune ecosystem. MIT weights invite a flood of specialized variants. The number and quality of GLM-5.2 derivatives is the real adoption signal.
  • Serving economics. A 753B MoE is cheaper than a dense equivalent, but hosting it still needs serious hardware. Watch which clouds offer it turnkey.
  • Policy response. If the best open model staying Chinese becomes a headline in Washington, expect fresh debate over whether the US should fund open weights of its own.

Our take

GLM-5.2 is the clearest sign yet that open weights have caught up to the frontier, and that the center of gravity for downloadable models has moved to China. The importance is not that any single benchmark flipped. It is that a company you can neither invoice nor easily sanction just handed the world a top-four model under a license that removes every reason not to use it. American labs still hold the outright quality crown, but they hold it behind a paywall and an export regime, while the best model you can actually own now ships from Beijing for free. That is a structural shift, and pretending it is only about scores misses what changed. The models are becoming commodities. The remaining moats are distribution, trust, and control, and open weights attack all three at once.

Primary sources

Original analysis by GenZTech. Source: Z.ai. Figures current as of July 2026.