
Qwen3.5-397B-A17B
Qwen3.5-397B-A17B 是阿里旗下的 flagship open-weight MoE 模型。具备原生 multimodal reasoning、1M context window 及 19 倍解码吞吐量提升...
关于 Qwen3.5-397B-A17B
了解 Qwen3.5-397B-A17B 的功能、特性以及它如何帮助您获得更好的效果。
高效 Mixture-of-Experts
Qwen3.5-397B-A17B 是一款 flagship 原生 multimodal 模型,采用了一种创新的混合架构,将 Gated Delta Networks 的线性 attention 与稀疏 Mixture-of-Experts (MoE) 相融合。尽管总参数达到 3970 亿,但其稀疏设计在每次前向传播时仅激活 170 亿参数,在不牺牲庞大 reasoning 能力的前提下实现了极高的推理效率和速度。它针对语言和视觉任务进行了优化,支持 25 万 tokens 的词汇量,并支持超过 201 种语言和方言。
原生 Multimodal Agentic 工作流
该模型作为原生 multimodal agent 表现优异,能够处理高达 100 万 tokens 的 context,相当于约两小时的视频内容。它引入了专门的 Thinking Mode 以用于复杂的逻辑 reasoning,并原生适配 agentic 工作流,包括 Web 开发、GUI 导航和现实世界的空间智能。其架构支持 FP8 端到端训练和训练-推理分离框架,使其成为企业级 AI 应用中最具扩展性和效率的模型之一。
助力全球可访问性的 Open Weights
该模型在 Apache 2.0 协议下发布,为开源社区提供了此前仅限于专有系统的 frontier-level 能力。它弥合了庞大参数量与实际部署之间的差距,允许企业在私有基础设施上运行最先进的 reasoning 任务,且计算开销远低于传统的 400B 密集型模型。

Qwen3.5-397B-A17B 的使用案例
发现使用 Qwen3.5-397B-A17B 获得出色效果的不同方式。
长跨度视频分析
分析长达两小时的视频内容,提取逻辑、根据画面进行代码反向工程或生成结构化摘要。
博士级 STEM 研究
利用其自适应深度思考模式,解决研究生级别的科学问题和奥赛级别的数学难题。
自主 GUI Agent
自动化与手机和电脑的交互,处理办公流程及跨应用的移动导航。
视觉软件工程
通过自然语言指令和 UI 草图生成功能性前端代码,实现“vibe coding”。
文档智能
处理复杂的文档、图表和手写草图,提取结构化数据并进行版式反向工程。
空间 AI 应用
理解像素级的关系,用于具身 AI 任务,如自动驾驶场景分析和机器人导航。
优势
局限性
API快速入门
alibaba/qwen3.5-plus
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: process.env.DASHSCOPE_API_KEY,
baseURL: 'https://dashscope-intl.aliyuncs.com/compatible-mode/v1',
});
async function main() {
const completion = await client.chat.completions.create({
model: 'qwen3.5-plus',
messages: [{ role: 'user', content: 'Analyze the logic of this MoE architecture.' }],
extra_body: { enable_thinking: true },
});
console.log(completion.choices[0].message.content);
}
main();安装SDK并在几分钟内开始进行API调用。
人们对 Qwen3.5-397B-A17B 的评价
看看社区对 Qwen3.5-397B-A17B 的看法
“Qwen3.5-397B 本质上是一个 GPT-5 级别的模型但属于 open-weight。DeltaNet 架构完美解决了 MoE 的 latency 问题。”
“Qwen3.5 原生 multimodal reasoning 看起来太不可思议了。1M context + 视频分析将改变 Agent 工作流。”
“在敏感层保持 BF16 的同时使用 FP8 端到端训练,这是稳定性优化方面的大师级作品。”
“这是我第一次看到 open 模型在复杂的 multimodal agent 任务上真正击败了 Gemini 1.5 Pro。”
“相比 Qwen3-Max,19 倍的解码吞吐量提升使其成为生产级 Agent 的可行替代方案。”
“我很惊讶它在 4-bit 量化下的表现如此出色。在双 A100 设置上几乎保留了所有 reasoning 能力。”
关于 Qwen3.5-397B-A17B 的视频
观看关于 Qwen3.5-397B-A17B 的教程、评测和讨论
“一个拥有 3970 亿参数的模型,但激活参数仅 170 亿。”
“在 256K 解码时,该模型比 Qwen 3 Max 快 19 倍。”
“原生的视觉语言 reasoning 是其在 agentic 工作流中脱颖而出的关键。”
“它在标准数学 benchmark 上击败了大多数 closed 模型。”
“本地运行非常困难,但在高端 Mac 上可以使用量化版本。”
“3970 亿参数模型,激活参数 170 亿。它是原生的 multimodal。”
“它很可能是目前最好的 open-source multimodal 模型。”
“能够原生处理两小时视频是一个巨大的优势。”
“看看这些逻辑分数,它持续达到 GPT-4o 的水平。”
“Apache 协议使它在企业数据隐私方面非常有吸引力。”
“OCR 结构化提取。如果你有一个凌乱的 PDF……需要将其转为整洁的 JSON,该模型非常出色。”
“你获得了 4000 亿参数巨人的智能……但只需支付 170 亿参数模型的计算成本。”
“它处理长 context 检索的能力比前一版本更好。”
“工具使用集成直接内置于基础训练中,并非后期添加。”
“Thinking 模式允许它在输出前修正自身的逻辑。”
Qwen3.5-397B-A17B专业提示
专家提示助您充分利用Qwen3.5-397B-A17B。
开启 Thinking 模式
在 API 调用中传入 'enable_thinking: true' 参数,可激活深度 reasoning,适用于数学、编程及复杂逻辑谜题。
使用 Fast 模式
对于简单查询,使用 'Fast' 模式可获得即时回复,且无需消耗额外内部思考过程的 tokens。
优化视频 prompt
在分析视频时,prompt model 关注最终的动态结果而非逐帧分析,以获得更好的时间连贯性。
利用量化技术
如果您拥有充足的 VRAM(200GB+),可使用 4-bit 或 8-bit 量化(GGUF/EXL2)在消费级硬件上运行该 model。
用户评价
用户怎么说
加入数千名已改变工作流程的满意用户
Jonathan Kogan
Co-Founder/CEO, rpatools.io
Automatio is one of the most used for RPA Tools both internally and externally. It saves us countless hours of work and we realized this could do the same for other startups and so we choose Automatio for most of our automation needs.
Mohammed Ibrahim
CEO, qannas.pro
I have used many tools over the past 5 years, Automatio is the Jack of All trades.. !! it could be your scraping bot in the morning and then it becomes your VA by the noon and in the evening it does your automations.. its amazing!
Ben Bressington
CTO, AiChatSolutions
Automatio is fantastic and simple to use to extract data from any website. This allowed me to replace a developer and do tasks myself as they only take a few minutes to setup and forget about it. Automatio is a game changer!
Sarah Chen
Head of Growth, ScaleUp Labs
We've tried dozens of automation tools, but Automatio stands out for its flexibility and ease of use. Our team productivity increased by 40% within the first month of adoption.
David Park
Founder, DataDriven.io
The AI-powered features in Automatio are incredible. It understands context and adapts to changes in websites automatically. No more broken scrapers!
Emily Rodriguez
Marketing Director, GrowthMetrics
Automatio transformed our lead generation process. What used to take our team days now happens automatically in minutes. The ROI is incredible.
Jonathan Kogan
Co-Founder/CEO, rpatools.io
Automatio is one of the most used for RPA Tools both internally and externally. It saves us countless hours of work and we realized this could do the same for other startups and so we choose Automatio for most of our automation needs.
Mohammed Ibrahim
CEO, qannas.pro
I have used many tools over the past 5 years, Automatio is the Jack of All trades.. !! it could be your scraping bot in the morning and then it becomes your VA by the noon and in the evening it does your automations.. its amazing!
Ben Bressington
CTO, AiChatSolutions
Automatio is fantastic and simple to use to extract data from any website. This allowed me to replace a developer and do tasks myself as they only take a few minutes to setup and forget about it. Automatio is a game changer!
Sarah Chen
Head of Growth, ScaleUp Labs
We've tried dozens of automation tools, but Automatio stands out for its flexibility and ease of use. Our team productivity increased by 40% within the first month of adoption.
David Park
Founder, DataDriven.io
The AI-powered features in Automatio are incredible. It understands context and adapts to changes in websites automatically. No more broken scrapers!
Emily Rodriguez
Marketing Director, GrowthMetrics
Automatio transformed our lead generation process. What used to take our team days now happens automatically in minutes. The ROI is incredible.
相关 AI Models
GPT-5.1
OpenAI
GPT-5.1 is OpenAI’s advanced reasoning flagship featuring adaptive thinking, native multimodality, and state-of-the-art performance in math and technical...
Kimi K2.5
Moonshot
Discover Moonshot AI's Kimi K2.5, a 1T-parameter open-source agentic model featuring native multimodal capabilities, a 262K context window, and SOTA reasoning.
Grok-4
xAI
Grok-4 by xAI is a frontier model featuring a 2M token context window, real-time X platform integration, and world-record reasoning capabilities.
Claude Opus 4.5
Anthropic
Claude Opus 4.5 is Anthropic's most powerful frontier model, delivering record-breaking 80.9% SWE-bench performance and advanced autonomous agency for coding.
Gemini 3.1 Flash-Lite
Gemini 3.1 Flash-Lite is Google's fastest, most cost-efficient model. Features 1M context, native multimodality, and 363 tokens/sec speed for scale.
Claude Sonnet 4.6
Anthropic
Claude Sonnet 4.6 offers frontier performance for coding and computer use with a massive 1M token context window for only $3/1M tokens.
Gemini 3 Flash
Gemini 3 Flash is Google's high-speed multimodal model featuring a 1M token context window, elite 90.4% GPQA reasoning, and autonomous browser automation tools.
GLM-5
Zhipu (GLM)
GLM-5 is Zhipu AI's 744B parameter open-weight powerhouse, excelling in long-horizon agentic tasks, coding, and factual accuracy with a 200k context window.
关于Qwen3.5-397B-A17B的常见问题
查找关于Qwen3.5-397B-A17B的常见问题答案