Luxsynthesis Blog
All articles
Models

Tencent Hunyuan Hy3 Released: 295B MoE, 256K Context, Open-Source Apache 2.0

Tencent Hunyuan open-sources Hy3: a 295B MoE model with 21B activated parameters and 256K context, under Apache 2.0 with no regional restrictions. Reasoning and agentic capabilities approach leading flagship models, with the hallucination rate dropping from 12.5% to 5.4%.

Author
Luxsynthesis
Published
Reading time
6 min read
Tencent Hunyuan Hy3 Released: 295B MoE, 256K Context, Open-Source Apache 2.0

Tencent Hunyuan Hy3 Released: 295B MoE, 256K Context, Open-Source Apache 2.0


Hy3 overview: 295B MoE, 256K context, Apache 2.0

The Tencent Hunyuan team has officially open-sourced Hy3, releasing both Hy3 and Hy3-FP8 weights simultaneously on HuggingFace, ModelScope, GitCode, and CNB.

Hy3 is a 295B-parameter MoE model with 21B activated parameters, plus 3.8B in MTP (Multi-Token Prediction) layers, a 256K context window, and an Apache 2.0 license with no regional restrictions. According to the team, Hy3 significantly outperforms models of comparable size and is on par with flagship open-source models with 2–5x the parameters.

This release comes just two months after the Hy3 Preview in late April. The team notes that after the Preview shipped, they collected feedback from over 50 product teams, fixed several issues in task execution and interaction, and expanded the scale and quality of their post-training data.


1. Model Specs

PropertyValue
ArchitectureMixture-of-Experts (MoE)
Total parameters295B
Activated parameters21B
MTP layer parameters3.8B
Layers (excl. MTP)80
MTP layers1
Attention heads64 (GQA, 8 KV heads, head dim 128)
Hidden size4096
Intermediate size13312
Context length256K
Vocabulary size120832
Expert config192 experts, top-8 activation
Supported precisionBF16

2. Benchmark Performance

The team published two charts comparing Hy3 against both same-tier and flagship models — including Hy3 Preview, GLM-5.2, Seed-2.1 Pro, DeepSeek V4 pro, Qwen-3.7 Max, GPT-5.5, and Claude Opus 4.8 — across reasoning, coding, agentic, and long-context benchmarks.

Hy3 main benchmark comparison

Hy3 full benchmark appendix

The team's overall conclusion: Hy3 shows "solid gains" in reasoning, agentic workflows, and long-context tasks, with performance approaching leading flagship models at home and abroad. For productivity scenarios — coding, document processing, financial analysis, game development, frontend design — Hy3 is positioned as a "reliable and cost-effective" option.

Real-Workflow Blind Evaluation: 270 Experts, 312 Comparisons

Real-workflow blind evaluation: 270 experts, 312 comparisons

Beyond public benchmarks, the team also ran a blind evaluation on real workflows:

  • Participants: 270 experts across different disciplines
  • Valid comparisons: 312 pairs
  • Scoring: 4-point scale
ModelScore
Hy32.67 / 4
GLM-5.12.51 / 4

The team reports that Hy3's advantages are most pronounced in frontend development, CI/CD, and data & storage.


3. Production Experience: More Reliable, More Cost-Effective

The team emphasizes that public benchmarks don't fully capture the production experience. Drawing on user feedback and product telemetry, they made targeted fixes to several behaviors that degrade the user experience, and received positive feedback from product teams.

Output Format and Tool-Call Stability

Multiple baseline reliability issues were fixed, raising the model to production-grade across tool configurations and output constraints:

  • Higher tool-call success rate and better error recovery
  • Fewer invalid calls that trigger infinite loops
  • Generalizes well across agent scaffolds

On SWE-Bench Verified, accuracy varies by less than 4% across scaffolds including CodeBuddy, Cline, and KiloCode.

World Knowledge and Hallucination Mitigation

Hallucination mitigation: hallucination and common-sense error rates drop significantly

The team treats internal knowledge and external hallucination as interconnected, systemic issues. The goal: "answer when there's evidence, say so when there isn't, never conflate sources, never fabricate data." They applied fine-grained data cleaning and training constraints toward this end.

MetricBeforeAfter
Hallucination rate12.5%5.4%
Common-sense error rate25.4%12.7%

These improvements significantly reduced confusing facts, content fabrication, and logical contradictions.

Complex Context Retention and Multi-Turn Intent Tracking

Through joint optimization of Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL), Hy3 improved on engineering pain points like coreference resolution, recovering omitted references, and multi-turn constraint inheritance. In internal comprehensive multi-turn tests, the issue rate dropped from 17.4% to 7.9%. On the open-source long-conversation benchmark MRCR, performance rose from 42.9% to 75.1%.

Output is more concise overall, and complex intent no longer degrades or drifts over long-horizon interactions.


4. Open Source and Model Weights

ModelDescriptionAvailability
Hy3Instruct modelHuggingFace / ModelScope / GitCode / CNB
Hy3-FP8FP8 quantized Instruct modelHuggingFace / ModelScope / GitCode / CNB

Licensed under Apache License 2.0.


5. API Pricing and Limits

Tencent Cloud's Hunyuan API has launched the official Hy3 release. Hy3 offers three thinking modes: no_think (ultra-fast response), think_low (fast thinking), and think_high (deep reasoning), letting users trade off between response speed, reasoning depth, and call cost.

Pricing

Billing itemPrice (RMB / million tokens)
Input1.0
Cache hit0.25
Output4.0

Supported Capabilities

  • Deep reasoning (think_high)
  • Function Calling
  • Structured output
  • Cache

Both input and output use text format.

Rate Limits

LimitValue
Max input tokens192K
Max output tokens128K
Context window256K
Max TPM1,000,000
Max QPM60

References

All articles