Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
MarkTechPost · 2026/8/3 08:24:16

Alibaba Qwen Releases Qwen3.8-Max: A 2.4 Trillion Parameter MoE Model and the Most Capable One in the Qwen Family to Date

AI 中文解读
阿里通义千问憋了个大招:发布新一代旗舰模型Qwen3.8-Max,拥有2.4万亿参数,是目前整个Qwen家族里最能打的,而且下周就要开源开放权重了。 通俗点讲,这个模型像个“超级多面手”,你给它文字、图片、视频它都能“看懂”,然后回答你的问题。2.4万亿参数相当于一个庞大的“专家委员会”,处理复杂任务时由不同“专家”分工协作。不过这也意味着它体型太庞大,得靠一个数据中心才能跑起来,普通公司用它的API接口就行,想自己部署就得等那个轻量版的27B型号。 对普通用户来说,最直观的变化是AI处理信息的能力更强了,比如能一口气分析一整部电影或超长文档,理解更复杂的图表和画面。价格上,输入每百万tokens收费2美元,用缓存还能省不少钱。不过需要留意的是,它在纯代码和编程推理上目前弱于GPT-5.6和Claude系列,真正的强项在视觉识别和智能体操作上。这意味着以后AI陪你“看”东西、帮你操作电脑做事的场景会越来越多。
Alibaba’s Qwen team has made Qwen3.8-Max broadly available and confirmed that its open weights ship next week. A second checkpoint, Qwen3.8-27B, is also going open-weights. Qwen3.8-Max is a 2.4-trillion-parameter mixture-of-experts model. It accepts text, image and video as input and returns text. Is it deployable Yes, but the deployable surface depends on which artifact you are applying. The hosted API is deployable today by any company size. It is OpenAI- and DashScope-compatible, so integration is a base-URL and model-ID change. The open weights are a different matter. At 2.4T total parameters, the checkpoint is a multi-node datacenter artifact. Alibaba has not disclosed the activated-parameter count. Serving cost therefore cannot yet be modeled. Qwen3.8-27B is the checkpoint that fits ordinary on-premise GPU hardware. The published feature set maps cleanly onto four industries. Those are software engineering, legal and financial document review, media and e-commerce operations, and design. Applications include repository-scale coding agents and long-document knowledge bases. Long-video indexing, structured data extraction and multi-step research assistants also fit. Interactive explainer window.addEventListener("message",function(e){ if(e.data&&e.data.q38h){var f=document.getElementById("q38frame");if(f){f.style.height=e.data.q38h+"px";}} }); What is Technically Available The model page lists a 1M-token context window. Maximum input is 991K tokens, dropping to 983K when thinking is enabled. Maximum output is 131K tokens in both modes, and the maximum reasoning budget is 262K tokens. Rate limits are 2M tokens per minute and 15K requests per minute. Pricing is $2.00 per 1M input tokens and $6.00 per 1M output tokens. Implicit cache reads cost $0.25 per 1M tokens. Explicit cache creation is $2.50 and explicit cache reads are $0.17 per 1M tokens. Cached input is eight times cheaper than fresh input. Prefix stability therefore drives cost more than prompt length does. Supported capabilities include function calling, structured outputs, batches, prefix completion and fine-tuning. Five built-in tools ship on the Responses API: code_interpreter, web_search, web_extractor, t2i_search and i2i_search. https://qwen.ai/blog?id=qwen3.8 Performance Alibaba published a full benchmark table with this release. Qwen3.8-Max scores 86.6 on Terminal-Bench 2.1, ahead of Claude Opus 4.8 and Claude Fable 5 at 84.6, behind GPT-5.6 Sol (max) at 88.8. It reports 67.7 on SWE-bench Pro against Fable 5’s 80.0, and 73.5 on FrontierSWE against Fable 5’s 88.8. It leads PaperBench at 93.0 and IFBench at 82.8. GPQA Diamond lands at 92.6, up marginally from Qwen3.7-Max’s 92.4. The clearest gains are multimodal and agentic, not reasoning. It tops most vision rows, including OSWorld-Verified 86.1, Parametric CAD Bench 91.5, and OmniDocBench 1.5 at 92.1. Against its own predecessor the jump is large: DeepSWE 1.1 moves from 21.6 to 56.6, FrontierSWE from 40.7 to 73.5, JobBench from 31.3 to 53.4. Two caveats belong in any honest read. The multimodal table benchmarks against Qwen3.7-Plus, not Qwen3.7-Max, which flatters the generational delta. And Alibaba’s own RL scaling curve peaks at 0.725 near 4,000 training environments, then declines to 0.719 and 0.689. Key Takeaways Qwen3.8-Max is a 2.4T-parameter MoE model with 1M context, now generally available. Pricing is $2 input, $6 output and $0.25 cached input per 1M tokens. Open weights for Qwen3.8-Max and Qwen3.8-27B are promised next week. No benchmark table, license, or activated-parameter count has been published. The 27B checkpoint, not the flagship, is the realistic on-premise deployment path. Check out the Technical details, API and Qwen Studio. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now
分享
阅读原文