AI News AI资讯 20h ago Updated 17h ago 更新于 17小时前 49

Alibaba Qwen Releases Qwen3.8-Max: A 2.4 Trillion Parameter MoE Model and the Most Capable One in the Qwen Family to Date 阿里巴巴Qwen发布Qwen3.8-Max:2.4万亿参数MoE模型,Qwen系列迄今最强

Alibaba Qwen team released Qwen3.8-Max, a 2.4 trillion-parameter MoE model with 1M-token context, now generally available via API with open weights coming next week A smaller Qwen3.8-27B checkpoint is also going open-weights, designed for on-premise GPU deployment The model excels in multimodal and agentic capabilities, leading PaperBench (93.0) and IFBench (82.8), with strong vision benchmarks including OSWorld-Verified (86.1) and OmniDocBench 1.5 (92.1) Pricing is $2.00 per 1M input tokens, $6 阿里巴巴发布Qwen3.8-Max,2.4万亿参数MoE架构,支持文本/图像/视频多模态输入,API已全面开放 提供1M token超长上下文窗口(输入991K/输出131K),开源权重将于下周发布,另有27B轻量版适配本地部署 定价$2/1M输入token、$6/1M输出token,缓存读取仅$0.25/1M token,缓存输入成本为全新输入的1/8 在Terminal-Bench 2.1达86.6分超越Claude Opus 4.8和Fable 5,但落后GPT-5.6 Sol;多模态和智能体能力显著提升 主要应用场景覆盖软件工程、法律金融文档审查、媒体电商运营和设计四大行业

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

Analysis 深度分析

TL;DR

  • Alibaba Qwen team released Qwen3.8-Max, a 2.4 trillion-parameter MoE model with 1M-token context, now generally available via API with open weights coming next week
  • A smaller Qwen3.8-27B checkpoint is also going open-weights, designed for on-premise GPU deployment
  • The model excels in multimodal and agentic capabilities, leading PaperBench (93.0) and IFBench (82.8), with strong vision benchmarks including OSWorld-Verified (86.1) and OmniDocBench 1.5 (92.1)
  • Pricing is $2.00 per 1M input tokens, $6.00 per 1M output tokens, with cached input at $0.25 per 1M tokens (8x cheaper than fresh input)
  • Major performance gains over predecessor: DeepSWE 1.1 jumped from 21.6 to 56.6, FrontierSWE from 40.7 to 73.5, and JobBench from 31.3 to 53.4

Why It Matters

This release represents a significant step in the open-weight MoE model race, offering both a flagship 2.4T model and a deployable 27B variant that bridges the gap between research and production. The emphasis on multimodal and agentic capabilities over pure reasoning aligns with industry trends toward practical, tool-using AI systems. The pricing structure with aggressive cache discounts provides a cost-effective pathway for enterprises handling repetitive prompt patterns.

Technical Details

  • Architecture: 2.4 trillion-parameter mixture-of-experts model accepting text, image, and video input with text output; activated parameter count undisclosed
  • Context & Limits: 1M-token context window (991K max input, 983K with thinking enabled), 131K max output, 262K reasoning budget, 2M tokens/minute rate limit
  • API Capabilities: OpenAI- and DashScope-compatible, supports function calling, structured outputs, batches, prefix completion, fine-tuning, and five built-in tools (code_interpreter, web_search, web_extractor, t2i_search, i2i_search)
  • Benchmark Performance: Terminal-Bench 2.1 at 86.6 (behind GPT-5.6 Sol's 88.8, ahead of Claude Opus 4.8/Fable 5 at 84.6); SWE-bench Pro at 67.7; GPQA Diamond at 92.6; strong vision scores across OSWorld-Verified, Parametric CAD Bench, and OmniDocBench
  • Deployment Options: Hosted API available immediately; open weights for both Qwen3.8-Max and Qwen3.8-27B shipping next week; 27B checkpoint targets on-premise GPU hardware

Industry Insight

The dual-release strategy (flagship + compact) mirrors a growing industry pattern where companies cater to both cloud-native and on-premise deployment needs, lowering barriers for enterprises with data sovereignty requirements. The 8x cost premium for uncached versus cached input suggests that prompt engineering and prefix optimization should be prioritized in production deployments to control expenses. The benchmark caveats—particularly comparing multimodal results against Qwen3.7-Plus rather than Qwen3.7-Max—highlight the importance of scrutinizing release claims and maintaining independent evaluation standards.

TL;DR

  • 阿里巴巴发布Qwen3.8-Max,2.4万亿参数MoE架构,支持文本/图像/视频多模态输入,API已全面开放
  • 提供1M token超长上下文窗口(输入991K/输出131K),开源权重将于下周发布,另有27B轻量版适配本地部署
  • 定价$2/1M输入token、$6/1M输出token,缓存读取仅$0.25/1M token,缓存输入成本为全新输入的1/8
  • 在Terminal-Bench 2.1达86.6分超越Claude Opus 4.8和Fable 5,但落后GPT-5.6 Sol;多模态和智能体能力显著提升
  • 主要应用场景覆盖软件工程、法律金融文档审查、媒体电商运营和设计四大行业

为什么值得看

Qwen3.8-Max的发布标志着开源大模型在参数规模和性能上进一步逼近闭源竞品,为开发者提供了高性价比的多模态智能体解决方案。其1M上下文窗口和缓存定价策略对长文档处理、代码库分析等企业级场景具有直接商业价值。

技术解析

  • 模型架构:2.4万亿参数MoE(混合专家)模型,激活参数数量未公开,影响实际部署成本评估。开源权重包含旗舰版和27B轻量版两个checkpoint,后者适配普通GPU硬件。
  • 上下文与API规格:1M token上下文窗口,输入上限991K(开启思考模式降至983K),输出上限131K,推理预算262K。API兼容OpenAI和DashScope协议,集成仅需修改base URL和model ID。
  • 内置工具链:Responses API内置code_interpreter、web_search、web_extractor、t2i_search、i2i_search五类工具,支持函数调用、结构化输出、批处理、前缀补全和微调。
  • 基准测试表现:Terminal-Bench 2.1得分86.6(领先Claude Opus 4.8的84.6),PaperBench 93.0、GPQA Diamond 92.6领先;多模态能力突出(OSWorld-Verified 86.1、OmniDocBench 1.5达92.1),但SWE-bench Pro 67.7落后Fable 5的80.0。
  • 性能 caveat:多模态基准测试对比对象为Qwen3.7-Plus而非Qwen3.7-Max,夸大了代际提升幅度;Alibaba自研RL扩展曲线在约4000训练环境后出现下降趋势。

行业启示

  • MoE架构成为大模型扩展主流路径:2.4T参数通过稀疏激活实现高效推理,开源模型正通过架构创新缩小与闭源模型的算力差距。
  • 缓存机制重塑长上下文成本模型:缓存输入价格仅为新输入的1/8,提示词前缀稳定性比长度更影响成本,企业部署需优化prompt结构以降低成本。
  • 多模态+智能体成为差异化竞争焦点:Qwen3.8-Max在视觉和agent任务上提升显著,反映行业从纯文本推理向多模态交互和自主任务执行的演进趋势。

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

LLM 大模型 Open Source 开源 Product Launch 产品发布 Multimodal 多模态 Deployment 部署