Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
Simon Willison · 2026/7/31 23:59:44

deepseek-ai/DeepSeek-V4-Flash-0731
AI 中文解读
DeepSeek又扔出一颗重磅炸弹!最新发布的V4-Flash模型用140亿参数就碾压了许多比它大几倍的对手,价格却只要对手的十分之一,堪称目前市面上性价比最高的AI模型。更妙的是,这个模型还强化了“动手能力”,能更聪明地调用工具完成任务。不过有趣的是,它画图时默认模式效果一般,但只要把推理强度调高,画出来的鹈鹕骑自行车就栩栩如生,说明这个模型还有很大潜力可挖。对普通用户来说,这意味着以后用AI干活越来越便宜,无论是写代码、做分析还是创意设计,都能用更少的钱享受到旗舰级体验,开发者也能降低成本做出更多实用的AI应用,整个AI行业的价格战估计又要打响了。
<p><strong><a href="https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731">deepseek-ai/DeepSeek-V4-Flash-0731</a></strong></p>
The latest release in DeepSeek's V4 family, "with substantially enhanced agentic capabilities". It's 304 billion parameters - 167GB on Hugging Face - but it appears to punch <em>well</em> above its weight.</p>
<p>Artificial Analysis <a href="https://artificialanalysis.ai/models/deepseek-v4-flash">rank it</a> ahead of MiniMax M3 - a 428B model. It's $0.14/million input and $0.27/million output pricing means this may currently be the best value-per-intelligence model out there. It's looking very good on the <a href="https://artificialanalysis.ai/models/deepseek-v4-flash#intelligence-comparison-tabs">Intelligence Index vs. Cost per Intelligence Index Task</a> chart:</p>
<p><img alt="Scatter plot from Artificial Analysis titled with axes "Artificial Analysis Intelligence Index" (20 to 65) and "Cost per Task (USD, Log Scale)" ($0.02 to $3), with a green "Most attractive quadrant" box in the upper left and a dotted "Pareto line". DeepSeek V4 Flash 0731 (max) is highlighted in dark blue at roughly $0.028 and an intelligence score of 50, sitting alone at the far left edge of the green quadrant where the Pareto line jumps sharply upward. Models of similar or lower intelligence like MiniMax-M3, Kimi K3 (low), GLM-5.1 and Kimi K2.6 cost ten times more, and the models that beat it (Grok 4.5, Gemini 3.6 Flash, GLM-5.2, Kimi K3, Claude Opus 5, Claude Fable 5, GPT-5.6 Sol) all sit far to the right at $0.4 to $3 per task." src="https://static.simonwillison.net/static/2026/deepseek-flash-chart.webp" /></p>
<p>I got <a href="https://gist.github.com/simonw/83bfb1171792f1e7a4d8935b5e82317e#prompt">a disappointing pelican</a> from it using the default reasoning level via OpenRouter:</p>
<p><img alt="Flat vector illustration of a white pelican with a long neck and large orange beak pouch, hovering above a mangled blue and orange bicycle on a dark grey road with white dashed lane markings. The bike is drawn incorrectly: the wheels are just orange arcs with no rims or spokes, the frame tubes float apart and the handlebars connect to nothing. The background is pale blue with a yellow sun in the upper left, white clouds, and grey speed lines on the left suggesting motion." src="https://static.simonwillison.net/static/2026/deepseek-flash-v4-default.png" /></p>
<p>But when I bumped reasoning level up to high I got <a href="https://gist.github.com/simonw/83bfb1171792f1e7a4d8935b5e82317e#options">something much better</a>:</p>
<p><code>llm -m openrouter/deepseek/deepseek-v4-flash-0731 -t pelican -o reasoning_effort high</code></p>
<p><img alt="Flat vector illustration of a white pelican riding a bicycle to the right against a pink background with a lighter pink circle behind it. The pelican grips the handlebars with its wings and one orange foot rests on the pedal, and a small blue fish is visible tucked in the corner of its large orange beak pouch. The bike has a red, blue and orange frame with dark tires, and grey speed lines trail behind to suggest motion." src="https://static.simonwillison.net/static/2026/deepseek-flash-v4-high.png" />
<p><small></small>Via <a href="https://news.ycombinator.com/item?id=49120299">Hacker News</a></small></p>
<p>Tags: <a href="https://simonwillison.net/tags/ai">ai</a>, <a href="https://simonwillison.net/tags/generative-ai">generative-ai</a>, <a href="https://simonwillison.net/tags/llms">llms</a>, <a href="https://simonwillison.net/tags/pelican-riding-a-bicycle">pelican-riding-a-bicycle</a>, <a href="https://simonwillison.net/tags/deepseek">deepseek</a>, <a href="https://simonwillison.net/tags/llm-release">llm-release</a>, <a href="https://simonwillison.net/tags/openrouter">openrouter</a>, <a href="https://simonwillison.net/tags/ai-in-china">ai-in-china</a>, <a href="https://simonwillison.net/tags/artificial-analysis">artificial-analysis</a></p>
分享
阅读原文 ↗