Three Open-Source Giants Enter the Ring
The race for open-weight AI supremacy just got significantly more competitive. Three trillion-parameter Mixture-of-Experts (MoE) models — Kimi K3, DeepSeek V4 Pro, and GLM-5.2 — are now squarely in the sights of developers, IT decision makers, and privacy-focused organisations looking for capable, self-hostable alternatives to closed commercial APIs. For teams navigating GDPR obligations, data sovereignty requirements, or simply trying to reduce dependence on US hyperscalers, these open-source MoE AI models represent a genuinely compelling option. The question is: which one actually delivers, and at what cost?
Mixture-of-Experts architecture has quickly become the preferred approach for scaling large language models efficiently. Rather than activating the entire parameter space for every token, MoE models route each input through a subset of "expert" sub-networks, dramatically reducing compute per inference while maintaining — or even improving — overall model quality. The result is a class of models that can be enormous in raw parameter count yet tractable to serve, making them increasingly viable for organisations that want to keep AI workloads on-premises or in private cloud infrastructure. According to research aggregated by Hugging Face, MoE architectures now dominate the top tiers of open-weight model leaderboards, displacing the dense transformer models that defined the previous generation.
What Each Model Actually Brings to the Table

Kimi K3 is developed by Moonshot AI, a Chinese AI lab that has steadily built a reputation for strong reasoning capabilities. Kimi K3 follows the MoE paradigm with a large total parameter count and a comparatively small number of active parameters per forward pass. Its benchmark results are particularly strong in mathematics, code generation, and multi-step reasoning tasks — areas that matter enormously to software development teams and data engineers. The model is released under an MIT licence, which is about as permissive as open-source licensing gets. This means commercial use, modification, redistribution, and integration into proprietary products are all permitted without royalty obligations, a crucial consideration for businesses building products on top of open-weight foundations.
DeepSeek V4 Pro comes from DeepSeek, a lab that has arguably done more than any other to shift the Overton window on what open-weight models can achieve. DeepSeek's previous releases caused significant disruption in the AI industry precisely because they matched or exceeded the performance of much larger closed models at a fraction of the training cost. V4 Pro continues this trajectory, with reported strong performance across coding, reasoning, and general language tasks. Its licence is a Modified MIT variant — retaining most of the permissive characteristics of standard MIT but introducing certain downstream restrictions that teams need to scrutinise carefully, particularly around use cases that compete directly with DeepSeek's commercial services.
GLM-5.2 is the latest iteration from Zhipu AI's GLM (General Language Model) family, developed in collaboration with Tsinghua University. GLM models have historically been notable for their strong multilingual capabilities, particularly in Chinese-English bilingual contexts, and for their relatively accessible deployment requirements compared to some competitors. GLM-5.2 also enters the trillion-scale MoE category, positioning itself as a serious contender for enterprises that require multilingual performance or have specific academic and research use cases. As noted in analysis published by Zhipu AI researchers on arXiv, the GLM series has been engineered from the ground up for instruction-following and tool-use scenarios.
Benchmark Results: Where Each Model Actually Outperforms
Raw benchmark numbers are never the whole story, but they provide a useful starting point for narrowing down choices before committing infrastructure resources to a full evaluation. Across standard reasoning and coding benchmarks, all three models perform at a level that would have seemed extraordinary even two years ago — but there are meaningful differences in their respective strengths.
| Model | Architecture | Licence Type | Key Strength | Commercial Use |
|---|---|---|---|---|
| Kimi K3 | MoE (Trillion-scale) | MIT | Math, Coding, Reasoning | Unrestricted |
| DeepSeek V4 Pro | MoE (Trillion-scale) | Modified MIT | Coding, General Language | Restricted in some cases |
| GLM-5.2 | MoE (Trillion-scale) | Modified MIT | Multilingual, Tool-use | Restricted in some cases |
Kimi K3 shows particular strength in mathematical problem-solving benchmarks, which aligns well with use cases in quantitative finance, scientific research, and complex data analysis pipelines. DeepSeek V4 Pro tends to perform extremely well on coding-related evaluations — a pattern consistent with the lab's previous releases — making it a natural first candidate for developer tooling, code review automation, and software engineering assistance workflows. GLM-5.2's multilingual capabilities and instruction-following precision make it the strongest candidate for customer-facing applications that require nuanced language understanding across multiple languages, particularly where Chinese-language support is a requirement.
"When evaluating open-weight models at this scale, the benchmark numbers matter less than the licensing terms and the total cost of serving them in production," said one senior ML engineer at a European cloud consultancy. "A model that scores two points higher on MMLU but has ambiguous commercial licensing is a worse choice for enterprise deployment than a slightly lower-scoring model under a clean MIT licence."
Why Licensing Matters More Than Most Teams Realise
For organisations operating under GDPR and European digital sovereignty frameworks, licensing clarity is not a minor footnote — it is a foundational requirement. The distinction between a clean MIT licence and a Modified MIT licence can have substantial legal and operational consequences, particularly for businesses building commercial products or services on top of these model weights.
Kimi K3's standard MIT licence is the most straightforward option. It imposes virtually no restrictions beyond attribution, which means legal and compliance teams have little to evaluate. For startups, SMEs, and enterprise teams that want to move quickly without prolonged legal review, this clarity is a genuine competitive advantage.
DeepSeek V4 Pro and GLM-5.2 both operate under Modified MIT frameworks that introduce specific carve-outs. In DeepSeek's case, prior documentation of its model licence terms has included restrictions on using the weights to train competing models or to provide services that directly compete with DeepSeek's own commercial offerings. The precise terms of the V4 Pro licence require careful reading — something the EU AI Act's emerging compliance frameworks will increasingly demand as a due diligence standard. As Wired has previously documented, the "open-source" label in AI is frequently applied loosely, and the details of weight-sharing agreements vary significantly between labs.
Real-World Serving Costs: What Self-Hosting Actually Costs

Benchmark performance and licence clarity are only two legs of the evaluation triangle. The third — and often most consequential for IT decision makers — is what it actually costs to run these models in production. Trillion-parameter MoE models are not small deployments. Even with the efficiency advantages of the MoE architecture, the memory footprint for hosting these models remains substantial, typically requiring multiple high-memory GPU nodes to serve at reasonable throughput.
The practical economics of serving open-source MoE AI models break down across several dimensions: GPU memory requirements for model weights (typically measured in terms of how many A100 or H100 GPUs are needed for full-precision or quantised deployment), inference throughput in tokens per second, and the hardware cost per million tokens generated. According to analysis published by TechCrunch covering the broader open-weight model market, organisations that self-host MoE models at scale can achieve cost-per-token figures significantly below commercial API pricing, but only if they maintain high GPU utilisation — a non-trivial operational challenge.
MoE architecture provides a meaningful advantage here. Because only a fraction of the total parameters are active during any given inference, the compute cost per token is materially lower than a comparable dense model. DeepSeek's own technical publications have emphasised this efficiency characteristic as a core design goal, noting that V4-series models were specifically engineered to reduce serving costs relative to earlier architectures. GLM-5.2 similarly benefits from MoE efficiency, though the specific active parameter ratios differ between the three models.