Tencent releases Hunyuan Hy3 under Apache 2.0
The company's latest mixture-of-experts model arrives as an openly licensed conversational LLM on Hugging Face.

Tencent has published Hunyuan Hy3, a new conversational large language model built on a mixture-of-experts (MoE) architecture, to Hugging Face. The model ships under the Apache-2.0 license, one of the most permissive terms available for commercial and research use.
The MoE design is the notable structural choice here. Rather than activating every parameter for each token, mixture-of-experts models route inputs through a subset of specialized "expert" networks. That approach lets a model carry a large total parameter count while keeping the compute cost of any single inference pass lower than a dense model of comparable size.
Why it matters
Tencent has steadily expanded its Hunyuan family across text, image, and video, and continued open releases give developers outside China a credible alternative to the usual Western and other Chinese open-weight labs. A few practical points stand out:
- Apache-2.0 licensing removes many of the usage restrictions attached to some competing open models.
- MoE architecture signals a focus on efficient scaling rather than brute-force dense parameter growth.
- Conversational focus positions Hy3 as a general-purpose assistant model rather than a narrow specialist.
Tencent has not yet detailed parameter counts, context length, or benchmark results in the initial listing, so a fuller assessment will depend on the model card and independent testing. For now, the release adds another permissively licensed MoE option to a crowded but fast-moving open-weights landscape.
Sources
- Visit
tencent/Hy3
Hugging Face
More in Text / LLM
Meituan Ships a Lighter, Sparser LongCat-Flash
The food-delivery giant's newest open model trims its mixture-of-experts design for more efficient inference under an MIT license.
DeepSeek Refreshes V4-Flash With New 0731 Checkpoint
The MIT-licensed mixture-of-experts model returns in an updated build shipping with FP8 weights for cheaper inference.
DeepSeek Ships V4-Flash, a 304B MoE Tuned for Agents
The latest checkpoint in DeepSeek's V4 line leans into agentic workflows while keeping the permissive MIT license.
0 comments
No comments yet. Be the first to weigh in.