GLM 5.2 Just Dropped — Open Weights, 1M Context, and It Beats GPT-5.5 at 1/6th the Cost

On this page
The Fable 5 shutdown left a vacuum. China just filled it — with open weights.
Four days ago, we wrote about the US government shutting down Claude Fable 5 — the most capable AI model ever made generally available, pulled offline over a "jailbreak" that other models can already do. We called it a dangerous precedent.
Now Z.ai (formerly Zhipu AI, the company behind the GLM model family) has released GLM-5.2 — a 753-billion parameter frontier model under a pure MIT license. No restrictions. No geographic fencing. No kill switch. The founder's message was unmistakable:
"Today, the sudden restriction of certain frontier models is deeply regrettable. The path to AGI must never be enclosed by high walls. The future of AI is open, and it is for the people." — Jie Tang, Z.ai founder
Read that again. This isn't a research preview. This isn't a gated beta. This is a frontier-class model you can download from HuggingFace right now, fine-tune, and run on your own hardware.
What GLM 5.2 actually is
GLM-5.2 is a Mixture-of-Experts architecture with 753 billion total parameters but only ~40 billion active per token. That's the key — you get frontier-level intelligence without needing to run all 753B parameters simultaneously.
The headline specs:
| Spec | Detail |
|---|---|
| Architecture | 753B MoE, ~40B active per token |
| Context Window | 1,000,000 tokens (1M) |
| Max Output | 262,144 tokens |
| License | MIT (fully open, no restrictions) |
| Reasoning Modes | "High" (balanced) and "Max" (full reasoning) |
| Input/Output | Text only |
Two architectural innovations make this model stand out:
- IndexShare — Reuses one indexer across every 4 sparse attention layers, reducing compute FLOPs by 2.9x at the full 1M context. This is what makes a million-token window actually usable, not just a marketing number.
- Multi-Token Prediction (MTP) — Upgraded speculative decoding that boosts accepted token length by up to 20% during inference. Faster generation without sacrificing quality.
The 1M context window is the real story here. That's roughly 1,500 pages of text. You can feed it an entire codebase, a full legal contract, or months of conversation history and it stays coherent. Z.ai's technical blog details how they stress-tested it at maximum length and it held stable.
The benchmarks: it beats GPT-5.5 where it counts
GLM-5.2 isn't just competitive — it outperforms OpenAI's GPT-5.5 on most agentic and long-horizon coding benchmarks. Here's the breakdown from VentureBeat's coverage:
Coding & agentic tasks
| Benchmark | GLM 5.2 | GPT-5.5 | Claude Opus 4.8 |
|---|---|---|---|
| SWE-bench Pro | 62.1 | 58.6 | — |
| FrontierSWE (Dominance) | 74.4% | 72.6% | 75.1% |
| MCP-Atlas (tool use) | 77.0 | 75.3 | 77.8 |
| Humanity's Last Exam (w/ tools) | 54.7 | 52.2 | 57.9 |
| PostTrainBench | 34.3% | 25.0% | — |
| SWE-Marathon | 13.0% | 12.0% | — |
| Terminal-Bench 2.1 | 81.0 | 84.0 | 85.0 |
| Design Arena (ELO) | #1 — 1360 | — | — |
GLM-5.2 is the first open-weights model to cross 80% on Terminal-Bench, and it took first place on the Design Arena crowdsourced benchmark — beating even Claude Fable 5. On BenchLM's provisional leaderboard, it ranks [#3 out of 124 models](https://benchlm.ai/models/glm-5-2) with a score of 94/100. Artificial Analysis ranks it #1 out of 92 models on their Intelligence Index.
Let's be real — it does trail Claude Opus 4.8 narrowly on Terminal-Bench (81.0 vs 85.0) and raw reasoning. But for agentic coding, tool use, and long-horizon engineering tasks, GLM-5.2 is either matching or beating everything else on the market. Open or closed.
The price: this is the real disruption
Here's where it gets wild:
| Model | Input (per 1M tokens) | Output (per 1M tokens) | Total |
|---|---|---|---|
| GLM 5.2 | $1.40 | $4.40 | $5.80 |
| GPT-5.5 | $5.00 | $30.00 | $35.00 |
| Claude Opus 4.8 | ~$15.00 | ~$75.00 | ~$90.00 |
GLM-5.2 is 6x cheaper than GPT-5.5 and roughly 15x cheaper than Claude Opus 4.8 for comparable or better performance on coding tasks. The cache hit price drops to just $0.26 per 1M tokens — an 81% discount.
Enterprise subscriptions start at $12.60/month through Z.ai's coding plan. And if you want to run it yourself? The weights are on HuggingFace under MIT license. No API fees. No usage caps. Just compute costs.
Community reaction: excitement with healthy skepticism
The response has been fast and loud.
Hacker News: 766 points, 493 comments
The announcement thread hit #3 on the front page. Two dominant themes emerged:
- Gratitude for openness. Multiple users expressed relief that a frontier model exists that can't be taken away by government decree. The Fable 5 shutdown is still fresh.
- Healthy benchmark skepticism. Several users cautioned that Z.ai's own benchmarks should be treated carefully until independent verification. CoderSera's analysis put it well: "As of 48 hours post-launch, no third party has published SWE-bench Verified, LiveCodeBench, Terminal-Bench 2.0, or AIDER Polyglot scores specifically for 5.2. Treat the 5.1 numbers as the credible floor."
Reddit: enthusiastic with caveats
- r/LocalLLaMA — "GLM-5.2 (max) is currently the third best model available, across both open and proprietary." Users noted that 2 of the top 3 agentic coding models on LiveBench being open-weights is "mental."
- r/LocalLLaMA (launch thread) — "It's still open weight — you can self host if you're motivated to. Even if you aren't, there's going to be some amazing price-pressure from big providers serving it."
- r/ZaiGLM — Servers getting hammered in the first 48 hours. Day-one users reported it "worked great" but Z.ai's infrastructure was struggling with demand.
Developer tools: day-one integration
Kilo Code and Cline IDE confirmed day-one support. GLM-5.2 is available on OpenRouter right now, and Z.ai says API access will be fully open alongside the weights release.
The speed
On BridgeBench, GLM-5.2 hits a median throughput of 296.7 tok/s with a time-to-first-token of 2,450ms. Artificial Analysis measured 108 tok/s output speed, ranking #16 out of 92 models — faster than average. One caveat: it's verbose. Their evaluation generated 140M output tokens vs the 110M average. If you're cost-sensitive, prompt carefully.
What this means for WindOp
GLM-5.2 is available on OpenRouter right now. That means it's accessible to every WindOp user through their existing API key — no new accounts, no special access, no waitlist.
For WindOp users, this matters in three ways:
- Coding tasks just got dramatically cheaper. If you're running complex multi-step coding workflows through WindOp, GLM-5.2 delivers frontier-class results at a fraction of the cost of GPT-5.5 or Opus.
- The model competition is accelerating. Every month, a new model drops that pushes the price-performance frontier forward. GLM-5.2, Kimi K2.7 Code, MiniMax M3 — the open-weights ecosystem is catching up to closed models fast. WindOp's model-agnostic architecture means you always have access to the best option for each task.
- Open weights mean no shutdown risk. After the Fable 5 situation, the ability to self-host a frontier model matters. GLM-5.2 under MIT means enterprises and developers can run it locally without worrying about a government directive pulling the plug.
If you're using WindOp with OpenRouter, try switching to z-ai/glm-5.2 for your next coding task. The quality jump from GLM-5.1 is significant, and the pricing is hard to beat.
The bottom line
There is no AI bubble. Every few months, someone writes a thinkpiece about how AI is overhyped. They've been wrong every single time.
GLM-5.2 is a 753-billion parameter frontier model that beats GPT-5.5 on most coding benchmarks, ships under MIT license, has a real 1M context window, and costs 6x less than OpenAI's offering. It arrived three days after the US government shut down a competing model.
The pattern is clear: every generation pushes the frontier forward, and what was expensive last year becomes affordable this year. The only question is whether you're building with these tools or watching from the sidelines.
— Zach, CEO/Co-Founder
Related Posts
The Government Gate Opened. Now Everything Is Happening at Once.
GPT-5.6 is public, ChatGPT Work launched, Claude Code has a browser, Claude Cowork is going mobile, Satya Nadella warns about AI data leaks, and Chinese open-weight models now handle 40% of developer tokens. Here's everything that happened in the last six days.
GPT-5.6 Was Supposed to Drop Today. The Government Had Other Plans.
Polymarket had it at 68-74.5% probability. The developer community was ready. Instead, the Trump administration intervened again and GPT-5.6 Sol remains locked behind government-approved partners only.
The US Government Just Shut Down Claude Fable 5. Here's What Actually Happened.
Three days after launch, the US government ordered Anthropic to pull Claude Fable 5 and Mythos 5 offline for everyone. The reason? A jailbreak that other models can already do. Here's the full story and what it means.