Discover and explore top open-source AI tools and projects—updated daily.
Tencent-HunyuanLeading reasoning and agent LLM with efficient MoE architecture
New!
Top 73.8% on SourcePulse
Hy3: A High-Efficiency Reasoning and Agent Model
Hy3 is a 295B parameter Mixture-of-Experts (MoE) model, featuring 21B active parameters, designed for advanced reasoning and agentic tasks. It offers significant cost efficiency and performance competitive with much larger models, making it a powerful option for developers and researchers seeking production-ready AI capabilities across diverse applications like coding, office automation, and financial modeling.
How It Works
Hy3 utilizes a Mixture-of-Experts (MoE) architecture, comprising 295 billion total parameters but activating only 21 billion per inference, enhancing efficiency. It incorporates a specialized 3.8 billion parameter MTP (Mixture-of-Turing-Projections) layer and 192 experts with top-8 activation. This design, coupled with extensive post-training and RL scaling, enables strong performance in reasoning, agentic tasks, and handling a 256K context length, outperforming models with significantly more parameters.
Quick Start & Requirements
transformers>=5.6.0 (for SGLang). Serving requires substantial hardware, with 8 GPUs (e.g., H20-3e) recommended for the 295B model.Highlighted Details
Maintenance & Community
Developed by the Tencent Hy Team, with a contact email provided for R&D and product teams (hunyuan_opensource@tencent.com). No specific community channels like Discord or Slack, nor a public roadmap, are detailed in the provided documentation.
Licensing & Compatibility
Released under the Apache License 2.0. This license is generally permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
Serving the full 295B parameter model necessitates substantial hardware resources, with 8 GPUs recommended for optimal performance. While the model demonstrates strong capabilities, specific performance claims are based on internal evaluations and benchmarks, requiring users to validate suitability for their unique use cases.
4 days ago
Inactive
ai-dynamo
OpenBMB
EricLBuehler