
Qwen3.5-397B-A17B
Qwen3.5-397B-A17Bは、AlibabaのフラグシップとなるオープンウェイトMoEモデルです。ネイティブなmultimodal reasoning、1Mのcontext window、19倍のデコードthroughputを備えています...
Qwen3.5-397B-A17Bについて
Qwen3.5-397B-A17Bの機能、特徴、そしてより良い結果を得るための方法について学びましょう。
高効率なMixture of Experts
Qwen3.5-397B-A17Bは、Gated Delta Networksによる線形attentionと疎なMixture-of-Experts (MoE)を融合した革新的なハイブリッドアーキテクチャを採用するflagshipネイティブmultimodal modelです。合計3970億のパラメータを持ちますが、疎な設計によりforward passあたり170億のパラメータしかアクティブにならず、広範なreasoning能力を損なうことなく並外れた推論効率と速度を達成しています。言語と視覚の両方のタスクに最適化されており、25万tokenの巨大な語彙をサポートし、201以上の言語や方言に対応しています。
ネイティブなmultimodalエージェントワークフロー
このモデルは、ネイティブなmultimodalエージェントとして優れており、最大100万tokenのcontext(約2時間の動画に相当)を処理できます。複雑な論理reasoningのための専用のThinking Modeを導入しており、Web開発、GUI操作、現実世界の空間インテリジェンスなど、agenticなワークフローに標準対応しています。FP8のエンドツーエンド学習と、学習・推論の分離フレームワークをサポートしており、エンタープライズグレードのAIアプリケーションにとって最も拡張性と効率性の高いモデルの一つです。
グローバルアクセスのためのOpen Weights
Apache 2.0ライセンスの下でリリースされたこのモデルは、これまでプロプライエタリなシステムに限定されていたfrontier levelの能力をオープンソースコミュニティに提供します。巨大なパラメータ数と実用的なデプロイメントの間のギャップを埋め、組織が密な400Bモデルよりも大幅に低い計算オーバーヘッドで、プライベートインフラ上で最先端のreasoningタスクを実行できるようにします。

Qwen3.5-397B-A17Bのユースケース
Qwen3.5-397B-A17Bを使って素晴らしい結果を得るさまざまな方法を発見してください。
長時間の動画分析
最大2時間の動画コンテンツを分析し、論理の抽出、映像からのコードのリバースエンジニアリング、あるいは構造化された要約の生成を行います。
博士レベルのSTEM研究
適応型ディープ・シンキング・モードを使用して、大学院レベルの科学の質問や数学オリンピックレベルの問題を解きます。
自律的なGUIエージェント
スマートフォンやPC上の操作を自動化し、オフィスワークフローの処理やアプリ間のモバイルナビゲーションを行います。
視覚的ソフトウェアエンジニアリング
自然言語の指示やUIスケッチを機能的なフロントエンドコードに変換する「vibe coding」を実行します。
ドキュメントインテリジェンス
複雑な文書、チャート、手書きのスケッチを処理し、構造化データの抽出やレイアウトのリバースエンジニアリングを行います。
空間AIアプリケーション
自動運転のシーン分析やロボットのナビゲーションといったembodied 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と動画分析は、エージェントのワークフローを変えるでしょう。”
“感度が高い層でBF16を維持しつつ、FP8でエンドツーエンドの学習を行うという決定は、安定性最適化のマスタークラスと言えます。”
“複雑なmultimodalなエージェントタスクで、Gemini 1.5 Proを実際に打ち負かすopen modelを初めて見ました。”
“Qwen3-Maxに対する19倍のデコード・スループット向上により、本番環境レベルのエージェントにとって実行可能な選択肢となりました。”
“4-bit量子化をどれほど上手く処理できるかには驚かされました。デュアルA100構成で、ほぼ全てのreasoning能力を維持しています。”
Qwen3.5-397B-A17Bについての動画
Qwen3.5-397B-A17Bについてのチュートリアル、レビュー、ディスカッションを見る
“Qwen 3.5には非常に特化したスーパーパワーがあります... Web検索を行い、膨大な情報を統合するようなタスクにおいて圧倒的な強さを発揮します。”
“4000億パラメータの巨人に匹敵するインテリジェンスを得ながら、170億パラメータモデル並みの計算コストしかかかりません。”
“>> フルサイズの非圧縮モデルを16ビット精度で実行する場合、およそ800 GBのVRAMが必要になります。”
“このモデルはApache 2.0の下でリリースされているため、オープンソースとして非常に強力であり、本当に素晴らしいです。”
“現在、ビジョンとreasoningにおいておそらく最高のオープン-ソースのmultimodalモデルです。”
“また、201の言語と方言をサポートするQwen 3 Maxと比較して、19倍高速であると報じられています。”
“このモデルは、ビジョンを後付けで処理するのではなく、ネイティブなmultimodalモデルとなっています。”
“ユーザー向けに大規模なinferenceを非常に低コストでプロビジョニングできます。”
“このモデルは、言語モデルにビジョンを後付けしたのではなく、事前学習の段階からテキストと視覚的理解を根本から統合したネイティブなmultimodalモデルです。”
ワークフローを強化する AI自動化
AutomatioはAIエージェント、ウェブ自動化、スマート統合のパワーを組み合わせ、より短時間でより多くのことを達成するお手伝いをします。
Qwen3.5-397B-A17Bのプロのヒント
Qwen3.5-397B-A17Bを最大限に活用し、より良い結果を得るための専門家のヒント。
Thinking Modeの切り替え
APIコールに 'enable_thinking: true' パラメータを渡すことで、数学、コーディング、複雑な論理パズルのための深いreasoningを有効にできます。
Fast Modeの活用
単純なクエリには 'Fast' モードを使用することで、不要な内部思考フェーズのtokenを消費することなく、即座に回答を得られます。
動画プロンプトの最適化
動画を分析する際は、フレームごとの分析よりも最終的な動的な結果に焦点を当てるようモデルにプロンプトを送ることで、時間的コヒーレンスが向上します。
量子化(Quantization)の活用
十分なVRAM(200GB以上)がある場合は、4-bitまたは8-bitの量子化(GGUF/EXL2)を使用して、コンシューマー向けハードウェアでモデルを実行できます。
お客様の声
ユーザーの声
ワークフローを変革した何千人もの満足したユーザーに加わりましょう
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
Claude Fable 5
Anthropic
Anthropic's Claude Fable 5 is a Mythos-class model featuring a 1M context window and 128K output tokens. It excels at agentic coding and 3D physics.
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.
DeepSeek v4
DeepSeek
DeepSeek v4 is a 1.6T parameter MoE model featuring a 1M token context window and native multimodal support for text, vision, and video at disruptive prices.
Qwen3.5-397B-A17Bについてのよくある質問
Qwen3.5-397B-A17Bに関するよくある質問への回答を見つけてください