AI News AI资讯 3d ago Updated 3d ago 更新于 3天前 49

Tencent Releases Hy3: An Open 295B Mixture-of-Experts (MoE) Model with 21B Active Parameters and 256K Context 腾讯发布Hy3:开源295B混合专家(MoE)模型,含21B活跃参数和256K上下文

Tencent releases Hy3, an open-source 295B-parameter Mixture-of-Experts (MoE) model licensed under Apache 2.0, activating only 21B parameters per token for efficient inference. The architecture integrates a Multi-Token Prediction (MTP) layer and supports 256K context length, optimized for reasoning, agentic workflows, and long-context tasks. Hy3 demonstrates strong performance in STEM and coding benchmarks, with significant improvements in production reliability, including reduced hallucination r 腾讯发布开源295B参数MoE模型Hy3,激活参数仅21B,采用Apache 2.0协议,支持256K长上下文。 引入多Token预测(MTP)层配合投机解码,显著提升推理速度,并针对Agent工作流优化了工具调用稳定性。 在STEM推理和代码任务上表现强劲,幻觉率大幅降低,盲测中在特定工程场景下优于GLM-5.1。 提供FP8量化版本以降低部署成本,推荐8卡GPU部署,支持通过API控制“思考深度”以平衡性能与成本。

75
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Tencent releases Hy3, an open-source 295B-parameter Mixture-of-Experts (MoE) model licensed under Apache 2.0, activating only 21B parameters per token for efficient inference.
  • The architecture integrates a Multi-Token Prediction (MTP) layer and supports 256K context length, optimized for reasoning, agentic workflows, and long-context tasks.
  • Hy3 demonstrates strong performance in STEM and coding benchmarks, with significant improvements in production reliability, including reduced hallucination rates and stable tool calling across various agent scaffolds.
  • It offers a cost-effective alternative to larger models like GLM-5.2 by trading some absolute coding accuracy for a significantly smaller active parameter footprint, facilitating cheaper self-hosting.

Why It Matters

Hy3 represents a strategic shift toward efficient, open-weight models capable of handling complex agentic workflows without the prohibitive costs associated with massive dense or large-active-parameter MoE models. By providing robust tool-calling stability and anti-hallucination features out of the box, it addresses critical pain points for developers building autonomous agents. The Apache 2.0 license further democratizes access to high-performance reasoning capabilities, allowing enterprises to deploy sophisticated AI solutions on their own infrastructure.

Technical Details

  • Architecture: Sparse MoE with 192 experts and top-8 routing, resulting in 21B activated parameters per token. Includes a 3.8B parameter Multi-Token Prediction (MTP) layer for accelerated decoding via speculative decoding in vLLM and SGLang.
  • Specifications: 80 layers (excluding MTP), 64 attention heads with GQA (8 KV heads), hidden size of 4096, and a vocabulary size of 120,832. Supports BF16 precision, with a separate FP8 checkpoint available to reduce memory footprint.
  • Performance & Benchmarks: Achieves 78.0 on SWE-Bench Verified and 90.4 on GPQA Diamond. Internal evaluations show hallucination rates dropped from 12.5% to 5.4%, and multi-turn intent tracking issues decreased from 17.4% to 7.9%.
  • Deployment: Requires approximately 8 GPUs (e.g., H20-3e) for full BF16 serving. Supports an OpenAI-compatible API with a reasoning_effort flag to control chain-of-thought depth ("no_think", "low", "high").

Industry Insight

  • Cost-Efficient Agentic AI: Organizations should evaluate Hy3 for self-hosted agent deployments where GPU memory costs are a constraint. The 21B active parameter count allows for competitive performance at a fraction of the hardware cost required by models with 40B+ active parameters.
  • Reliability Over Raw Scores: For production environments, prioritize models with demonstrated stability in tool calling and hallucination reduction. Hy3's focus on reducing infinite loops and improving grounding suggests a trend where operational reliability is becoming as important as benchmark scores.
  • Speculative Decoding Adoption: The integration of MTP and support for speculative decoding in major inference engines highlights the importance of optimizing inference speed. Developers should leverage these features to reduce latency in long-context or multi-step reasoning tasks.

TL;DR

  • 腾讯发布开源295B参数MoE模型Hy3,激活参数仅21B,采用Apache 2.0协议,支持256K长上下文。
  • 引入多Token预测(MTP)层配合投机解码,显著提升推理速度,并针对Agent工作流优化了工具调用稳定性。
  • 在STEM推理和代码任务上表现强劲,幻觉率大幅降低,盲测中在特定工程场景下优于GLM-5.1。
  • 提供FP8量化版本以降低部署成本,推荐8卡GPU部署,支持通过API控制“思考深度”以平衡性能与成本。

为什么值得看

Hy3展示了如何在保持较低激活参数规模(21B)的同时,通过MoE架构和MTP技术实现高性能推理,为开发者提供了高性价比的自托管大模型选择。其对Agent稳定性和反幻觉能力的专项优化,使其成为构建复杂自动化工作流和长文档处理的理想候选模型。

技术解析

  • 架构设计:Hy3拥有295B总参数量,采用稀疏MoE架构,包含192个专家,每次Token仅激活Top-8专家(约21B激活参数)。配备3.8B参数的MTP层,结合vLLM或SGLang进行投机解码,加速生成过程。
  • 性能基准:在SWE-Bench Verified上得分78.0,GPQA Diamond达到90.4,USAMO 2026达到72.0。内部评估显示,幻觉率从12.5%降至5.4%,常识错误率从25.4%降至12.7%。
  • 可靠性优化:重点解决了Agent场景下的三大痛点:工具调用稳定性(跨框架准确率方差<4%)、反幻觉机制(基于证据回答或标记缺失)、以及多轮对话意图追踪(MRCR基准分从42.9%提升至75.1%)。
  • 部署与接口:支持BF16及FP8精度,推荐8卡GPU(如H20)部署。提供OpenAI兼容API,新增reasoning_effort参数(no_think/low/high)以动态调整计算资源消耗。

行业启示

  • 性价比权衡策略:Hy3证明了通过减少激活参数而非单纯堆砌总参数,可以在自托管场景中显著降低GPU成本,同时保持接近更大模型的性能,这对预算有限的企业具有战略吸引力。
  • Agent工程化成熟度:模型对工具调用循环、格式错误等生产环境常见故障的针对性修复,标志着LLM正从“实验室演示”向“工业级可靠组件”转变,稳定性将成为选型的关键指标。
  • 灵活推理控制:引入类似思维链深度的可控参数(reasoning_effort),允许应用层根据任务复杂度动态分配算力,这种细粒度的成本控制机制将成为未来AI服务架构的标准配置。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Open Source 开源 LLM 大模型 Agent Agent Research 科学研究