MarkTechPost AI生成式AI

Google 推出 Gemini 3.6 Flash、3.5 Flash-Lite 與 3.5 Flash Cyber:更便宜、更節省 token 的 Flash 系列,專為代理型工作負載打造

2026年7月21日 17:45
Google 推出 Gemini 3.6 Flash、3.5 Flash-Lite 與 3.5 Flash Cyber:更便宜、更節省 token 的 Flash 系列,專為代理型工作負載打造

重點摘要

開發者打造生產級代理需要更高的 token 效率、更低的延遲與更可靠的效能。今日 Google 推出三款全新 Gemini 模型,分別是 Gemini 3.6 Flash、Gemini 3.5 Flash-Lite 與 Gemini 3.5 Flash Cyber。三者皆屬 Flash 系列,Google 針對速度、成本與高吞吐量的代理型工作進行調校,而非追求極致的推理深度。Gemini 3.6 Flash 在品質、token 用量與價格上均有改善,成為新的預設主力模型。它基於 3.5 Flash 發展,鎖定程式碼生成、知識工作與多模態任務,重點在於效率。根據 Artificial Analysis Index,3.6 Flash 比 3.5 Flash 減少 17% 的輸出 token;而在 Datacurve 的 DeepSWE 基準測試中,Google 報告最高可減少 65%。該模型所需的推理步驟也更少。

站內 AI 整理稿

Developers building production agents need higher token efficiency, lower latency, and more reliable performance.Today, Google has released three new Gemini models.The lineup is Gemini 3.6 Flash, Gemini 3.5 Flash-Lite, and Gemini 3.5 Flash Cyber.

All three sit in the Flash tier, which Google tunes for speed, cost, and high-volume agentic work rather than maximum reasoning depth.Gemini 3.6 Flash: better quality, fewer tokens, lower price Gemini 3.6 Flash is the new default workhorse.It builds on 3.

5 Flash and targets coding, knowledge work, and multimodal tasks.The main point is efficiency.On the Artificial Analysis Index, 3.6 Flash uses 17% fewer output tokens than 3.5 Flash.On the DeepSWE benchmark by Datacurve, Google reports up to a 65% reduction.

The model also takes fewer reasoning steps and tool calls per multi-step workflow.Pricing moves down alongside efficiency.Gemini 3.6 Flash is priced at $1.50 per 1M input tokens and $7.50 per 1M output tokens.The output rate drops from the previous $9.00 on 3.5 Flash.

Lower verbosity and a lower output price reduces the total cost per agentic task.Quality gains accompany the efficiency gains.On DeepSWE, 3.6 Flash scores 49% versus 37% for 3.5 Flash.On MLE Bench, it reaches 63.9% versus 49.7%.On OSWorld-Verified, it hits 83.0% versus 78.4%.

On GDPval-AA v2, a knowledge-work benchmark, it scores 1421 versus 1349.Computer use is now a built-in client-side tool through the Gemini API and Gemini Enterprise.Early customers including Hebbia and Harvey cite gains in document parsing, chart and data analysis, and report drafting.

Google is shipping 3.6 Flash with enhanced Frontier Safety safeguards.These cover Chemical, Biological, Radiological, and Nuclear (CBRN) and cyber-offense misuse.Full details are in the 3.6 Flash model card.

The interactive explainer below lets you compare each model against its predecessor and estimate token cost at your own volume.(function(){ window.addEventListener('message', function(e){ var d = e.data || {}; if(d && d.mtpEmbed === 'explorer' && typeof d.height === 'number'){ var f = document.

getElementById('mtp-gemini-explorer'); if(f){ f.style.height = Math.max(320, d.height) + 'px'; } } }); })(); Gemini 3.5 Flash-Lite: the fastest model in the 3.5 line Gemini 3.5 Flash-Lite is highlighted for low-latency and high-throughput jobs.

Target use cases include agentic search and document processing.As measured by Artificial Analysis, it runs at 350 output tokens per second.Pricing is $0.30 per 1M input tokens and $2.50 per 1M output tokens.The model clears the prior 3.1 Flash-Lite by wide margins.On Terminal-Bench 2.

1, it scores 54% versus 31%.On GDM-MRCR v2, a long-context benchmark, it reaches 72.2% versus 60.1%.On GDPval-AA v2, it scores 1140 versus 642.Notably, Flash-Lite also beats the older 3 Flash on some evals.It leads on SWE-Bench Pro at 54.2% versus 49.6% and on OSWorld-Verified at 74.0% versus 65.1%.

Flash-Lite exposes configurable thinking levels: minimal, low, and higher.Developers can prioritize low-cost, low-latency execution for high-volume tasks.They can also engage higher thinking levels for multi-step subagent workloads.Computer use is a built-in tool here too.Gemini 3.

5 Flash Cyber in CodeMender: cheap agents that find and patch bugs Gemini 3.5 Flash Cyber is the most specialized release.It is built on 3.5 Flash and fine-tuned to find, validate, and patch software vulnerabilities.The design premise is the search-space problem.

Finding deep flaws means exploring an immense execution search space.A single call to one massive model becomes a bottleneck.The answer is a cheap model called many times.Inside CodeMender, Google’s code-security agent, multiple 3.5 Flash Cyber agents run in parallel.

CodeMender invokes the model up to five times, then merges the sub-agent findings into one report.On the CyberGym benchmark, this setup reaches competitive performance against much larger models.The internal evaluations are striking.

On Google’s Big Sleep evaluation, Flash Cyber significantly surpassed mainline 3.5 Flash and 3.6 Flash.On the V8 JavaScript engine, it found 55 unique confirmed issues at a fixed number of invocations.That compares to 47 for mainline 3.5 Flash and 36 for Claude Opus 4.6.

It caught 10 issues the other two models missed.In one real-world test, Google’s Cloud Vulnerability Research team used it to find remote-code-execution flaws in public APIs within two hours.https://blog.

google/innovation-and-ai/models-and-research/gemini-models/gemini-3-6-flash-3-5-flash-lite-3-5-flash-cyber/ Community Reaction Reaction split along predictable lines.Builders welcomed the price and efficiency.The delayed flagship drew the loudest criticism.

On Hacker News, some argued Google is over-selling capacity it cannot reliably provision, citing frustrating hands-on coding sessions.The gated Flash Cyber release opened a dual-use debate about who should hold automated exploit-finding tools.

The dashboard below aggregates that discussion by platform.It is a qualitative editorial synthesis, not a scraped dataset, and the method note is embedded.(function(){ window.addEventListener('message', function(e){ var d = e.data || {}; if(d && d.mtpEmbed === 'sentiment' && typeof d.

height === 'number'){ var f = document.getElementById('mtp-gemini-sentiment'); if(f){ f.style.height = Math.max(320, d.height) + 'px'; } } }); })(); Availability Gemini 3.6 Flash and 3.5 Flash-Lite are available starting today.

Developers can access them through the Gemini API via Google AI Studio and Android Studio.Gemini 3.6 Flash is also in Google Antigravity and rolling out in GitHub Copilot.Enterprises get both models in the Gemini Enterprise Agent Platform, with 3.6 Flash in the Gemini Enterprise app.

Everyone can use them via the Gemini app, and 3.5 Flash-Lite is rolling out in Google Search.Start with the Developer Guide.Key Takeaways Gemini 3.6 Flash cuts output tokens by 17% (up to 65% on DeepSWE) and drops the output price from $9.00 to $7.50 per 1M.Gemini 3.

5 Flash-Lite runs at 350 tokens/sec for $0.30/$2.50 per 1M and beats the older 3 Flash on SWE-Bench Pro and OSWorld-Verified.Gemini 3.5 Flash Cyber powers CodeMender with cheap multi-agent scans; it found 55 unique V8 issues versus 47 and 36 for 3.5 Flash and Opus 4.6.

Flash Cyber is gated to governments and trusted partners under a limited-access pilot due to dual-use risk.The post Google Releases Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber: A Cheaper, More Token-Efficient Flash Tier Built for Agentic Workloads appeared first on MarkTechPost.

Related

相關文章

六巨頭定AI插件新標準,撞臉Claude,Anthropic沒上桌

六大科技巨頭(AWS、Anysphere、GitHub、微軟、OpenAI、Vercel)聯合發布AI智能體插件統一開放規範Agent Plugins 1.0.0,旨在統一插件打包格式,減少開發者重複勞動。該規範的結構與Anthropic的Claude Code插件系統高度相似,但Anthropic並未參與制定,而是繼續經營自己的封閉生態。

剛剛
鈦媒體生成式AI

DeepSeek重啟融資,三年市值對齊騰訊?

DeepSeek重啟第二輪融資,以5000億元人民幣估值尋求籌集80億美元,但網傳一份由小型醫藥私募發起的專項基金募資材料引發網友質疑,後經DeepSeek員工證實部分數據屬實。該公司近期宣布API大幅漲價,可能打破其以低價換規模的估值邏輯,面臨客戶流失風險。市場關注其能否從「價格屠夫」轉型為價值提供商,以及三年內市值能否對齊騰訊等巨頭。

14 分鐘前

可靈AI核心技術骨幹王鑫濤被曝離職

快手可靈AI核心技術骨幹王鑫濤被曝離職,去向未知,快手官方與本人均未回應。王鑫濤是圖像與視頻生成領域知名開源項目主要作者,被視為可靈從0到1的關鍵推手。其離職發生在可靈完成獨立融資、估值180億美元的關鍵階段,可能影響研發進度與競爭優勢。

15 分鐘前

AI短劇、漫劇、戀綜、電影、藝人都有了,AI觀眾也不遠了

2026年AI影視內容全面爆發,從短劇、長劇到電影、綜藝,AI製作的作品大量湧現,衛視也開始播出AI短劇。AI演員如方桃子迅速走紅,商業變現能力驚人,廣告報價甚至超過許多真人網紅。AI短劇市場規模已突破220億元,用戶超過6億,但同時也引發了對真人演員就業和內容品質的擔憂。

19 分鐘前