GEMINI (Google)

Layer: Foundation Models · Dossier: Gemini family · Status: draft for review · 2026-07
Lede
Google was supposed to win this outright. It invented the transformer, employed half the authors of the paper, and owned more compute, more data, and more distribution than any company on Earth. Then OpenAI shipped first, and Google spent 2023 looking like the incumbent that got caught sleeping. Gemini is the answer to that embarrassment — and by 2026 it is a genuinely formidable one. The family now leads the industry on context window size, runs deeper on native multimodality than any rival, and undercuts competitors on price at the volume tier. What Gemini sells is not "the smartest model" on any given Tuesday — that crown rotates weekly between Google, OpenAI, and Anthropic — but the deepest integration surface in computing: your inbox, your documents, your spreadsheets, your phone, and the cloud platform your company already pays for. The catch is the same as it has always been with Google: a sprawling, fast-churning product line, preview labels that linger for months, and the quiet understanding that on the free tier, you are the training data.
The family at a glance
| Model | Role | Context | Price (per 1M tokens, in/out) | Notes |
|---|---|---|---|---|
| Gemini 3.1 Pro | Flagship reasoning | 1M tokens ⚑ unverified | $2.00 / $12.00 under 200K context; roughly doubles above ⚑ unverified | Thinking built in; video input |
| Gemini 3.5 Flash | New workhorse | 1M tokens ⚑ unverified | $1.50 / $9.00 ⚑ unverified | Launched I/O, May 2026; near-Pro quality at Flash pricing ⚑ unverified |
| Gemini 3 Flash | Volume workhorse | 1M tokens ⚑ unverified | $0.50 / $3.00 ⚑ unverified | The price-performance anchor of the lineup |
| Gemini 3.1 Flash-Lite | Cheapest tier | ~128K–1M ⚑ unverified | Fractions of Flash pricing ⚑ unverified | Classification, extraction, high-QPS glue work |
| Gemini 2.5 Pro / Flash | Previous generation | 1M–2M ⚑ unverified | Discounted legacy pricing ⚑ unverified | Still serving; deprecation clock ticking |
| Gemma 4 | Open-weights sibling | Model-dependent | Free (Apache 2.0) ⚑ unverified | Covered in the open-source dossier |
Two structural notes. First, every current Gemini model is a "thinking" model — the reasoning-mode split that used to be a separate product line (the old Flash Thinking experiments) collapsed into a dial. You set a thinking budget per request; the model spends reasoning tokens against it, and you pay for them as output. Second, pricing is tiered by context: cross roughly 200K tokens of input and the per-token rate steps up ⚑ unverified. The 1M-token window is real, but Google charges you properly for using it. Batch mode — asynchronous, up-to-24-hour turnaround — cuts any model's list price by 50% ⚑ unverified, and it is the single most underused line item on the price sheet.
Context: the moat Google actually built
Every frontier lab talks about long context. Google shipped it first at scale — 1M tokens standard since Gemini 1.5 in early 2024, with 2M-token variants on 2.5 Pro ⚑ unverified — and has held the practical lead since. One million tokens is roughly 700,000 words: a full codebase, a year of company email, ten novels, or about an hour of video in a single prompt.
The honest engineering caveat: advertised context and usable context are different numbers. Retrieval quality degrades as the window fills — the "needle in a haystack" benchmarks that vendors publish are the easiest version of the problem, and multi-fact reasoning across a stuffed window is measurably worse than the same reasoning over a short prompt. Gemini degrades more gracefully than most, which is precisely why long-context work is one of the few tasks where the model choice is not close. If your workload is "here are 400 pages, answer questions about them," Gemini is the default and everything else is the alternative.
Long context also changes architecture decisions. A team that would otherwise build a retrieval pipeline — embeddings, vector database, chunking strategy, reranker — can sometimes just put the corpus in the prompt and use context caching to avoid re-paying for it on every call. Cached input tokens are billed at a steep discount ⚑ unverified. For corpora under a few hundred thousand tokens that get queried repeatedly, cache-plus-long-context is frequently cheaper and always simpler than RAG. That is a real, quantifiable engineering trade Gemini enables that most of its competitors only gesture at.
Multimodal: native, not bolted on
Most "multimodal" models are text models with an image encoder stapled to the front. Gemini was trained multimodal from the start, and it shows in the depth of what it accepts: images, audio, and video as first-class inputs — not frames sampled from video, but video with its audio track, understood together, at lengths of 45 minutes and up ⚑ unverified.
In practice this means things competitors handle awkwardly or not at all: "watch this recorded meeting and produce minutes with timestamps," "here is a 30-minute product demo, list every UI error shown," "transcribe and diarize this call, then summarize each speaker's position." Audio input is native, so there is no separate speech-to-text hop to lose intonation and cross-talk in.
On the output side, the family generates images (the Gemini image models, which had a viral moment under the "Nano Banana" codename in 2025 ⚑ unverified) and connects to Veo for video generation on the Cloud side. And the Live API delivers real-time, bidirectional voice-and-video conversation — the "talk to it while pointing your camera at things" mode — which is a genuinely different product surface from request-response chat and still has no equal-quality open competitor.
If your workload is text in, text out, multimodality is trivia. If it involves screenshots, PDFs-as-scans, call recordings, or video, it is the whole ballgame, and Gemini is the strongest all-around choice in 2026.
The ecosystem: distribution as strategy
Gemini's real differentiation is not the model. It is that the model is already inside the software 3 billion people use.
Workspace. Gemini is embedded across Gmail, Docs, Sheets, Slides, Meet, and Drive — drafting in your voice from your mail history, "help me organize" structures in Sheets, meeting notes in Meet. Since 2025, Gemini features are bundled into Workspace Business and Enterprise plans rather than sold as a separate add-on ⚑ unverified, which quietly made Google the largest deployer of workplace AI on the planet by seat count. For a company already on Workspace, the marginal cost of "AI for everyone" is approximately zero, and that arithmetic is doing more for Gemini adoption than any benchmark.
Google Cloud / Vertex AI. Vertex AI is the enterprise on-ramp: the same Gemini models behind an enterprise contract, with data-residency controls, VPC service perimeters, IAM, audit logging, provisioned throughput for guaranteed capacity, and a model garden that also hosts Claude, Llama, and Mistral alongside Gemini. Vertex is where the compliance-shaped objections go to die — your data is not used for training, and Google will sign the paper that says so. New Google Cloud accounts come with $300 in credits ⚑ unverified, which is enough to evaluate seriously.
AI Studio. The developer front door, and the most generous free tier in the industry — historically full free access to flagship models, now narrowed to the Flash and Flash-Lite tiers with the Pro models paid-only ⚑ unverified, with rate limits on the order of 1,000 requests per day on the free tier ⚑ unverified. It is a browser playground that turns into working API code in one click: prototype a prompt, hit "Get code," ship it. The standing caveat: on the free tier, Google may use your prompts to improve its models ⚑ unverified. Paid API traffic and Vertex traffic are excluded from training ⚑ unverified. Know which side of that line you are on before you paste anything you care about.
Everything else. Gemini replaced Google Assistant on Android. It is in Chrome. It powers AI Overviews in Search. NotebookLM — the source-grounded research notebook with the podcast-generation party trick — is Gemini underneath. Deep Research, the agentic report-writer, ships in the consumer app. None of these individually matters to an engineer choosing an API; together they mean the model your users already know how to talk to is probably this one.
Pricing reality
The headline numbers, all ⚑ unverified against ai.google.dev/gemini-api/docs/pricing before publication:
- Gemini 3.1 Pro: $2.00 input / $12.00 output per 1M tokens under 200K context; the rate steps up (roughly doubles on input) above 200K.
- Gemini 3.5 Flash: $1.50 / $9.00 — a ~3x price step over 3 Flash, positioned as near-Pro capability for a quarter of Pro's output cost.
- Gemini 3 Flash: $0.50 / $3.00 — the volume anchor, and cheaper per output token than any comparable-quality competitor.
- Flash-Lite tiers: cents per million on input — priced for classification and extraction at scale.
- Batch mode: 50% off everything, 24-hour turnaround.
- Context caching: cached input billed at a large discount plus a small storage fee.
- Thinking tokens are output tokens. A hard reasoning problem on 3.1 Pro can emit tens of thousands of thinking tokens at $12/M before it writes a word of answer. Set thinking budgets in production or your bill will explain the concept to you.
The comparative picture: at the Pro tier, Gemini undercuts OpenAI's and Anthropic's flagships on list price ⚑ unverified. At the Flash tier, it competes with open-weight models served by third parties — which is remarkable for a closed frontier model. Google is using TPU economics as a weapon, and the beneficiary is anyone whose workload is high-volume.
Strengths, honestly stated
- Long context that actually works. The 1M window with graceful degradation is a category of its own.
- Deepest native multimodality — especially video and audio understanding, and the real-time Live API.
- Price-performance at the volume tier. Flash models are the cheapest capable tokens on the closed-model market.
- Distribution. Workspace, Android, Chrome, Search. The enterprise procurement path (Vertex) is the smoothest of the three majors if you are already a Google Cloud shop.
- Free tier for developers. AI Studio remains the lowest-friction way on Earth to go from idea to working AI prototype at zero cost.
Limits, honestly stated
- Product churn. Model names, preview suffixes, and deprecation schedules turn over fast. Code written against a
-previewmodel ID — and Google ships flagships as previews for months — needs active maintenance. The 2.5 generation you built on in 2025 is on a countdown. - Not always the smartest. On the hardest reasoning and agentic-coding evaluations, the frontier crown rotates between Gemini, GPT, and Claude by the month. Anthropic has held an edge in agentic coding workflows for much of the past year ⚑ unverified; if your product is a coding agent, benchmark before defaulting to Gemini.
- Verbosity and instruction drift. Gemini models have a persistent tendency to over-explain and to soften explicit formatting instructions, which costs real money at $12/M output.
- Rate limits bite mid-scale. Between free tier and enterprise provisioned throughput lies a valley of quota-increase requests.
- Ecosystem gravity. The integrations are the moat, and moats hold their occupants too. Build deep on Vertex-specific features (grounding with Google Search, enterprise context caching, Workspace hooks) and multi-vendor portability quietly evaporates.
- Privacy asymmetry. The free tier trains on you ⚑ unverified. Fine for experiments, disqualifying for anything confidential. The paid tiers don't — but the burden is on you to know which door you walked through.
When to choose Gemini
Choose it when:
- Your workload is long-document or long-codebase analysis — the 1M window is the product.
- You process video, audio, or mixed media natively — nothing else is as deep.
- You need high-volume, cost-sensitive inference with closed-model quality — Flash at $0.50/$3.00 ⚑ unverified is the price floor for its capability class.
- Your organization already lives in Workspace or Google Cloud — the integration dividend is real.
- You want real-time voice/video interaction — the Live API has no peer.
Look elsewhere when:
- You need the absolute frontier on agentic coding or the hardest reasoning — benchmark Claude and GPT first, this month's leaderboard may disagree with last month's.
- You require stable, multi-year model version guarantees — Google's deprecation cadence is the fastest of the majors.
- Your data-governance posture forbids US hyperscalers entirely — that conversation ends in the open-weights dossier, not here.
How to start
- AI Studio, tonight, free. Go to aistudio.google.com, sign in with any Google account, and you are in a playground with the current Flash models at zero cost. Test your actual use case — paste the real document, the real screenshot, the real transcript.
- Get an API key. One click in AI Studio. The free-tier key is rate-limited but real; the same key upgrades to pay-as-you-go by attaching billing.
- Ship against the API.
pip install google-genai, point it atgemini-3.5-flash⚑ unverified, and you have production-grade inference in ten lines. Start on Flash; escalate to Pro only where evaluation says Flash fails. - Graduate to Vertex AI when compliance asks questions. Same models, enterprise wrapper: data-residency, no-training guarantees, audit logs, provisioned throughput. The $300 new-account credit covers a serious pilot ⚑ unverified.
- Control the two silent cost drivers from day one: set thinking budgets per request, and use context caching plus batch mode for anything repetitive. These two habits routinely halve real-world Gemini bills.
Affiliate & sign-up surface (for production)
- Google AI Studio — free developer tier, API keys.
- Google Cloud / Vertex AI — $300 new-account credit, enterprise Gemini.
- Google Workspace (Gemini bundled in Business/Enterprise plans) — if a Workspace referral program applies.
Verification checklist before publication
All pricing figures, context-window sizes, free-tier quotas, training-data policies, and current model IDs marked ⚑ unverified — canonical sources: ai.google.dev/gemini-api/docs/pricing, cloud.google.com/vertex-ai/generative-ai/pricing, and the Gemini API changelog. This family churns; verify within a week of publish.
Some links on this page are affiliate links. If you sign up or buy through one, TheCatch.AI earns a commission at no extra cost to you. We list what we would use; the commission never decides the ranking, and nothing in Bubble Watch or Economics carries an affiliate link — analysis stays clean.