Hunyuan 3.0 (Hy3)
Hy3 is Tencent's flagship open-weights release: a 295B-parameter Mixture-of-Experts text model activating 21B parameters per token, plus a 3.8B-parameter multi-token-prediction (MTP) layer for speculative decoding. Released July 6, 2026 under Apache 2.0 — dropping the territorial restrictions of the April preview — it ships as BF16 (`tencent/Hy3`) and official FP8 (`tencent/Hy3-FP8`) checkpoints with dedicated vLLM and SGLang recipes. The architecture: 80 layers, 192 routed experts with top-8 activation, GQA (64 heads, 8 KV heads), and a 262,144-token (256K) context window. Three reasoning-effort modes (`no_think`/`low`/`high`) toggle chain-of-thought depth. Tencent reports 90.4 on GPQA Diamond, 84.2 on BrowseComp, and 78.0 on SWE-Bench Verified, with tool-call accuracy variance under 4% across agent scaffoldings like CodeBuddy, Cline, and KiloCode.
Positioning
Don't let 21B active parameters fool you: MoE routing needs every expert resident in memory, so this is a datacenter model. BF16 needs roughly 590GB of VRAM and the official FP8 checkpoint is about 300GB before KV cache (which adds 80–120GB at long context) — Tencent's own recommendation is an 8x H20-3e node. Even a 512GB Mac Studio would burn over half its unified memory on the FP8 weights alone. There is no sanctioned single-box story here.
Who should run it: teams with 8x H100/H200-class hardware that want an Apache 2.0 agent backbone. The license is the real headline — the April preview's territorial restrictions (including the EU/UK exclusion) are gone, with no registration or acceptable-use strings, which puts it ahead of Llama for any org where legal review is the bottleneck. Reliability engineering is the differentiator: sub-4% tool-call variance across scaffoldings, hallucination rate cut from 12.5% to 5.4% in Tencent's internal evals, and 47.4% fewer tokens than GLM-5.2 on agent tasks — which compounds into real serving savings.
Who should skip it: coding-first users — GLM-5.2 (753B / ~40B active, double the compute per token) still leads there — and anyone doing frontier math (MathArena Apex 38.7 vs GPT-5.5's 85.4). And obviously anyone without a rack. For agent workloads at scale, this is arguably the cleanest-licensed deal in open weights right now.
Overview
Hy3 is Tencent's flagship open-weights release: a 295B-parameter Mixture-of-Experts text model activating 21B parameters per token, plus a 3.8B-parameter multi-token-prediction (MTP) layer for speculative decoding. Released July 6, 2026 under Apache 2.0 — dropping the territorial restrictions of the April preview — it ships as BF16 (`tencent/Hy3`) and official FP8 (`tencent/Hy3-FP8`) checkpoints with dedicated vLLM and SGLang recipes. The architecture: 80 layers, 192 routed experts with top-8 activation, GQA (64 heads, 8 KV heads), and a 262,144-token (256K) context window. Three reasoning-effort modes (`no_think`/`low`/`high`) toggle chain-of-thought depth. Tencent reports 90.4 on GPQA Diamond, 84.2 on BrowseComp, and 78.0 on SWE-Bench Verified, with tool-call accuracy variance under 4% across agent scaffoldings like CodeBuddy, Cline, and KiloCode.
Family & lineage
How this model relates to others in its lineage. Family members share architecture and training-data roots; parent / children edges record direct distillation or fine-tune relationships.
Strengths
Weaknesses
Quantization variants
Each quantization trades model quality for file size and VRAM. Q4_K_M is the most popular starting point.
| Quantization | File size | VRAM required |
|---|
Get the model
HuggingFace
Original weights
Source repository — direct quantization required.
Hardware that runs this
Cards with enough VRAM for at least one quantization of Hunyuan 3.0 (Hy3).
Models worth comparing
Same parameter band, plus what's one tier above and below — so you can decide what actually fits your hardware.
Frequently asked
Can I use Hunyuan 3.0 (Hy3) commercially?
What's the context length of Hunyuan 3.0 (Hy3)?
Source: huggingface.co/tencent/Hy3
Reviewed by RunLocalAI Editorial. See our editorial policy for how we research and verify model claims.
Related — keep moving
Verify Hunyuan 3.0 (Hy3) runs on your specific hardware before committing money.