DeepSeek V4-Flash-Vision-Exp 多模态发布 vs Claude Opus 4.8
TECH

DeepSeek V4-Flash-Vision-Exp 多模态发布 vs Claude Opus 4.8

23+
Signals

战略概览

  • 01.
    DeepSeek 于 2026 年 8 月 21 日在 DeepSeek API 平台上发布了 DeepSeek-V4-Flash-Vision-Exp,这是 V4-Flash 的一个实验性多模态变体,新增图像理解能力,同时在代理、推理和世界知识方面保持与文本模型相同的性能。
  • 02.
    该模型采用稀疏专家混合架构,总参数量为 2840 亿,其中 130 亿为活跃参数,支持 1,048,576 个 token 的上下文窗口,并通过 OpenRouter 最多可输出 384,000 个 token。
  • 03.
    此次发布同时推出了 DeepSeek Harness 0.1.1 和一项新的免费 Files API,支持 64 MiB 的文件上传,但目前该模型仅通过 DeepSeek 的付费开发者 API 平台提供。
  • 04.
    DeepSeek 的定价远低于 Anthropic 的 Claude Opus 4.8,报道称 DeepSeek 的 V4-Flash 系列成本约为每百万字 0.87 美元,而 Anthropic 的同类能力约为 50 美元。

自报基准测试 vs Opus 4.8:胜负参半,而非全面领先

DeepSeek 将于 2026 年 8 月 21 日在 DeepSeek API 平台上线的 V4-Flash-Vision-Exp 定位为在文本能力上与 DeepSeek-V4-Flash 持平,同时缩小与 Anthropic 的 Claude Opus 4.8 在多模态代理方面的差距 [1]。部分数据支持这一说法:在 Agents' Last Exam 上,DeepSeek 得分为 27.3,高于 Opus 4.8 的 25.7;在 ZeroBench 上以 35.0 对 34.0 略胜一筹 [5]。在 ApexBench 上以 36.5 对 39.4 略逊一筹,在 Toolathlon-Verified 和 Chartography 上两者得分相差不到 1 分 [2]。然而,《TheNextWeb》的报道提供了更完整的背景:在 DeepSeek 发布的 11 项基准测试中,它实际上仅赢了 3 项,且比较对象的选择也经过精心考量——DeepSeek 选择与当前活跃的 Opus 4.8 对比,而非更新的 Opus 5 [3]

这些注意事项远不止基准测试的选择。The Decoder 指出,DeepSeek 的评估是通过其内部的 Harness Minimal Mode 进行的,这意味着性能数据尚未经过独立验证 [4]。更进一步,当底层的 V4-Flash 文本模型被强制忽略附带图像时,其 ApexBench 得分骤降至 26.2——这提醒我们,多模态提升是真实的,但绝对数值仍来自单一、自我管理的测试框架,而非中立第三方 [5]。而 DeepSeek 未能弥补的差距,恰恰可能是对付费客户最重要的:NL2Repo 是一项仓库级编码基准测试,Opus 4.8 仍以 12 分优势领先(69.7 对 57.7),TheNextWeb 称这对企业部署构成真正的竞争劣势 [3]

固定 384 token 图像预算如何换来可预测成本——以及不均衡的准确性

从架构上看,V4-Flash-Vision-Exp 是一个稀疏专家混合模型,从 2840 亿参数池中调用 130 亿活跃参数,通过 OpenRouter 可实现 1,048,576 个 token 的上下文窗口和最多 384,000 个输出 token [6]。其视觉系统基于一个硬性限制:无论图像原生分辨率如何,每张图像都会被压缩为 384 个 token,并按普通 V4-Flash 文本定价计费。这是一个刻意的成本控制策略——它使图像密集型代理工作流成本低廉且 token 消耗可预测,而不是像许多竞争性视觉 API 那样随分辨率线性增长。

这个固定的压缩预算也正是模型在现实世界中准确性不均的根源。发布后流传的实测发现,该模型在处理密集数学符号方面表现出色,几乎完美地从图像中转录 LaTeX,仅一处指数位置颠倒;它也能准确读取三系列商业图表的具体数值。但同一测试也发现,它完全忽略了多语言手写样本中的乌尔都语文字,并对印尼语文字产生幻觉或截断——这强烈提醒我们,384 个 token 对某些视觉任务绰绰有余,对另一些则远远不够,而这一差距在未覆盖的测试内容出现前始终隐形。

社区现实检验:对视觉质量的质疑与既有的变通文化

尽管 DeepSeek 官方和媒体报道将此次发布描述为 DeepSeek 睁开双眼,以极低成本几乎追平 Opus 4.8,但 Reddit 上的实地反应则更为怀疑。在 r/DeepSeek 上,一份详细的社区报告发现,当直接测试截图识别任务时,该模型自身的视觉知识非常差,远不如通过专用视觉模型处理相同图像的效果;并指出这类变通方案在发布前就已存在:多个框架已将图像通过廉价的视觉子模型处理,仅将生成的文本描述反馈给 DeepSeek 的文本模型,因为基础模型的原生视觉能力一直不被信任能独立完成任务。

另外两个社区讨论进一步加剧了这种紧张。在 r/LocalLLaMA 中,关于 384 token 压缩方案的讨论直接指出了其局限性——试图将提示“烧录”进图像以节省 token 的做法,在压缩比超过约 10 倍后,准确率就会降至 60% 左右;另一项批评则指出,DeepSeek 的公告遗漏了 MMLU-Pro、GPQA Diamond、HLE、FrontierMath 和 AIME 等标准推理基准测试,称这种选择性披露有些可疑。价格方面的怀疑进一步加剧了这一图景:多位评论者预计当前费率只是 DeepSeek 未来会提高的入门折扣,呼应了他们所描述的早期 V4-Flash 和 V4-Pro 定价模式。这些并未抹去 DeepSeek 在基准测试中的胜利,但确实意味着“追平 Opus 4.8”的叙事正受到实际运行模型的用户质疑,而不仅仅是竞争对手。

定价作为真正武器:成本比 Anthropic 低一个数量级

无论基准测试争议如何,成本差距无可争议。报道称,DeepSeek 的 V4-Flash 系列定价约为每百万字 0.87 美元,而 Anthropic 的同类能力约为 50 美元 [3],OpenRouter 公布的 V4-Flash-Vision-Exp 定价直接证实了这一差距:每百万输入 token 0.44 美元,每百万输出 token 1.32 美元,每百万缓存 token 0.014 美元 [6]。财新全球将此次发布视为更广泛战略转变的一部分——DeepSeek 正从纯文本模型扩展至通用多模态 AI 系统,以与全球对手竞争,而非停留在其已有成本优势的纯文本领域 [7]

时机强化了这一解读。V4-Flash-Vision-Exp 发布仅比 DeepSeek 将 V4-Pro 0813 正式推向生产环境晚了一周多——后者完整集成了 DSpark 推测解码、原生 OpenAI Responses API 支持,以及一键 Codex 设置,明确针对企业和代理工作负载 [8]。两者结合来看,这两次发布更像是一次协调一致的 V4 全线推进,而非单一的实验性投放。一些市场评论认为,此次发布的冲击力小于 DeepSeek 2025 年的原始突破,理由是市场已将 DeepSeek 在成本上压倒西方实验室的能力计入预期 [9]——若属实,则真正的故事是投资者早已预期的战略上的渐进式执行,而非惊喜。

历史背景

DeepSeek 发布了 V4-Pro(1.6 万亿参数)和 V4-Flash(2840 亿参数)作为 V4 系列的初始模型,V4-Flash-Vision-Exp 后来在此基础上构建。
DeepSeek 在 Vision-Exp 发布前,推出了 V4-Pro 0813 作为正式生产版本,支持 DSpark 推测解码、原生 OpenAI Responses API 支持和一键 Codex 设置。
V4-Flash-Vision-Exp 与 DeepSeek Harness 0.1.1 和一项新的免费 Files API 同步发布。

关键关系图

关键玩家
主题

DeepSeek V4-Flash-Vision-Exp 多模态发布 vs Claude Opus 4.8

DE

DeepSeek

Chinese AI startup that developed and released V4-Flash-Vision-Exp, V4-Pro, and DeepSeek Harness 0.1.1, positioning the model as a low-cost multimodal-agent alternative to Anthropic.

AN

Anthropic (Claude Opus 4.8)

Benchmark rival used throughout DeepSeek's self-reported comparisons; still leads clearly on enterprise-relevant tasks like NL2Repo, Terminal Bench 2.1, and DSBench-Hard even as DeepSeek closes the gap on select agent and vision benchmarks.

OP

OpenRouter

API aggregator offering the model on an OpenAI-compatible endpoint, giving developers independent pricing and latency visibility outside DeepSeek's own platform.

OP

OpenCode

Developer harness that shipped day-of support for the new model, illustrating how quickly downstream tooling adapted to the release.

事实来源

9 条引用
  1. [1] DeepSeek-V4-Flash-Vision-Exp API Platform Announcement
  2. [2] DeepSeek debuts multimodal language model competitive with Opus 4.8
  3. [3] DeepSeek V4-Flash-Vision-Exp Opus benchmarks analysis
  4. [4] DeepSeek releases experimental Flash Vision model that rivals Opus 4.8 on agent benchmarks
  5. [5] DeepSeek releases V4-Flash-Vision-Exp, matches Opus 4.8 on some multimodal benchmarks
  6. [6] DeepSeek V4 Flash Vision Exp on OpenRouter
  7. [7] DeepSeek enters the multimodal AI race with experimental vision model
  8. [8] DeepSeek V4 Pro features
  9. [9] DeepSeek V4 Flash 2026 report

来源文章

Top 5

THE SIGNAL.

Analysts

将此次发布视为 DeepSeek 缩小了与 Opus 4.8 在多模态代理方面的差距,同时警告称“DeepSeek 对其模型的评估是通过其内部 Harness Minimal Mode 进行的,这意味着性能数据尚未经过独立验证。”

The Decoder
AI 行业分析媒体

提醒 DeepSeek 在其发布的 11 项基准测试中仅赢了 3 项,且选择与当前活跃的 Opus 4.8 而非更新的 Opus 5 对比,并补充称“在仓库级任务(NL2Repo)上 12 分的差距对企业部署构成真正的竞争劣势。”

TheNextWeb
科技新闻分析媒体
The Crowd

DeepSeek-V4-Flash-Vision-Exp is now live on the DeepSeek API Platform! 🚀 🔹 This experimental multimodal model matches DeepSeek-V4-Flash on text capabilities—including agents, reasoning, and world knowledge. 🔹 On multimodal agent benchmarks, V4-Flash-Vision-Exp makes a major leap over V4-Flash, bringing multimodal agent performance close to Opus-4.8.

@@deepseek_ai9898

wtf is happening today: DeepSeek has launched DeepSeek-V4-Flash-Vision-Exp, an experimental multimodal model built for agents that need to see. And its performance on visual-agent benchmarks moves close to or even outperforms Opus 4.8. Again: this is the Flash model, the cheap one.

@@kimmonismus1768

DeepSeek can now see. And its multimodal agent performance is approaching Claude Opus 4.8. At a fraction of the cost. 🤯 DeepSeek V4 Flash Vision launched today. Here is what it does. It matches V4 Flash on everything text. Agents. Reasoning. World knowledge. Same capability.

@@VaibhavSisinty31

DeepSeek-V4-Flash-Vision-Exp

@u/Xhehab_527
Broadcast
DeepSeek V4-Flash Vision Is Out: Whale Opened Its Eyes

DeepSeek V4-Flash Vision Is Out: Whale Opened Its Eyes

DeepSeek V4 Vision is HERE: Opus 4.8 Killer? (DeepSeek-V4-Flash-Vision-Exp Tested)

DeepSeek V4 Vision is HERE: Opus 4.8 Killer? (DeepSeek-V4-Flash-Vision-Exp Tested)

DeepSeek V4 Flash Vision Exp Released

DeepSeek V4 Flash Vision Exp Released