Tencent Releases Hy3: 295B-Parameter MoE Model with 21B Active Parameters at 256K Context
Tencent has released Hy3, a 295-billion parameter Mixture-of-Experts model with 21 billion active parameters and 3.8 billion MTP layer parameters. The model features a 256K context window and is released under Apache 2.0 license, with pricing not yet disclosed.
Tencent Releases Hy3: 295B-Parameter MoE Model with 21B Active Parameters at 256K Context
Tencent has released Hy3, a 295-billion parameter Mixture-of-Experts (MoE) model with 21 billion active parameters and 3.8 billion MTP (speculative decoding) layer parameters. The model features a 256K context window and is available under Apache 2.0 license.
Model Architecture
Hy3 uses a 192-expert MoE architecture with top-8 activation, meaning 8 of the 192 experts activate for each token. The model comprises 80 standard layers plus 1 MTP layer, with 64 attention heads using grouped query attention (8 KV heads). It uses a vocabulary of 120,832 tokens and supports BF16 precision.
The model requires approximately 8 H20 GPUs or equivalent hardware with large memory capacity for serving, according to Tencent's deployment documentation.
Training and Evaluation Approach
Tencent claims Hy3 "significantly outperforms similar-size models and rivals flagship open-source models with 2-5x the parameters." The company conducted what it describes as a blind test with 270 domain experts across real-world workflows, collecting 312 valid comparisons. According to Tencent, Hy3 scored 2.67/4 versus GLM-5.1's 2.51/4, with particular advantages in frontend development, CI/CD, and data storage tasks.
On the internal multi-turn dialogue benchmark MRCR, Tencent reports improvement from 42.9% to 75.1%. The company claims hallucination rates dropped from 12.5% to 5.4% and multi-turn issue rates from 17.4% to 7.9% in internal evaluations. No standard public benchmark scores (MMLU, HumanEval, etc.) were disclosed.
Deployment and Features
The model supports three reasoning modes via the reasoning_effort parameter: "no_think" (default), "low", and "high" for chain-of-thought reasoning on complex tasks. Tencent provides dedicated recipes for vLLM and SGLang deployment, both supporting the MTP speculative decoding layer.
Recommended inference parameters are temperature=0.9 and top_p=1.0. The model includes built-in tool calling and reasoning parsers.
Availability
Hy3 and a quantized Hy3-FP8 variant are available on Hugging Face, ModelScope, GitCode, and CNB. Tencent provides a complete finetuning pipeline and the AngelSlim compression toolkit supporting quantization and speculative sampling. Pricing for API access has not been disclosed.
What This Means
Hy3 represents Tencent's entry into the large-scale open-source MoE model space, directly competing with Meta's Llama and Alibaba's Qwen series. The 256K context window and Apache 2.0 license make it accessible for commercial use, though the lack of standard benchmark scores makes direct performance comparison difficult. The 8-GPU serving requirement and focus on "product experience" improvements suggest Tencent is targeting enterprise deployment over consumer applications. Without disclosed pricing or public benchmark validation, adoption will depend heavily on independent testing by the developer community.
Related Articles
Alibaba Releases Qwen3.8 Open-Weight Models Under Apache 2.0, Including 27B Multimodal Model with 262K Native Context
Alibaba's Qwen team has released open weights for Qwen3.8, including a 27-billion-parameter multimodal dense model with 262,000 tokens of native context. The models ship under the Apache 2.0 license and are available on Hugging Face and ModelScope.
Alibaba Releases Qwen3.8-2.4T-A95B-FP8: 2.4T-Parameter Open Model with 1M-Token Context
Alibaba's Qwen team has released Qwen3.8-2.4T-A95B-FP8, an open-weight, FP8-quantized MoE model with 2.4 trillion total parameters and 95 billion activated per token. It natively supports 262,144 tokens of context, extensible to 1,010,000, and forms the base for the hosted Qwen3.8-Max API.
NVIDIA Releases Nemotron 3.5 Lightning: 30B MoE Model with 1M Token Context and 3B Active Parameters
NVIDIA released the full-precision BF16 reference weights for Nemotron 3.5 Lightning, a 30B-parameter Mixture-of-Experts model with only 3B active parameters and support for up to 1 million tokens of context. The model uses a hybrid Mamba-2, MoE, and Attention architecture and is licensed under OpenMDW-1.1 for commercial use.
Z.ai Releases GLM-5.3 with 1M-Token Context and Always-On Reasoning
Z.ai has released GLM-5.3, a large-scale reasoning model aimed at software engineering and long-horizon agent tasks, featuring a 1M-token context window and mandatory reasoning that cannot be disabled. The model is priced at $1.40 per 1M input tokens and $4.40 per 1M output tokens on OpenRouter.
Comments
Loading...