Articles

Gemini 3: Google's New Flagship AI Model Family

Google released Gemini 3 — Pro, Flash, Deep Think, and a 3.5 series — across the Gemini app, AI Studio, and Vertex AI. Here's the lineup.

Chisato Chisato · · 3 min read
A glowing neural network

Google has released Gemini 3, which it calls its most intelligent model family to date. It’s available across the consumer Gemini app, Google AI Studio for developers, and Vertex AI for enterprise — and rather than a single model, it arrives as a tiered family designed to cover everything from the hardest reasoning problems to high-volume, latency-sensitive work.

If you’re new to the underlying technology, our explainer on what an LLM is covers the fundamentals these models build on.

The Gemini 3 lineup

The family splits along a familiar axis — capability versus speed and cost — with a few distinct tiers:

VariantBuilt for
Gemini 3 ProTop-tier reasoning, multimodality, and coding
Gemini 3 FlashPro-grade reasoning at Flash-level speed and lower cost
Gemini 3 Deep ThinkThe hardest problems, with extended deliberation
Gemini 3.5 FlashFrontier-level intelligence at speed

Gemini 3 Pro is the flagship: the model to reach for when a task demands the deepest reasoning, rich multimodal understanding, or serious coding work. Gemini 3 Flash is the notable middle option, delivering Pro-grade reasoning quality while keeping the speed and lower cost that the Flash tier is known for. Gemini 3 Deep Think sits at the top end for genuinely hard problems where extended deliberation pays off — the same philosophy behind the broader class of reasoning models that think before they answer.

Alongside these, Google introduced a Gemini 3.5 series, whose Gemini 3.5 Flash is positioned to deliver frontier-level intelligence at speed.

What Google says it’s good at

Three strengths run through Google’s framing of Gemini 3:

  • Reasoning depth. The family is built to work through multi-step problems rather than pattern-matching to a quick answer.
  • Multimodality. It handles text, images, and other inputs together as a native capability.
  • Better grasp of context and intent. Google highlights that the models need less prompting to do what you actually meant — an attempt to reduce the prompt-engineering tax of earlier generations.

The usual caveat applies: Google hasn’t published head-to-head numbers, so treat these strengths as direction rather than measurement, and confirm them against your own workloads.

Gemini 3.5 Flash goes everywhere

The most consequential detail may be distribution. Gemini 3.5 Flash now powers Google Search’s new AI Mode, putting the model in front of an enormous everyday audience. It also powers Apple’s redesigned Siri AI — a striking arrangement that places Google’s model inside a flagship Apple experience.

Choosing the fast, lower-cost tier for these high-volume surfaces is telling. At search-and-assistant scale, the economics favor a model that is both capable and cheap to run — exactly the niche Gemini 3.5 Flash is built to fill.

Where it fits in the model race

Gemini 3 lands in a crowded frontier. Anthropic’s lineup spans the workhorse Claude Sonnet 5 family up to its most capable Claude Fable 5, and OpenAI keeps iterating at the top end. The pattern across all of them is the same: a capability flagship, a fast and affordable tier, and a deep-thinking mode for the hardest work. What sets Gemini 3 apart is reach — few rivals can drop a new model straight into a dominant search engine and a top consumer device on day one.

The takeaway

Gemini 3 is less a single launch than a full slate — Pro for capability, Flash for balance, Deep Think for the hardest problems, and a 3.5 series whose Flash variant is already powering Search and Siri. The model race is no longer just about who has the smartest system; it’s about who can put a capable one in the most hands. On that measure, Gemini 3 starts from a position few competitors can match.

Chisato Chisato · · 5 min read

What Is Catastrophic Forgetting in AI Fine-Tuning?

Catastrophic forgetting is when training a model on new data erases skills it already had. Why it happens during fine-tuning, and how teams work around it.

#AI #LLMs #Machine Learning