Google Cloud · Deep Technical Guide

Google Gemini Enterprise, Explained End to End

Gemini 3.5, Agent Builder, and the platform Google just rebranded from Vertex AI — model catalog, pricing, architecture, and a working technical guide for migrating off Google AI Studio.

3.5Latest Gemini Generation
200+Models in Model Garden
1M+Token Context Window

Data verified July 2026 · sourced from Google Cloud's official documentation

Just Rebranded

At Google Cloud Next 2026, Vertex AI was rebranded to the Gemini Enterprise Agent Platform and consolidated with Agentspace. If you already use Vertex AI, nothing breaks — it's the same platform under a new, more agent-focused name.

What Is Gemini Enterprise?

Gemini Enterprise is Google Cloud's governed, project-based platform for building with Gemini and 200+ other models — as opposed to Google AI Studio, which is a free, API-key-based sandbox meant for prototyping. Gemini Enterprise wraps model access in IAM, VPC Service Controls, and GCP billing, and bundles the Agent Development Kit (ADK), a managed Agent Engine runtime, and Vertex AI Search into one platform for production agents.

Every Model in Gemini Enterprise Today

From the flagship Gemini 3.5 Pro to the cost-optimized Flash tier and the wider Model Garden.

Gemini 3.5 Pro

Flagship
1M+ tokens context
Priced per model card in Model Garden

Deep multimodal reasoning across text, image, video, and audio in a single call, for the most complex enterprise workloads.

Gemini 3.5 Flash

Cost-optimized
1M+ tokens context
$1.50 / $9.00 per 1M tokens (in/out)

High-volume production traffic — launched May 2026 at roughly 25% below the previous Gemini 3.1 Pro price while beating it on coding and agentic benchmarks.

Gemini 3.1 Pro

Previous generation
1M+ tokens context
$2.00 / $12.00 per 1M tokens (in/out)

Still supported for workloads not yet migrated to the 3.5 family; being phased out as 3.5 Flash undercuts it on both price and benchmarks.

Model Garden (Claude, Llama, Gemma)

Multi-provider
Model-dependent context
Priced per provider

Running Anthropic Claude or open-weight Llama/Gemma models inside the same governed Google Cloud project as Gemini — over 200 models available.

Imagen

Image generation
N/A context
Priced per image

Enterprise-grade image generation for marketing and creative workflows, governed under the same IAM policies as your text models.

Gemini 3.5 Flash vs. 3.1 Pro

Input token pricing — Flash launched roughly 25% cheaper than the previous-generation Pro while beating it on coding and agentic benchmarks.

Gemini Input Token Pricing

USD per 1 million input tokens

$1.50
Gemini 3.5 Flashinput $/1M
$2.00
Gemini 3.1 Proinput $/1M

The Agent Platform Architecture

Six building blocks bundled into one pay-as-you-go platform.

⌨️

Agent Development Kit (ADK)

A code-first framework for building agents in Python or Java, with full control over tools, memory, and orchestration logic.

🎛️

Agent Studio

A low-code, visual builder for teams that want to assemble agents without writing orchestration code from scratch.

⚙️

Agent Engine

The managed runtime that hosts and scales agents in production — billed at roughly $0.0864 per vCPU-hour and $0.0090 per GB-hour of memory.

🔍

Vertex AI Search

Enterprise search and retrieval grounding for RAG, priced at $1.50-$6.00 per 1,000 queries depending on tier.

🧠

Persistent Memory

Session and long-term memory storage for agents, billed at $0.25 per 1,000 events — lets agents recall context across sessions.

🎚️

Model Optimizer

A single meta-endpoint for Gemini requests — set a cost, quality, or balanced preference and it automatically routes to the right model tier.

Governance Built Into the Platform

🔐

IAM & VPC Service Controls

Fine-grained identity and access management plus VPC Service Controls to create a security perimeter around your project data.

🌍

Data Residency Controls

Region and multi-region processing options so enterprise data stays within required geographic boundaries.

📊

Governance & Audit

Centralized logging, usage monitoring, and governance controls across every agent and model call in a project.

🎁

Free Credits for New Customers

New customers can get up to $300 in free credits to evaluate the Agent Platform and other Google Cloud products before committing spend.

Migrating From Google AI Studio to Gemini Enterprise

The path production workloads take once free-tier quotas stop being enough.

01

Create a GCP Project & Enable the API

Set up (or reuse) a Google Cloud project and enable the Vertex AI / Gemini Enterprise API — this replaces the standalone API key from Google AI Studio with project-based access.

Project setup, API enablement, billing account linkage

02

Swap the SDK

Replace the google-generativeai (AI Studio) package with the unified Google Gen AI SDK — the Vertex AI SDK itself is being retired for Gemini after June 2026, so the Gen AI SDK is the forward-compatible path.

pip uninstall google-generativeai; install google-genai

03

Switch Authentication

Remove the plaintext GOOGLE_API_KEY environment variable and authenticate with a service account or Application Default Credentials (ADC) instead — the standard IAM-based pattern for production GCP workloads.

Service account creation, ADC configuration, Workload Identity for GKE

04

Update Model Endpoints

Point requests at your project and region instead of the public Gemini API endpoint, and update the model identifier to the current Gemini 3.5 generation.

Region selection, model ID updates, endpoint configuration

05

Remove Quota Anxiety

Once traffic is billed through GCP directly, you're no longer bound by Google AI Studio's free-tier quota or spending cap — validate rate limits and scale up gradually.

Quota request, production traffic ramp-up, cost monitoring

How Gemini Enterprise Got Here

2023

Vertex AI Gemini Launch

Gemini models become available on Vertex AI alongside PaLM, giving enterprises project-based, IAM-governed access.

2024–25

Agent Builder Matures

Vertex AI Agent Builder adds the ADK, Agent Engine runtime, and Vertex AI Search as core building blocks for production agents.

2026 (Google Cloud Next)

Rebrand to Gemini Enterprise Agent Platform

Vertex AI is rebranded and consolidated with Agentspace into the Gemini Enterprise Agent Platform. Existing customers keep the same services under the new name — no forced migration for the platform itself.

June 2026

Vertex AI SDK Deprecated for Gemini

New Gemini capabilities ship only in the unified Google Gen AI SDK; the older Vertex AI SDK stops receiving Gemini updates, pushing every remaining integration toward the new SDK.

May 2026

Gemini 3.5 Flash Ships

Launches at roughly 25% below Gemini 3.1 Pro pricing while outperforming it on coding and agentic benchmarks.

Where Enterprises Deploy Gemini

🔎

Enterprise Search & RAG

Vertex AI Search grounds Gemini responses in your own documents, wikis, and databases with citations.

🤖

Multi-Agent Workflows

ADK-built agents that hand off tasks to each other — research, drafting, and review chained into one automated workflow.

📈

BigQuery-Native Analytics

Gemini models called directly against BigQuery data for natural-language analytics without moving data out of Google Cloud.

🎨

Multimodal Content Pipelines

Gemini plus Imagen for combined text-and-image generation workflows in marketing and product teams.

Frequently Asked Questions

Planning a Gemini Enterprise Deployment?

We'll assess your workloads, design your Agent Builder architecture, and handle the migration from Google AI Studio or another provider.