AI agents · OpenClaw · self-hosting · automation

Quick Answer

K2 Horizon 375B vs GLM 5.2 vs DeepSeek V4 Pro 2026

Published:

The Short Answer

Three open flagships, three different arguments. As of September 7, 2026:

K2-Horizon-375B-A23BGLM 5.2DeepSeek V4 Pro
LabIFM / MBZUAI (Abu Dhabi)Z.aiDeepSeek
ReleasedSep 3, 20262026 (5.3 weights Aug 28)latest snapshot Aug 13, 2026
Total params375B1.6T
Active/token23B49B
ArchitectureSparse MoESparse MoESparse MoE
Context512K1,000,000
Max output384K
LicenseApache 2.0open weightsMIT
Full training recordpromised, not yet shippednono

The one-line verdict: GLM 5.2 wins the benchmark table, DeepSeek V4 Pro wins context and output length, and K2 Horizon wins on openness — a claim that is partly IOU as of this writing.

Benchmarks: GLM 5.2 Leads, But Not Everywhere

These rows come from IFM’s own model card for the 375B, which is the most useful kind of table: a lab publishing where its model loses.

BenchmarkK2-Horizon-375BGLM 5.2MiniMax-M3
GDPVal-AA (Elo)1,4411,4981,380
Toolathlon Verified65.359.953.7
Terminal-Bench 2.170.2 (audited 66.9)77.965.2
SWE-bench Pro (strict)42.646.743.8
MCPMark67.772.448.8
SWE-Atlas-QnA (strict)48.446.442.3

Two things to hold onto.

First, the 70.2 has a footnote. IFM audited its own Terminal-Bench 2.1 run for reward hacking using Artificial Analysis’s procedure with GPT-5.6 Sol as judge, found 24 flagged trials across 10 tasks, and published the corrected figure: 66.9. That widens the gap to GLM 5.2 by another three points. Quote 66.9.

Second, the comparison target is stale by design. IFM benchmarked against GLM 5.2, but GLM 5.3 weights landed August 28, 2026 — before K2 Horizon shipped. Every gap in that table is therefore a floor, and the real distance to the current best open-weight flagship is larger than printed.

DeepSeek V4 Pro is not in IFM’s table. Where it competes is on shape rather than score.

DeepSeek V4 Pro: Context Is the Product

1.6T total / 49B active · 1M context · 384K max output · MIT

DeepSeek’s flagship is roughly 4x the total parameter count of K2’s and activates more than twice as many parameters per token (49B vs 23B). That is a real serving-cost difference, not a spec-sheet flourish: active parameters set your per-token compute and latency floor.

What you buy for it:

  • A 1,000,000-token default context, roughly double K2 Horizon’s 512K.
  • A 384K maximum output — unusually large, and the reason V4 Pro shows up in long-form generation and whole-repo refactor pipelines.
  • MIT license, the most permissive of the three.

There is also DeepSeek V4 Flash at 284B / 13B active with the same 1M context and MIT terms, plus DeepSeek-V4-Flash-Vision-Exp, an experimental multimodal checkpoint published to Hugging Face on August 31, 2026 under MIT. If you want DeepSeek’s context story at a fraction of the memory footprint, Flash is the version to test first.

⚠️ Note on version noise: a “DeepSeek V5” claim circulated in September 2026 with no changelog entry, model string or paper behind it. As of September 7, 2026 the current published line is V4 Pro / V4 Flash. Do not build a plan on V5.

Openness: The Only Category K2 Wins Outright

This is the actual reason to care about K2 Horizon.

K2 HorizonGLM 5.2 / 5.3DeepSeek V4
Final weights
Permissive license✅ Apache 2.0open weights✅ MIT
Intermediate checkpointspartial
Training data or recipepartial
Training codepartial
Mixture composition + logspartial

“Partial” is doing real work in that column. Within the K2 fleet, only the 3.7B and 7B ship the complete artifact set today. The 375B and 36B cards state that intermediate checkpoints, data and training code will be released. The 32B is a Stage 1 checkpoint with the final still pending.

So if reproducibility is your requirement — regulated model provenance, academic replication, a data-lineage audit — K2 Horizon is the only one of the three even attempting it, but the flagship is not yet the model that delivers it. The 7B is.

Serving and Availability

K2 HorizonGLM 5.2DeepSeek V4 Pro
Local runtimesvLLM, SGLang, Ollama day-zero; GGUF buildsvLLM, SGLangvLLM, SGLang
HardwareNVIDIA, AMD, CerebrasNVIDIANVIDIA
Hosted APIsCompass, Cerebras, AWS, NebiusmultipleDeepSeek + resellers
Published per-token pricenone yetvendor ratevendor rate

K2 Horizon’s day-zero Ollama and GGUF support is unusually complete for a launch, and Cerebras deployment is a differentiator if latency matters more than cost. But no K2-specific per-token price was published as of September 7, 2026 — do not read a hosting partner’s generic rate as K2’s price.

How to Choose

If you need…Pick
Best open-weight agent/coding scoresGLM 5.2 — and test 5.3
1M context or 384K outputsDeepSeek V4 Pro (or V4 Flash for cheaper memory)
Reproducible training lineageK2 Horizon — but the 7B, not the 375B
Apache 2.0 with a patent grantK2 Horizon
MIT with the fewest stringsDeepSeek V4
A small model that punches upK2-Horizon-7B (70.6 SWE-bench Verified)

The honest summary: K2 Horizon’s flagship is not the best open model, and IFM’s own table says so. Its contribution is the training record — and the small models built from it.

Last verified: September 7, 2026.

Sources