阿里巴巴通義千問推出 Qwen3.8-Omni-Flash:百萬上下文全模態模型,聚焦代理式影音理解與工具使用

2026年9月18日 08:40
站內 AI 整理稿

Alibaba’s Qwen team has released Qwen3.8-Omni-Flash.They called it its first omni-modal model built around agentic capabilities.It accepts text, images, audio, and video, and it returns text.Audio-video understanding, reasoning, and tool use sit inside one model.

The stated workflow is simple: understand the content, plan the task, execute with tools, deliver the result.Is it deployable?Yes, as a hosted API today.It is live on QwenCloud, Alibaba Cloud Model Studio, and Qwen Studio.No open weights were announced at launch, so self-hosting is not an option.

What is Qwen3.8-Omni-Flash The Qwen3.8-Omni-Flash is built on the Qwen3.8-Flash-Next architecture.That base model shipped with open weights in August 2026.The context window is 1M tokens.QwenCloud lists 991K max input and 131K max output.Max reasoning length is 262K tokens.Output is text only.

The Model Studio docs point developers to Qwen3.5-Omni when they need generated speech.Thinking is on by default, with reasoningeffort set to xhigh.Setting it to none disables thinking.The API follows both the DashScope and OpenAI protocols.It works with Chat Completions and the Responses API.

Function calling, web search, structured outputs, context caching, and batch calls are supported.Agentic Perception for Long Video Most video models read a long file from start to finish.That holds even when the answer sits in 3 minutes of footage.Qwen research team describes a different path.

The agent starts from the question.It decides what to watch and hear.It then gathers evidence over several coarse-to-fine rounds.Compute and tokens go to the segments that matter.The research team reports the result on OmniVideoBench.Accuracy rises from 63.4 to 67.8.

Token use drops from 145,736 to 79,117.That is about 45.7% fewer tokens.Reported Benchmarks All figures here come from Qwen.Independent results were not available at publication.Across 29 evaluations, the average score improves more than 25% over Qwen3.5-Omni-Plus.WildClawBench-MM improves by 36.

5 points.AgenticVBench improves by 22.3 points.UniClawBench reaches 69.6.LongAudioSpan gains 8.3 points.OmniVideoBench gains 9.6 points.OmniCap-IF CSR and ISR improve by 8.5 and 14.1 points.The research team states that audio-visual performance is close to Gemini 3.8 Flash.

It also claims overall audio performance above Gemini 3.8 Flash.The X post summarizes the agent gains as +19.5 points on average across WildClawBench-MM and UniClawBench.Meet Qwen3.8-Omni-Flash, Qwen's first omni-modal model built around agentic capabilities!

Native audio-video understanding, reasoning, and tool use come together in one model: understand the content, plan the task, execute with tools, and deliver the result.Highlights: -… pic.twitter.com/iJypeohw7y— Qwen (@AlibabaQwen) September 18, 2026 Pricing and Input Limits QwenCloud lists $0.

15 per 1M input tokens and $0.47 per 1M output tokens.Implicit cache hits cost $0.016 per 1M tokens.The research team reports large cost cuts against Qwen3.5-Omni-Plus.Audio input costs over 98% less per hour.Audio-visual input costs over 93% less per hour.

The X post puts the video input reduction at about 89%.Key limits from the Model Studio docs: Video files up to 2 hours and 2 GB by URL.Audio files up to 3 hours.Audio input in 113 languages and dialects.Stable results with video sampled at up to 15 fps.

Two-channel stereo and four-channel FOA spatial audio through usemultichannel.Availability in 6 regions: Beijing, Singapore, Hong Kong, Tokyo, Frankfurt, and Virginia.

Calling it takes a few lines with the OpenAI SDK: Copy CodeCopiedUse a different Browserimport os from openai import OpenAI client = OpenAI( apikey=os.environ["DASHSCOPEAPIKEY"], baseurl=os.environ["DASHSCOPEBASEURL"], ) completion = client.chat.completions.create( model="qwen3.

8-omni-flash", messages=[{"role": "user", "content": [ {"type": "videourl", "videourl": {"url": os.environ["VIDEOURL"]}}, {"type": "text", "text": "List the key moments with timestamps."}, ]}], modalities=["text"], stream=True, ) for chunk in completion: if chunk.choices and chunk.choices[0].delta.

content: print(chunk.choices[0].delta.content, end="") Open-Source Tooling: Qwen-MM-Plugins and Qwen-Live Harness The model returns text, so tools do the media work.Qwen team is open-sourcing 2 projects to support that.Qwen-MM-Plugins is live under Apache-2.0.

Its tagline is ‘Make any agent harness multimodal-native.’ Each capability installs as a Skill plus an optional MCP server.The guided installer supports Claude Code, CodeBuddy, Codex, Qoder, OpenClaw, Qwen Code, and Gemini CLI.

The Omni capabilities map to the launch demos: omni-memory builds an audio-visual memory of a long video.omni-video2note converts a tutorial video into an illustrated PDF.omni-chatcut covers Music-to-MV, movie commentary, and speaker-preserving video translation.

A core plugin lets the main model read local images and video frames natively.The README notes one current gap.Most harnesses cannot feed audio to the main model natively yet.Audio is routed through the API for now.Interactive Explainer (function(){var f=document.

getElementById("mtp-qwen38-omni");window.addEventListener("message",function(e){if(f&&e.source===f.contentWindow&&e.data&&e.data.mtpH){f.style.height=e.data.mtpH+"px";}});})(); Key Takeaways Qwen3.8-Omni-Flash takes text, image, audio, and video in, and returns text.

It offers a 1M-token context, function calling, web search, and default-on thinking.Agentic perception lifts OmniVideoBench from 63.4 to 67.8 with about 45.7% fewer tokens.QwenCloud pricing is $0.15 input and $0.47 output per 1M tokens.It is API-only at launch, with Apache-2.

0 Qwen-MM-Plugins for agent harnesses.Check out the Technical details, QwenCloud model page, API docs, and GitHub repo.All credit goes to the researcher of this project.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 you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us The post Alibaba Qwen Releases Qwen3.

8-Omni-Flash: A 1M-Context Omni-Modal Model Built Around Agentic Audio-Video Understanding and Tool Use appeared first on MarkTechPost.

Related

相關文章

IT之家模型更新

美國 AI 巨頭提議開發減速,歐洲同行和政界並不認同

作者:清源 責編:清源 評論: 9 月 18 日消息,據路透社今天(18 日)報道,此前,阿莫迪、奧爾特曼和馬斯克先後發出警告,能力不斷增強的 AI 系統可能帶來風險,故有必要控制其發展節奏,但歐洲企業和官員對此表現出明顯懷疑。法國初創企業 Mistral 在聲明中指出,這些風險早在幾個月前就已十分明確了。

1 小時前
IT之家模型更新

北京發佈“詞元經濟十條”:高標準建設詞元工廠,推動關鍵核心技術攻關

作者:浩渺 責編:浩渺 評論: 感謝網友 蛋殼兒 的線索投遞!9 月 18 日消息,北京市經濟和信息化局今日宣佈,北京市“詞元經濟十條”正式發佈。為貫徹落實《國務院關於深入實施“人工智能+”行動的意見》(國發〔2025〕11 號),率先培育智能經濟新形態,以詞元(Token)為抓手,發展詞元經濟新增量,制定《北京市加快詞元經濟發展的行動方案(2026—2028 年)》(注:以下簡稱《行動方案》)。

2 小時前
量子位模型更新

OpenAI剛曝光循環架構,這家公司更早將其用於世界模型

鍵詞只有一個:循環。 Astra採用了一種被稱為“循環深度”(Recurrent Depth)的架構,本質是讓同一組Transformer層被反覆複用,用更少的參數實現更深的計算。 這被外界視為OpenAI對傳統“堆參數、堆算力”路線的一次重大修正——不再只是把模型做大,而是讓模型學會“反覆思考”。 消息一齣,整個AI社區迅速升溫。

6 小時前

千問辦公接入高德門店經營專家套件 提升實體店選址與經營效率

此項新功能自9月18日起正式上線,用戶只需在千問辦公添加相應套件並完成高德賬號授權,即可實現從門店選址到日常經營分析的全鏈路工作。隨著實體商業的不斷發展,傳統的人工選址和經營分析方式顯得效率低下且容易出錯。個體創業者在開新店時,往往需要花費大量時間進行實地勘察,整體耗時可達一週,而商家在監測門店熱度變化及競爭對手動態時,也面臨數據整理繁瑣、分析結果不準確的問題。

7 小時前