Tencent releases Hy3 open-source model that allegedly matches models up to five times its active size
Tencent released Hy3, an open-source Mixture-of-Experts (MoE) model with 295 billion total parameters but only 21 billion active parameters per inference step. The model features a 3.8 billion parameter Multi-Token Prediction (MTP) layer and supports a context window of up to 256,000 tokens. In blind evaluations by 270 experts, Hy3 achieved a score of 2.67/4, outperforming GLM-5.1 (2.51/4), while reducing hallucination rates from 12.5% to 5.4%. Hy3 is available under the Apache 2.0 license on ma
Analysis
TL;DR
- Tencent released Hy3, an open-source Mixture-of-Experts (MoE) model with 295 billion total parameters but only 21 billion active parameters per inference step.
- The model features a 3.8 billion parameter Multi-Token Prediction (MTP) layer and supports a context window of up to 256,000 tokens.
- In blind evaluations by 270 experts, Hy3 achieved a score of 2.67/4, outperforming GLM-5.1 (2.51/4), while reducing hallucination rates from 12.5% to 5.4%.
- Hy3 is available under the Apache 2.0 license on major platforms, including an FP8-quantized version, and is already integrated into Tencent’s ecosystem products like WeChat and WorkBuddy.
Why It Matters
This release demonstrates the practical viability of highly sparse MoE architectures for achieving frontier-level performance with significantly reduced computational costs during inference. By making such a large-scale model openly available under a permissive license, Tencent lowers the barrier for developers to experiment with high-capability models that were previously accessible only through proprietary APIs.
Technical Details
- Architecture: Utilizes a Mixture-of-Experts (MoE) design with 295 billion total parameters, activating only 21 billion parameters per token generation to optimize efficiency.
- Enhancements: Incorporates a 3.8 billion parameter Multi-Token Prediction (MTP) layer to improve generation speed and accuracy.
- Context Capacity: Supports long-context understanding with a maximum sequence length of 256,000 tokens.
- Performance Metrics: Internal testing confirmed a hallucination reduction from 12.5% to 5.4%, and expert blind tests rated it superior to competitors like GLM-5.1.
- Availability: Distributed via Hugging Face, ModelScope, and GitHub under Apache 2.0, with an FP8-quantized variant provided for broader hardware compatibility.
Industry Insight
The aggressive open-sourcing of a model with such a high parameter count suggests a strategic move to establish Hy3 as a foundational standard in the open-source AI community, potentially challenging the dominance of closed-source proprietary models. Practitioners should evaluate the FP8 quantization for deployment on consumer-grade GPUs, as this could enable high-performance inference on hardware previously considered insufficient for models of this scale.
Disclaimer: The above content is generated by AI and is for reference only.