
Gemini 4 Release Date: What Google Confirmed vs Rumors
"Release Date" Can Mean Four Different Events
Most "Gemini 4 release date" pages collapse four milestones into one headline. For a team planning an evaluation they are separate gates, and each one is currently closed.
| Milestone | What would count as confirmation | State on September 16, 2026 | What would not count |
|---|---|---|---|
| Official announcement | A Google or Google DeepMind post naming the model, its variants, and launch scope | Not yet; only the July pre-training statement exists | Earnings-call phrasing, anonymous leaderboard checkpoints, prediction articles |
| Gemini app availability | Google states that Gemini 4 is live in the Gemini app, with plan or region scope | Not yet | Screenshots of unlabeled or A/B-tested models |
| Gemini API / AI Studio / Vertex availability | A catalog entry with model ID, pricing row, rate limits, and changelog line on ai.google.dev or Vertex docs | Not yet; the catalog's newest entries are Gemini 3.8 Flash and 3.8 Live | An app launch, a keynote demo, or a third-party gateway listing |
| Gateway (EvoLink) availability | Approved model ID, price, a successful authenticated request with matching returned identity, and reconciled usage and billing | Not yet; no verified route | A Google announcement, or a placeholder page carrying the model's name |
A model can be announced before the app receives it, reach the app before the API lists it, and be listed upstream before any gateway has verified a route. These are sequential states, not conflicting reports.
The Direct Answer: What Is Confirmed Today?
| Question | Answer as of September 16, 2026 | Evidence level |
|---|---|---|
| Is Gemini 4 released? | No | Official (absent from Google's model catalog, pricing page, and changelog) |
| Has Google confirmed Gemini 4 exists? | Yes. Google says it has started pre-training for Gemini 4 | Official (Google blog, July 21 and July 22, 2026) |
| Release date | Not published | Unknown |
| Model variants (Pro, Flash, Flash-Lite) | Not published | Unknown; circulating variant names are third-party prediction |
| Official model ID | Not published; no request ID exists in Google's catalog | Unknown |
| Pricing | Not published | Unknown |
| Context window, output limit, modalities, tool and thinking controls | Not published | Unknown; leaked spec tables are third-party prediction |
| Public API (Gemini API, AI Studio, Vertex AI) | No catalog entry | Official (absence, checked September 16, 2026) |
| EvoLink route | No verified route, no SKU, no price, no integration date | EvoLink status (separate from Google) |
The only row backed by a positive official statement is the second one. Everything else is either an official absence or an unknown, and neither should be read as a launch expectation.
Official Timeline
Two dated Google statements exist, and both say the same thing.
| Date | Event | What Google says | What it does not say |
|---|---|---|---|
| July 21, 2026 | Google publishes the Gemini 3.6 Flash announcement on blog.google | Google has started its most ambitious pre-training run yet, for Gemini 4 | No date, variants, specs, or API plan |
| July 22, 2026 | Alphabet's Q2 2026 earnings message from the CEO is published on blog.google | "We have started our most ambitious pre-training run yet, for Gemini 4, and are excited by the progress we are seeing at the frontier." | No date, variants, specs, or API plan |
| September 16, 2026 | Check of the official Gemini API model catalog, pricing page, and changelog | Newest listed models are Gemini 3.8 Flash and Gemini 3.8 Live; no Gemini 4 entry | Nothing about Gemini 4 |
One reading error is common enough to call out. "Started pre-training in July" is a statement about July; it does not tell us what stage the model is at in September. Post-training, safety evaluation, and staged rollout add time that Google has not described, and this page will not infer a stage Google has not stated.
What Is Rumored or Predicted, and Why It Is Not a Fact
Most Gemini 4 pages fill the gap between "confirmed" and "unknown" with prediction. Each of the following is a third-party prediction, not a Google statement.
- Year-end release predictions. Several English and Chinese articles turned the July pre-training statement into an "expected by the end of 2026" date. Google has not given a quarter, a month, or a launch channel.
- Pro / Flash / Flash-Lite naming. Tracker pages already exist for "Gemini 4 Pro" and "Gemini 4 Flash-Lite". These names are extrapolated from the Gemini 2.5 and 3.x lineups; Google has not confirmed any Gemini 4 variant.
- Leaked spec tables. Some pages publish context-window sizes, benchmark scores, or prices for Gemini 4. None cite a Google source, so this article does not repeat the numbers. Copying does not turn a guess into a fact.
- Skipping an intermediate Pro release. Community threads ask whether Gemini 4 replaces a Pro release in the 3.x line. The two official statements do not address that question either way.
Three name collisions also pollute the results and should be excluded when you evaluate a claim:
- Gemma 4 is Google's open-weights model family, a different product with different distribution. A Hacker News author publicly corrected a post that had confused the two.
- NASA's Gemini 4 was a 1965 crewed spaceflight and has nothing to do with the model.
- Anonymous LM Arena checkpoints. On July 2, 2026, media coverage speculated that an unnamed Gemini Flash checkpoint on LM Arena might be Gemini 4. Google did not confirm that; an unlabeled leaderboard entry is not evidence of a release. Third-party apps and repositories calling themselves "gemini-4" belong in the same category.
Release Does Not Mean API Availability
For an engineering team, the announcement is the least useful of the gates. The path from Google's statement to a request you can bill runs through three separately verified nodes.
What Developers Can Prepare Now
None of this blocks preparation. The work below is independent of Gemini 4's unpublished specs.
- Keep the candidate model ID in configuration, not in code. When Google publishes the real ID, switching a route should be a reviewed config change, not a search for hard-coded strings. Do not pre-fill a guessed ID; leave the slot empty until the catalog entry exists.
- Freeze your current Gemini baselines. EvoLink lists Gemini 3.8 Flash (the newest Flash route) and Gemini 3.1 Pro (the current Pro-line baseline) among 11 Gemini routes on the Gemini collection page. Record their cost per accepted task, latency percentiles, and failure rates on your own workload, and verify each route before relying on it in production. These are evaluation baselines; their prices and context limits are not Gemini 4 specs.
- Save representative evaluation traces. Export a fixed set of real requests and accepted outputs from Gemini 3.8 Flash and Gemini 3.1 Pro, including tool calls, structured-output schemas, long-context cases, and the failures you had to retry. A new model is judged against your traces, not vendor benchmarks.
- Define promotion and rollback gates in advance. Write down the thresholds a new model must clear (accuracy on your traces, cost per accepted task, P95 latency, error rate) and the conditions under which traffic goes back. Deciding before the launch removes the pressure to decide during it.
- Log the full compatibility surface. Record which parameters, tool-calling formats, thinking controls, caching behavior, and response fields your code depends on today. Generational releases change at least one of these; a known dependency list turns a migration surprise into a checklist item.
Which Comparison Should You Read Next?
Signals We Monitor Before Updating This Page
This page is rechecked weekly and updated the same day any of the following appears:
- An official Google or Google DeepMind post that names Gemini 4 variants, launch scope, or a date.
- A Gemini 4 entry in the ai.google.dev model catalog, with a model ID string.
- A Gemini 4 row on the Gemini API pricing page.
- A Gemini 4 line in the Gemini API changelog.
- Gemini 4 availability in Vertex AI or Google AI Studio.
- An EvoLink route verification: approved model ID, SKU, successful authenticated request with matching returned identity, and reconciled billing.
Until one of these fires, the status in this article stands. The URL and publication date stay fixed across updates; the "updated" date and the closing evidence note change.
FAQ
Is the Gemini 4 release date confirmed?
No. As of September 16, 2026, Google has published no release date, launch market, or channel for Gemini 4. Dates you see elsewhere are third-party predictions.
Does "pre-training started" mean Gemini 4 is about to launch?
No. Google's July 2026 statements confirm that a pre-training run started; they say nothing about when it ends or what follows. Post-training, evaluation, and staged rollout are separate phases that Google has not described for Gemini 4.
What is the difference between Gemini 4 and Gemma 4?
Gemini 4 is the next generation of Google's proprietary Gemini model family; earlier Gemini models are offered through Google's products and APIs, but no Gemini 4 access path has been published. Gemma 4 is Google's open-weights model family, distributed for self-hosting under its own terms. They are different products, and a Gemma 4 release says nothing about Gemini 4's date.
Will the Gemini app and the Gemini API get Gemini 4 at the same time?
Google has not said. App availability, Gemini API and AI Studio availability, and Vertex AI availability are separate milestones that have not always coincided for earlier models. Check each one against its own official source rather than assuming one implies the other.
Is the official model name Gemini 4, Gemini 4 Pro, or Gemini 4.0?
Google's two statements use only the phrase "Gemini 4". No variant names and no version-number format have been published, and there is no model ID in the Gemini API catalog. Treat "Gemini 4 Pro", "Gemini 4 Flash", and "Gemini 4.0" as unconfirmed labels.
Can I use Gemini 4 through EvoLink now?
When is it worth starting a migration evaluation?
Start the preparation now (baselines, traces, gates, compatibility log) and start the evaluation itself only when an official model ID, pricing row, and rate limits exist. Before that point there is nothing to test, and evaluating against leaked specs produces conclusions you will have to redo.
Sources
- Google: Alphabet Q2 2026 earnings message from the CEO (July 22, 2026)
- Google: Gemini 3.6 Flash announcement (July 21, 2026)
- Gemini API: model catalog (no Gemini 4 entry as of September 16, 2026)
- Gemini API: pricing (no Gemini 4 row as of September 16, 2026)
- Gemini API: changelog (no Gemini 4 line as of September 16, 2026)
- EvoLink: Gemini 4 API availability
- EvoLink: Gemini 4 vs GPT-6 Astra
- EvoLink: Gemini 4 vs Claude Fable 5.1
- EvoLink: Gemini model collection


