GLM-5.1: The Open-Weight Model That Just Dethroned Two Proprietary Giants
An MIT-Licensed Model Leads the Coding Benchmark
Z.ai released GLM-5.1 — a 744-754B parameter Mixture-of-Experts model under MIT license that scored 58.4 on SWE-bench Pro, claiming the #1 position over both GPT-5.4 and Anthropic's Opus 4.6 (53.4). Four independent sources confirm the claim. The model was trained entirely on 100,000 Huawei Ascend chips with zero Nvidia silicon — making it the largest confirmed MoE training run on non-Nvidia hardware.
The best publicly accessible coding model is now open-weight, non-American, and runs on non-Nvidia hardware. Your build-vs-buy calculus just inverted.
What the Numbers Actually Say
| Model | SWE-bench Pro | Access | Cost | Long-Horizon |
|---|---|---|---|---|
| GLM-5.1 | 58.4 (#1) | Open weights, MIT | ~1/3 Opus 4.6 | 8 hrs / 1,700 tool calls |
| Opus 4.6 | 53.4 | Proprietary API | Baseline | Not reported |
| GPT-5.4 | <58.4 (exact unknown) | Proprietary API | Proprietary | Not reported |
The 5-point SWE-bench Pro gap over Opus 4.6 is meaningful — but it's a single benchmark. We have no cross-benchmark validation (HumanEval, MBPP, LiveCodeBench), no pass@k breakdown, no ablation studies, and no independent replication of the 8-hour demo. The demo of building a Linux desktop environment in 8 hours is qualitatively impressive but methodologically meaningless as evaluation — it's a single cherry-picked run.
The MoE Architecture Gap
GLM-5.1 is a 744-754B total parameter MoE model, but the active parameter count is undisclosed. This is critical: MoE models route to a subset of experts per token, so inference cost could be dramatically lower than a 744B dense model. But you literally cannot plan GPU procurement without this number. Z.ai hasn't disclosed the expert count, routing strategy, or activation ratio. Compare this to Gemma 4's 26B A4B which transparently reports 3.8B active of 26B total (14.6% activation).
The Endurance Claim
Z.ai frames long-horizon capability — 8 hours, 1,700 tool calls, resistance to strategy drift — as "the most important curve after scaling laws." This redefines what we should be measuring. Current benchmarks are point-in-time snapshots; they don't capture coherence decay or error accumulation over multi-hour sessions. The mechanism behind this coherence — state compression, external memory, checkpoint-based context refresh — is completely undisclosed.
Cross-Source Tension
Sources disagree on the exact parameter count (744B vs 754B), suggesting different sources are working from different announcements or rounding. More importantly, while four sources confirm the SWE-bench Pro score, none provide independent evaluation. The training data composition, fine-tuning approach, and whether GLM-5.1 was specifically tuned for SWE-bench Pro are all unknown.
What to do
Benchmark GLM-5.1 against your current coding model (Opus 4.6/GPT-5.4) on your actual codebase, measuring pass@1, time-to-correct, and hallucination rate — not SWE-bench Pro
Request GLM-5.1 model card for active parameter count before making any GPU procurement decisions for self-hosting
Design a long-horizon evaluation harness that measures coherence at 100-step intervals over 500+ tool calls
Calculate break-even: self-hosted GLM-5.1 GPU cost vs current Opus 4.6 API spend at your actual request volume