GLM 5.2: The First Frontier AI Model You Can Actually Download

Glowing red and gold neural sphere representing GLM 5.2 open weights frontier model

For about three years, the same sentence kept appearing in every AI conversation, like a tic. “Yes, the open models are catching up, but they’re still six to twelve months behind the closed frontier.” It became background noise. A polite way of saying that if you wanted the best, you paid Anthropic or OpenAI, you accepted the rate limits, and you stopped asking questions.

Z.ai just made that sentence sound stupid.

On June 16, 2026, the Chinese lab released GLM 5.2, an MIT-licensed, 744-billion-parameter mixture-of-experts model with 40B active parameters, a 1-million-token context window, and a score of 51 on the Artificial Analysis Intelligence Index v4.1. That score is not “good for an open model.” It is the highest open-weights score ever recorded on that index, eleven points higher than GLM 5.1, and it sits effectively tied with proprietary models that cost ten times more per task.

This is the moment. The first time a fully open frontier model has results that aren’t apologetic.

Glowing red and gold neural sphere representing GLM 5.2 open weights frontier model
The first frontier model you can actually download.

What “frontier and open” finally means

Let’s get the terminology out of the way, because the AI industry loves blurring it. Open weights means the model’s parameters are downloadable. Anyone can host it, fine-tune it, run it on their own GPUs, audit its behavior. MIT license means commercial use, modification, and redistribution are all permitted with effectively no strings attached. There’s no “non-commercial only” trap, no “must request approval over 700 million users” clause, no community-use license dressed up in open-source clothes.

GLM 5.2 ships under MIT. It’s on Hugging Face. You can fork it tonight.

What changed compared to the previous wave of capable open models? Three things, and they all matter.

One: the benchmarks aren’t selective. Past open releases would lead a single eval (usually a math or code benchmark the team had clearly trained for) and pretend that proved parity. Artificial Analysis’s Intelligence Index is a composite of nine benchmarks — GDPval-AA v2, τ³-Banking, Terminal-Bench v2.1, SciCode, Humanity’s Last Exam, GPQA Diamond, CritPt, AA-Omniscience, AA-LCR — covering reasoning, science, agentic workflows, long-context retrieval, and hallucination resistance. GLM 5.2 leads every other open model on the aggregate.

Two: it’s not behind on agentic work. The new headline number is GDPval-AA v2, the real-world economic-task benchmark. GLM 5.2 scores 1524, leading all open-weights models, ahead of MiniMax-M3 (1418) and DeepSeek V4 Pro (1328). It is effectively tied with GPT-5.5 xhigh (1514). For an open MIT-licensed model to sit next to OpenAI’s top reasoning configuration on the benchmark designed to measure real economic value is, frankly, the headline.

Three: the gap to the absolute top closed at the same time the gap to the rest opened up. GLM 5.2 didn’t just edge out the next open model. It put seven points between itself and the second-best (MiniMax-M3 at 44). That’s not catching up. That’s clearing.

The benchmark numbers, in detail

Here’s what jumped most between GLM 5.1 and GLM 5.2, with the same parameter count (744B / 40B active):

  • CritPt (scientific reasoning): +16 points, now 21%
  • Humanity’s Last Exam: +12 points, now 40%
  • AA-LCR (long-context retrieval): +9 points, now 71%
  • τ³-Banking: +15 points, now 27%
  • SciCode: +7 points, now 50%
  • Terminal-Bench v2.1: +16 points, now 78%
  • GPQA Diamond: +3 points, now 89%
  • AA-Omniscience Index: 4 (up from 2), accuracy 25.1% (up from 24.2%), hallucination 28.1% (down from 29.4%)

A 16-point jump on Terminal-Bench and another 16 on CritPt, from the same architecture, points to either a serious data and post-training overhaul or substantially more reasoning compute spent during training, or both. The context window also tripled, from 200K in GLM 5.1 to 1M tokens in 5.2, without sacrificing retrieval quality (the AA-LCR jump confirms it).

Bar chart showing GLM 5.2 leading open weights models on the Artificial Analysis Intelligence Index
GLM 5.2 leads the open weights field by seven points. Not catching up. Clearing.

How GLM 5.2 stacks up against everyone else

The interesting question isn’t whether GLM 5.2 beats other open models. It does, comfortably. The interesting question is how it compares to the proprietary frontier on price and intelligence at the same time.

Here’s the table. Pricing is per 1 million tokens. Intelligence is the Artificial Analysis Intelligence Index v4.1 composite score. Open means the weights are downloadable under a license that allows commercial use.

Model Maker Open? Intel. Index Input $/M Output $/M Context
GLM 5.2 (max) Z.ai Yes (MIT) 51 $1.40 $4.40 1M
GPT-5.5 (xhigh) OpenAI No ~53 ~$10 ~$40 400K
Claude Fable 5 Anthropic No ~52 ~$15 ~$75 500K
Gemini 3.5 Pro Google No ~49 ~$5 ~$20 2M
MiniMax-M3 MiniMax Yes 44 $0.80 $3.20 1M
DeepSeek V4 Pro DeepSeek Yes (MIT) 44 $0.27 $1.10 256K
Kimi K2.6 Moonshot Yes 43 $0.60 $2.50 512K
GLM 5.1 (max) Z.ai Yes (MIT) 40 $1.20 $4.00 200K
Gemma 4 27B Google Yes (Apache 2.0) 34 ~$0.20 ~$0.60 128K
Llama 4 Behemoth Meta Yes (custom) 36 $0.50 $2.10 256K
Pricing and intelligence comparison, June 2026. Closed-model pricing is the first-party API rate at default reasoning settings; the proprietary index scores are approximate from publicly available Artificial Analysis snapshots.

Read that table for a minute and notice what it says. GLM 5.2 is about seven times cheaper on input than GPT-5.5 and about nine times cheaper on output, while landing within two index points of the absolute frontier. Claude Fable 5 is roughly seventeen times more expensive on output for one extra index point.

If you’ve been paying Anthropic or OpenAI rates for the last twelve months because there was nothing comparable, this table is the math you didn’t have.

The cost story is more interesting than the headline

One thing to be honest about: GLM 5.2 is not the cheapest open model. DeepSeek V4 Pro will do a full Intelligence Index task for about $0.05. GLM 5.2 costs roughly $0.46. That’s nine times more expensive than DeepSeek per task.

The reason: GLM 5.2 thinks a lot. It burned through 43,000 output tokens per task on average, of which 37,000 were reasoning tokens. GLM 5.1 used 26,000. DeepSeek V4 Pro and MiniMax-M3 land around 24,000 to 37,000. So GLM 5.2 buys its eleven extra index points partly through more reasoning compute at inference time, not just smarter weights.

But here’s the right comparison to make. Per task:

  • DeepSeek V4 Pro: $0.05 (Intelligence Index 44)
  • MiniMax-M3: $0.18 (Intelligence Index 44)
  • GLM 5.1: $0.25 (Intelligence Index 40)
  • Kimi K2.6: $0.31 (Intelligence Index 43)
  • GLM 5.2: $0.46 (Intelligence Index 51)
  • GPT-5.5 xhigh: roughly $5 (Intelligence Index ~53)
  • Claude Fable 5: roughly $6+ (Intelligence Index ~52)

Artificial Analysis put it cleanly: GLM 5.2 has the “lowest cost per task among models at its intelligence level.” If you want the cheapest, DeepSeek. If you want the smartest open model, GLM 5.2. And the smartest open model is now within a rounding error of the smartest closed model, for one-tenth the price.

Scatter plot of LLM intelligence vs cost per task showing GLM 5.2 on the open weights Pareto frontier
The Pareto frontier finally has an open weights model on it.

Speed and serving

The first-party Z.ai API serves GLM 5.2 at about 110 tokens per second, which is above the class median of 59 t/s. Time to first token is 2.38 seconds, roughly average. Eight major inference providers are already serving it: DeepInfra, Novita, Nebius, Parasail, Siliconflow, GMI Cloud, Baseten, and Fireworks.

The cache hit price is the part that turns this from interesting into ridiculous. At $0.26 per million tokens on cached input, an 81% discount on the input rate, agentic workloads that re-read the same project files dozens of times per session become cheap in a way they have never been on closed models. Anthropic’s prompt caching is good. This is better, on a model that’s open weights.

What Hacker News is actually saying

The Hacker News thread on the release is a circus, in a good way. Quoting some of what people are actually testing in production right now:

unrvl22: “It’s literally Opus 4.7 quality stupid prices. Cancelled my Claude subscription. I can burn 300m tokens a day of this quality, for $50 a month.”

benjiro29: “GLM 5.2 Max = Opus 4.8 Max in thinking behavior. Basically Opus 4.8’s little brother, at a way, WAY cheaper price. But really no training on Opus models going on, right?”

redox99: “Definitely opus level for coding.”

kristopolous: “Open models are on about a 4-7 month lag right now. An open-weights model could reach Claude Fable 5 level before the new year.”

And the criticisms, which matter just as much:

Tiberium: “GLM 5.2 xhigh spent over 15 minutes reasoning, spending about 45k tokens, before it finally wrote the first file. Intelligence is sufficient now, reasoning efficiency should be the priority.”

cmrdporcupine: “I ground through $5 USD worth of tokens quite quickly. And this was high, not max.”

simonw: “GLM 5.1/5.2 are not vision models, which is uncommon now and limits use cases like screenshot-to-HTML.”

CuriouslyC: “A lot of third-party hosts misconfigure models or stealth quantize them. Saw 20-40% quality gaps on Kimi. Stick with the first-party API or known-good providers.”

The unrvl22 quote is the one to pay attention to. Whether or not you trust that exact comparison to Opus, the willingness of paying Claude customers to cancel on the basis of an open-weights release is something that has never happened before at the frontier. That’s the signal.

The honest list of caveats

Before anyone goes too far, the gaps that still exist:

No vision. GLM 5.2 is text-in, text-out. Closed competitors (GPT-5.5, Claude Fable 5, Gemini 3.5) all do images, video, audio. For a lot of agentic workflows — screenshots, charts, PDFs with figures — that gap is real and not closing this week.

Reasoning token verbosity. The 43k-token average per task means GLM 5.2 is not the model to drop into a latency-sensitive consumer product without careful prompt-engineering or a “low reasoning” mode. The xhigh setting is for batch agentic work, not chat.

Quantization roulette. Anyone running GLM 5.2 through a random hosted endpoint should test their actual quality, not trust the leaderboard. Quantization quality differences of 20%+ have been documented across providers for previous open models.

Self-hosting cost. The model is 744B total. Running it locally at the unquantized full precision needs a serious cluster. Most people will continue paying an API. But the difference is that anyone can host it — universities, governments, regulated companies that can’t ship customer data to OpenAI. That optionality didn’t exist at this quality level before.

Why this is bigger than a leaderboard update

The closed frontier was built on a quiet bet: that the gap between best-closed and best-open would stay large enough that enterprise customers had no real choice. Six months, twelve, eighteen. Long enough for OpenAI and Anthropic to keep charging premium rates because the alternative was a 12-point Intelligence Index gap, which translated to a real product quality gap, which translated to “we have to pay them.”

That bet still works at the very top. GPT-5.5 xhigh and Claude Fable 5 are arguably still two or three points smarter than GLM 5.2. But two points cost ten times more. And the regulated industries — banking, healthcare, defense, government — that have been told “you need this quality, you need to send your data to a US cloud” can now run a frontier-equivalent model on their own infrastructure, fine-tune it, audit it, and never call an external API.

Open weights at the frontier doesn’t just lower prices. It rearranges who gets to build with the best AI.

A short history of the GLM family

The story of how Z.ai got here is not “we showed up last week.” The General Language Model family was first published in 2022 by researchers at Tsinghua University, with an architecture that combined autoregressive generation and bidirectional attention. GLM-130B, released open-weights in late 2022, was one of the first non-Western models that could meaningfully compete with the GPT-3 generation. It got benchmarked, written about, then mostly forgotten outside specialist circles.

GLM 3 and GLM 4 were where things got serious. Z.ai (the commercial entity that grew out of the Tsinghua research group) shifted to a mixture-of-experts architecture, scaled training compute, and started shipping monthly improvements to the chat product zhipu.ai inside China. By the time GLM 5.1 dropped in early 2026 with 744B total / 40B active parameters, the model was a credible “second-tier frontier” choice — usable for serious work, beaten on benchmarks by closed labs.

GLM 5.2 keeps the parameter count identical to 5.1. Same MoE shape, same 40B active experts. The eleven-point Intelligence Index gain came from somewhere else: better data, more reasoning RL during post-training, longer effective reasoning chains, and a context window expansion from 200K to 1M tokens that didn’t degrade retrieval. This is the boring kind of progress that doesn’t make a flashy keynote but matters more than scaling: same compute budget, better outputs. The same recipe Anthropic has been using to push Claude forward release-over-release.

The geopolitical subtext nobody wants to write

Half the comments on the HN thread are about model quality. The other half are about what it means that the open weights frontier is now Chinese.

GLM 5.2 joins a list that, as of June 2026, includes DeepSeek (V4 Pro), MiniMax (M3), Moonshot (Kimi K2.6), and Alibaba (Qwen 3). Every open frontier-adjacent release in the last six months has come from a Chinese lab. The American side of the open-weights story is Meta’s Llama 4 (still capable but behind on the index), Google’s Gemma 4 (smaller scale, optimized for on-device), and a long tail of fine-tunes. None of those compete with GLM 5.2 at the top.

One HN commenter (tcp_handshaker) put it bluntly: “China is going to eat the US lunch on AI.” Another, marcus_cemes, gave the European reading: “We’re just exhausted by the constant AI hype.” A third, Certhas, asked the question that should worry policymakers more than either of those takes: “Why no EU startups? Two US, several Chinese, none from Europe. That’s a very important question the EU should ask.”

The political economy of frontier AI is shifting. American closed labs charge frontier prices to global customers. Chinese open labs release weights under MIT and let anyone host them anywhere. European labs… aren’t in this conversation. If you run a regulated bank in Frankfurt, the question last year was “do we accept that AI means sending data to OpenAI.” This year, the answer can be “no — we host GLM 5.2 on our own GPUs.” The geopolitical implication is that the model itself is now a commodity, and the moat moves to compute, data, distribution, and integration.

The actual math on a cached agentic workload

Let’s make this concrete. Say you’re building a code-agent product. The agent gets a 50K-token codebase context at the start of each session and runs ten reasoning turns averaging 5K input / 8K output. Each turn re-reads about 80% of the prior context (effectively cached on a sticky-session provider).

On Claude Fable 5, at roughly $15 input / $75 output (no caching discount in this estimate):

  • Initial context: 50K × $15/M = $0.75
  • Per turn: (5K × $15 + 8K × $75) / 1M = $0.075 + $0.60 = $0.675
  • Ten turns: $6.75
  • Total per session: ~$7.50

On GLM 5.2 with the cached input rate:

  • Initial context: 50K × $1.40/M = $0.07
  • Per turn (assuming 80% cache hit on input): (4K × $0.26 + 1K × $1.40 + 8K × $4.40) / 1M = $0.00104 + $0.0014 + $0.0352 = $0.038
  • Ten turns: $0.38
  • Total per session: ~$0.45

That’s a 16× cost difference for an agentic workload, on a model that scores within two points of the closed frontier on the most important benchmarks. If the product margin math used to require subsidized usage or hard rate-limiting, that constraint just changed.

The catch (always a catch): GLM 5.2 will use more reasoning tokens than Claude on the same task, which eats into the savings. The 16× number assumes equivalent output volumes, which is a generous assumption. Realistic delta, with GLM doing roughly 1.5–2× more reasoning on average, is closer to 8–10× cheaper. Still enough to fundamentally change product economics.

What I’d actually do with it

If you’re shipping product:

  1. Run an A/B on your current Claude or GPT workload. Take 100 real production prompts, run them through GLM 5.2 max via the first-party Z.ai API, and compare on your actual quality criteria. The cost math only matters if quality matches.
  2. Use the cached input rate aggressively. Agentic apps re-reading the same context across turns get an 81% input discount. Architect for that.
  3. Don’t expect vision yet. If your workflow needs screenshots or PDF images, keep a Gemini or GPT-5.5 endpoint for that part.
  4. Pin the provider. Whether first-party or one of the eight inference providers, run a quality probe on each one before trusting cost-routing across them.

If you’re not shipping product, the takeaway is shorter. The story that “open is six months behind” is over. The next question isn’t whether open catches the closed frontier. It’s how long the closed frontier keeps charging twenty-dollar-per-million-token rates when an MIT-licensed alternative scores within two points of them.

That’s a question with a clock on it now.

English|Italiano