Google shipped two new AI models on September 2, 2026: Gemini 3.8 Flash, a general-purpose reasoning and coding model, and Gemini 3.8 Flash Cyber, a specialized variant built to find software vulnerabilities and write the patches for them. The announcement landed on the official Google Blog under the title “Introducing Gemini 3.8 Flash and 3.8 Flash Cyber,” and it marks Google’s third Flash-tier release in six weeks, arriving roughly three weeks after Gemini 3.7 Flash, according to Cyber Security News.

The pairing is unusual. Most model launches ship one general model and let developers figure out the use case. Google instead split the release in two: a broad workhorse model for coding and agentic work, and a narrow, access-gated model whose entire purpose is hunting exploitable bugs before attackers do. That split says as much about where the AI industry is heading as the models themselves.

What Google Just Announced

Google and Google DeepMind describe Gemini 3.8 Flash as “our most intelligent workhorse model,” with what the company calls significant improvements over 3.7 Flash across software engineering, agentic tasks, and multi-step reasoning in specialized domains. Gemini 3.8 Flash Cyber, meanwhile, is billed as Google’s most capable cybersecurity model, with frontier-level performance in vulnerability detection and automated patching.

Both models went generally available the same day through the Gemini API, Google AI Studio, Antigravity, Android Studio, and Gemini Enterprise, meaning developers can route production traffic to Gemini 3.8 Flash today. Gemini 3.8 Flash Cyber follows a different path entirely: it is not openly deployable. Access is granted case by case through a new initiative Google calls the Fairwind Program, aimed at trusted, vetted defenders rather than the general developer public.

The API identifier for the general model is gemini-3.8-flash. Google has not published a public model-weights release for either variant. Both remain API-only, which keeps the vulnerability-hunting logic inside Google’s infrastructure rather than distributed as downloadable weights.

Gemini 3.8 Flash: Google’s New Workhorse Model

Google DeepMind documentation frames Gemini 3.8 Flash as engineered for long-horizon software engineering, autonomous agents, and complex enterprise workflows. Built on top of Gemini 3.7 Flash, it keeps the Flash line’s emphasis on speed and cost while pushing further into tasks that require the model to work through a problem in multiple steps rather than answering in one pass.

The model accepts a 1,048,576-token input context window, per Google’s own model documentation, which is large enough to hold sprawling codebases, long agent transcripts, or entire technical specifications in a single request. Google attributes much of the model’s reasoning gains to its willingness to take extra steps and call tools iteratively when a problem resists a quick answer, though the company also warns this can raise token usage at higher effort settings, according to Cyber Security News’ review of the release.

Where It Fits in Google’s Product Line

Gemini 3.8 Flash isn’t a standalone chatbot upgrade. Google positions it as the engine behind coding assistants inside Android Studio and Antigravity, behind enterprise agents running through the Gemini Enterprise Agent Platform, and behind the consumer-facing Gemini app. That spread means the same model now underwrites tasks ranging from autocomplete in an IDE to multi-step agent workflows inside a corporate deployment, all on one pricing tier.

Gemini 3.8 Flash Cyber: A Model Built to Patch, Not Just Detect

The cybersecurity variant is where this release gets interesting for security teams. Google describes Gemini 3.8 Flash Cyber, in its own words, as “our most capable cybersecurity model with frontier-level performance in vulnerability detection and automated patching, available to trusted defenders through our new Fairwind Program,” a line the company posted on both its official launch post and its X account.

What separates this from a general coding model asked to “find bugs” is intent. Google says it deliberately weighted the model toward defensive patching rather than exploitation, and toward autonomy: rather than flagging a suspicious code pattern for a human to investigate, Flash Cyber is meant to trace a vulnerability to its root cause and produce a working fix, cutting out the manual research phase that typically eats the most analyst time.

Google’s own Cloud Vulnerability Research team reportedly used the model to uncover a critical vulnerability in under two hours, a discovery process the company says typically takes months of manual research, per Cyber Security News’ reporting on the launch. That single data point is doing a lot of the marketing work for this release, and it is worth treating as a vendor-reported claim rather than an independently audited benchmark until third parties replicate it.

The Fairwind Program: Why Access Is Restricted

Google is not putting Flash Cyber behind a simple API key. The Fairwind Program is described as a limited-access initiative, with the company granting access on a case-by-case basis to vetted defenders rather than opening general availability the way it did for the standard Flash model. That is a meaningful departure from how Google has rolled out most of its recent Flash-tier releases.

The reasoning is straightforward even if Google hasn’t spelled out every detail publicly: a model trained specifically to find exploitable software flaws is dual-use by design. The same capability that lets a defender patch a zero-day before disclosure could, in the wrong hands, shorten the distance between “unpatched bug” and “working exploit.” Gating access through a vetting program is Google’s answer to that tension, mirroring how other frontier labs have handled models that cross into offensive-capable territory this year.

That caution sits against a backdrop of a rough year for AI-cybersecurity crossover stories industry-wide, from labs pausing red-teaming programs after breach reports at partner firms to models drawing critical-risk labels that triggered multi-week testing halts. Google appears to be trying to get ahead of that pattern by restricting access before a controversy forces its hand, rather than after.

Benchmark Results: DeepSWE, HLE-Verified, CyberGym, and CWE-Bench

Google published a cluster of benchmark results alongside the launch, spanning both models. On DeepSWE v1.1, a benchmark built around complex, end-to-end software engineering tasks, Gemini 3.8 Flash reportedly outperforms several larger frontier models despite its lower price point, per Cyber Security News. On HLE-Verified, a benchmark spanning multi-step reasoning across technical and professional domains, it scores 54.9%, a figure corroborated separately by PCQuest’s coverage of the same release.

Flash Cyber’s numbers center on vulnerability discovery and patch quality. On CyberGym, an industry benchmark for vulnerability discovery, Google reports the model surpasses both its own predecessor, 3.5 Flash Cyber, and several larger frontier competitors. In Google’s internal testing across twenty programming languages beyond the C/C++ focus that CyberGym typically covers, the model reportedly achieved a success rate above 70%. On CWE-Bench, an external benchmark for automated fixes run by Collinear, Flash Cyber posted a pass@1 score of 47.2%, close behind a leading frontier model’s 47.8%, but at what Google describes as considerably lower cost per rollout.

BenchmarkModelReported ResultSource
HLE-VerifiedGemini 3.8 Flash54.9%Cyber Security News / PCQuest
DeepSWE v1.1Gemini 3.8 FlashOutperforms several larger frontier modelsCyber Security News
CyberGym (vulnerability discovery)Gemini 3.8 Flash CyberSurpasses 3.5 Flash Cyber and larger rivalsCyber Security News
Internal 20-language benchmarkGemini 3.8 Flash Cyber>70% success rateCyber Security News / PCQuest
CWE-Bench (Collinear, automated fixes)Gemini 3.8 Flash Cyber47.2% pass@1 (vs. 47.8% frontier rival)Cyber Security News

None of these benchmark figures come from an independent third-party lab running its own test suite against a black-box API. They come from Google’s own research publication and are being reported by outlets that covered the launch. That doesn’t make them false, but it’s the standard caveat that applies to every vendor-published benchmark: treat it as a starting point for evaluation, not a settled fact until outside researchers can reproduce it.

Pricing and Token Economics

Gemini 3.8 Flash ships at the same introductory pricing Google has used across its recent Flash tier: $0.75 per million input tokens and $3.75 per million output tokens, according to Google’s own developer documentation and Google Cloud pricing pages. That pricing is explicitly time-boxed. Google’s Cloud pricing documentation states that Gemini 3.8 Flash, Gemini 3.7 Flash, Gemini 3.6 Flash, and the CodeMender tool built on these models carry that introductory rate “through December 31, 2026,” after which pricing is expected to shift, though Google hasn’t published the post-introductory rate yet.

That flat pricing across three consecutive Flash generations (3.6, 3.7, 3.8) is itself notable. Google is not charging a premium for the newer, more capable model, at least for now, which keeps the cost calculus simple for developers who already budgeted around 3.7 Flash pricing. The tradeoff, as Cyber Security News notes, is that harder tasks can burn through more tokens under 3.8 Flash because the model takes more reasoning steps and more tool calls than its predecessor, so a complex agentic task can end up costing more in practice even at an unchanged per-token rate.

Google has not published standalone pricing for Gemini 3.8 Flash Cyber. Given that access runs through the invite-only Fairwind Program rather than open API self-serve, that’s consistent with a model Google intends to negotiate access to case by case rather than list on a public rate card.

Gemini 3.8 Flash vs. Gemini 3.8 Flash Cyber: Side by Side

AttributeGemini 3.8 FlashGemini 3.8 Flash Cyber
Primary focusSoftware engineering, agentic workflows, general reasoningVulnerability discovery and automated patching
AccessGeneral availability (Gemini API, AI Studio, Antigravity, Android Studio, Gemini Enterprise)Case-by-case via the Fairwind Program (vetted defenders only)
API identifiergemini-3.8-flashNot publicly listed
Input context window1,048,576 tokensNot publicly disclosed
Pricing$0.75 / $3.75 per 1M tokens (input/output) through Dec. 31, 2026Not publicly listed
Model weightsAPI only, no public weightsAPI only, no public weights
Key benchmark54.9% on HLE-Verified47.2% pass@1 on CWE-Bench

Google Is Already Using Flash Cyber on Its Own Code

Google appears to be treating the launch of Flash Cyber as validated by internal deployment rather than a lab demo. According to Cyber Security News’ reporting, Google’s Chrome Security team found the model produced 2.6 times more correct vulnerability patches than larger commercial rivals it tested against. Separately, the security firm Wiz measured 7.5 to 9.7 percent higher recall on internal penetration-testing benchmarks, while running at two to five times lower cost than the alternatives it compared against.

Those figures, if they hold up under outside scrutiny, matter more than the headline benchmark scores. A model that costs less per rollout and catches more real vulnerabilities in production code is a different pitch than one that merely tops a leaderboard. It’s also the kind of result Google needs if it wants security teams to trust a vulnerability-hunting AI enough to grant it access to production codebases through the Fairwind Program.

How Gemini 3.8 Flash Cyber Compares to Rival AI Security Efforts

Google isn’t the only frontier lab wrestling with what it means to ship an AI model that’s good at finding software flaws. OpenAI’s Astra model drew a critical-risk cybersecurity label earlier this year, which led the company to pause testing for roughly two weeks while it reworked its safeguards. Anthropic separately paused parts of its external red-teaming program after reports that partner firms involved in Claude cyber-capability testing had themselves been breached. Both episodes point to the same underlying problem Google is now navigating with the Fairwind Program: a model competent enough to find real vulnerabilities is competent enough to be misused, and there is no industry-wide playbook yet for how to gate access safely.

Google’s approach, restricting Flash Cyber to a vetted program from day one rather than shipping broadly and restricting later, reads as a direct response to how those earlier episodes played out publicly. Where Astra’s critical-risk label arrived after release and forced a reactive pause, Google built the access gate into the initial launch. Whether that heads off a similar controversy for Google, or simply delays it until the Fairwind Program’s participant list grows, is one of the more consequential open questions in this launch.

A Crowded Field for AI-Assisted Patching

Automated patch generation isn’t new to 2026, but dedicating an entire model variant to it, with its own benchmark suite and its own access program, is a step beyond the “general model plus a security prompt” approach most vendors have taken so far. If Flash Cyber’s field results hold, expect competing labs to follow with their own narrowly scoped, access-gated security models rather than continuing to bolt cybersecurity features onto general-purpose releases.

The Bigger Picture: Google’s Flash Release Cadence

Gemini 3.8 Flash is Google’s third Flash-tier release in six weeks, following Gemini 3.7 Flash by roughly three weeks, according to Cyber Security News. That pace is fast even by 2026 standards, where major labs have compressed release cycles to keep up with competitors. It also means developers building on the Flash line have had to absorb three model swaps in under two months, each with its own benchmark improvements and, in this case, an entirely new specialized sibling model.

The flat pricing across 3.6, 3.7, and 3.8 Flash through the end of 2026 suggests Google is using price stability to smooth over that churn, betting that developers will tolerate frequent model upgrades as long as the cost of running them doesn’t move. That’s a different strategy from labs that use each new release as a pretext to raise prices, and it puts pressure on competitors to either match the cadence, match the price stability, or find another way to differentiate.

Why AI-Powered Vulnerability Patching Matters Now

Security teams have spent years drowning in scanner output: tools that flag thousands of potential issues with no context on which ones are exploitable, let alone how to fix them. The promise of a model like Flash Cyber isn’t just finding more bugs, it’s collapsing the distance between “we found a vulnerability” and “we shipped a working fix.” Google’s claim that its Cloud Vulnerability Research team went from months of manual work to under two hours on one critical finding is the kind of result that, if it generalizes, changes the math on how many vulnerabilities a given security team can realistically triage in a quarter.

That math matters more this year than most, given how much of 2026’s security news cycle has been driven by unpatched or slow-to-patch vulnerabilities turning into full breaches. A tool that meaningfully shrinks patch turnaround time addresses a real, expensive problem, not a hypothetical one.

Dual-Use Risk: The Debate Over Offensive Capability

Every capability that makes Flash Cyber useful to a defender also makes it useful to an attacker. A model that can autonomously trace a vulnerability to its root cause in code doesn’t inherently know whether the person asking is trying to patch it or exploit it. Google’s answer is the Fairwind Program’s vetting process, but vetting programs are only as strong as their enforcement, and history with restricted-access security tools suggests determined bad actors eventually find ways around gatekeeping, whether through compromised credentials, insider access, or simply replicating the capability with less-restricted models.

Google hasn’t published details on how Fairwind Program vetting works, how many organizations have been granted access, or what ongoing monitoring exists once access is granted. Those are the questions that will determine whether this launch reads, in a year, as a responsible template for dual-use AI or as a case study in how quickly access controls erode once a model proves useful enough that everyone wants in.

What This Means for Security Teams and Developers

For developers, the practical takeaway is simple: Gemini 3.8 Flash is available now, at unchanged pricing, with a meaningfully larger context window and better multi-step reasoning than 3.7 Flash. Teams already building on the Flash line can likely swap in the new model identifier with limited friction, though anyone running cost-sensitive agentic workloads should watch token usage closely given Google’s own warning that harder tasks can consume more tokens under the new reasoning behavior.

For security teams, the calculus is different. Flash Cyber isn’t something you sign up for through a self-serve console. Organizations interested in access need to apply through the Fairwind Program and wait on Google’s vetting process, with no published timeline for how long that takes or what criteria determine acceptance. Teams evaluating whether to apply should weigh the reported field results (2.6x more correct patches at Chrome Security, 7.5-9.7% higher recall at Wiz) against the reality that none of those figures have been independently verified outside of Google’s own reporting and the outlets that covered the launch.

Predictions: Where This Goes Next

  • Expect Google to publish a Fairwind Program acceptance report within a quarter, likely citing a specific number of vetted organizations, once early access participants generate case studies worth marketing.
  • Watch for at least one rival lab to announce a similarly access-gated, cybersecurity-specific model variant within the next two to three months, following the pattern Google just set rather than continuing to market general models for security use cases.
  • Standalone pricing for Flash Cyber will likely surface once the Fairwind Program moves past its initial vetted cohort and Google needs a rate card for expanded enterprise access.
  • The introductory $0.75/$3.75 per-million-token pricing on Gemini 3.8 Flash is unlikely to survive past its stated December 31, 2026 cutoff unchanged, given how much reasoning-driven token consumption has grown across the Flash line.
  • Expect scrutiny of the Fairwind Program’s vetting criteria to intensify if Flash Cyber capabilities show up, even indirectly, in a documented attack within the next six to twelve months, mirroring how critical-risk labels forced reactive pauses at other labs this year.

The Historical Thread: From General Models to Specialized Security AI

Gemini 3.8 Flash Cyber didn’t appear out of nowhere. It replaces Gemini 3.5 Flash Cyber, which Google says it outperforms on the CyberGym benchmark, meaning this is at least the second generation of a dedicated security-focused Gemini variant. That continuity matters: Google has been building toward a specialized cybersecurity product line for at least a couple of release cycles, not bolting security features onto a single launch as a marketing exercise.

The broader industry context is a year in which AI-assisted offense and AI-assisted defense have both accelerated, and in which more than one frontier lab has had to publicly reckon with a model crossing into territory serious enough to warrant a pause. Seen against that backdrop, Flash Cyber’s access restrictions look less like caution for its own sake and more like a lab trying to avoid becoming the next cautionary headline.

Checking a Model Identifier in the Gemini API

Developers looking to confirm they’re routing requests to the new model can check the identifier returned by the Gemini API directly. A minimal request looks like this:

curl -s "https://generativelanguage.googleapis.com/v1beta/models/gemini-3.8-flash?key=$GEMINI_API_KEY"

A successful response confirms the model identifier is live on your project and returns metadata including the input token limit, which should match the 1,048,576-token figure Google has published for Gemini 3.8 Flash. There is no equivalent public endpoint for Gemini 3.8 Flash Cyber, since access is scoped through the Fairwind Program rather than a standard API key.

What Google’s Own Statements Say

Beyond third-party reporting, Google’s own channels have been direct about how it frames this release. On its official blog, Google wrote that Gemini 3.8 Flash Cyber is “our most capable cybersecurity model with frontier-level performance in vulnerability detection and automated patching, available to trusted defenders through our new Fairwind Program,” a description published on the official Google Blog.

Google’s developer documentation is equally explicit about pricing, stating that “Gemini 3.8 Flash is available through the end of year at an introductory price of $0.75/1M input tokens and $3.75/1M output tokens,” per the Google AI for Developers documentation. The company’s Cloud pricing page extends that same commitment across the wider Flash family, noting that “Gemini 3.8 Flash, Gemini 3.7 Flash, Gemini 3.6 Flash, and CodeMender using these models are offered with introductory pricing of $0.75 / $3.75 per 1M tokens input / output through December 31, 2026,” according to the Google Cloud pricing documentation.

Frequently Asked Questions

What is Gemini 3.8 Flash?
It’s Google’s newest general-purpose Flash-tier model, built on Gemini 3.7 Flash and tuned for long-horizon software engineering, agentic workflows, and complex multi-step reasoning. It became generally available on September 2, 2026, through the Gemini API, Google AI Studio, Antigravity, Android Studio, and Gemini Enterprise.

What is Gemini 3.8 Flash Cyber?
It’s a specialized sibling model tuned specifically for cybersecurity work: finding software vulnerabilities and generating patches for them. Unlike the standard Flash model, it is not openly available and is only accessible to vetted defenders through Google’s new Fairwind Program.

How do I get access to Gemini 3.8 Flash Cyber?
Google has not published a public self-serve signup. Access runs through the Fairwind Program, which grants approval case by case to trusted security teams rather than opening general availability.

What does Gemini 3.8 Flash cost?
Google’s own documentation lists an introductory rate of $0.75 per million input tokens and $3.75 per million output tokens, in effect through December 31, 2026, matching the pricing carried over from Gemini 3.7 Flash and 3.6 Flash.

Is Gemini 3.8 Flash Cyber’s pricing public?
No. Because access is granted through the invite-only Fairwind Program rather than a public API tier, Google has not published standalone pricing for the cybersecurity model.

What is the context window for Gemini 3.8 Flash?
Gemini 3.8 Flash accepts up to 1,048,576 input tokens, according to Google’s model documentation, large enough to process extensive codebases or lengthy agent conversations in a single request.

How does Gemini 3.8 Flash Cyber compare to Gemini 3.5 Flash Cyber?
Google reports that 3.8 Flash Cyber surpasses its predecessor, 3.5 Flash Cyber, on the CyberGym vulnerability-discovery benchmark, though the company has not published the specific numeric gap between the two generations.

Can Gemini 3.8 Flash Cyber be misused for offensive hacking?
That risk is exactly why Google restricted access through the Fairwind Program rather than a general release. A model capable of autonomously finding exploitable vulnerabilities is inherently dual-use, and Google has not disclosed the full details of how its vetting process screens applicants or monitors ongoing use.