Tencent has officially released Hy3, a massive 295B MoE model that brings frontier-level performance to the open-source community under Apache 2.0.

On July 7, 2026, the landscape of artificial intelligence shifted significantly with Tencent's release of Hy3. For years, the gap between closed-source proprietary models and open-weight alternatives has been widening, leaving developers to choose between privacy and peak performance. Hy3 changes that equation entirely.
This isn't just another incremental update; it is a milestone model. By releasing a 295B parameter powerhouse under the Apache 2.0 license, Tencent is effectively bringing the 'open frontier' within reach of every developer, enterprise, and researcher. Hy3 represents a massive leap in efficiency and capability, proving that open-source can compete with the world's most expensive closed-source ecosystems.
At the heart of Hy3 lies a sophisticated 295B parameter Mixture-of-Experts (MoE) architecture. Unlike dense models that activate every parameter for every token, Hy3 utilizes a sparse activation strategy. This allows the model to possess the vast knowledge base of a massive model while maintaining the inference efficiency of a much smaller one.
The development of Hy3 was not done in a vacuum. Following a highly successful preview in late April, Tencent engaged with over 50 different product teams to gather real-world feedback. This iterative process allowed them to scale up post-training using significantly higher-quality, curated datasets, resulting in a model that is both smarter and more reliable than its predecessors.
Property Value Architecture Mixture-of-Experts (MoE) Total Parameters 295B Activated Parameters 21B MTP Layer Parameters 3.8B Number of Layers (excluding MTP layer) 80 Number of MTP Layers 1 Attention Heads 64 (GQA, 8 KV heads, head dim 128) Hidden Size 4096 Intermediate Size 13312 Context Length 256K Vocabulary Size 120832 Number of Experts 192 experts, top-8 activated Supported Precisions BF16
The most striking aspect of Hy3 is its performance relative to its size. While it is significantly smaller than the trillion-scale flagship models from closed labs, it rivals them in many key domains. In a blind evaluation conducted by 270 domain experts, Hy3 achieved a score of 2.67/4, notably outperforming GLM-5.1, which scored 2.51/4.
Beyond expert intuition, the hard numbers tell a story of massive technical improvement. Hy3 has addressed the two biggest pain points in LLM deployment: hallucination and commonsense reasoning. Compared to previous iterations, the hallucination rate has plummeted from 12.5% to a mere 5.4%, while commonsense error rates have been slashed from 25.4% to 12.7%.
For engineers, Hy3 is a specialized tool. The model shows its greatest advantages in high-complexity technical tasks. Specifically, it excels in frontend development, data and storage management, and CI/CD pipeline automation. This makes it an ideal candidate for integration into DevOps workflows and automated coding agents.
Furthermore, Hy3 is optimized for resource-heavy tasks like presentation creation and long-form document processing. In testing, it utilized 49% fewer tokens than GLM-5.2 for presentation generation, offering a massive reduction in both latency and cost for enterprise-scale automation.
Tencent has made Hy3 incredibly accessible. For developers looking to test the waters without any upfront commitment, Hy3 is available as a free tier on OpenRouter under the identifier 'tencent/hy3:free'. This is a game-changer for rapid prototyping and research.
For production-grade deployments, the model is designed to be both reliable and affordable. Its MoE architecture ensures that while the model is massive, the cost per token remains competitive for agentic workflows and high-volume RAG (Retrieval-Augmented Generation) applications.
Getting started with Hy3 is straightforward. Developers can access the model via OpenRouter for immediate API integration, or download the weights from Hugging Face to host their own instances. Given the 295B parameter count, we recommend utilizing high-bandwidth distributed inference frameworks to fully leverage the MoE architecture.
Whether you are building a specialized coding assistant, an automated DevOps agent, or a high-throughput document processing engine, Hy3 provides the scale and the license to build without boundaries.