# Google AI Studio

> Source: https://aiwiki.ai/wiki/google_ai_studio
> Updated: 2026-06-21
> Categories: AI Tools & Products, Developer Tools, Generative AI, Google
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Google AI Studio** is [Google](/wiki/google)'s free, web-based developer tool for prototyping with the [Gemini](/wiki/gemini) family of models and getting a Gemini API key in seconds. Hosted at `aistudio.google.com`, it combines a prompt playground, a multimodal file uploader, a one-click code-export panel, and (since late 2025) a full "Build" mode that generates complete React or Node.js applications from a natural-language description.[4][8] Google describes it as "the fastest way to start building with Gemini, our next generation family of multimodal generative AI models."[4] It is the canonical entry point for individual developers and small teams who want to experiment with the Gemini Developer API before shipping production code or migrating to the enterprise-grade [Vertex AI](/wiki/google_vertex_ai) platform on Google Cloud.[23]

The service was originally launched as **MakerSuite** at Google I/O on May 10, 2023, offering access to the [PaLM](/wiki/palm) 2 family.[1] It was rebranded to **Google AI Studio** on December 13, 2023, the same day Google made the Gemini API publicly available with the launch of Gemini 1.0 Pro.[2] TechCrunch called the change "quite a bit more substantial" than a rename, citing the new vision model and a unified streaming endpoint.[2] Since then it has grown into the front door for the Gemini Developer API, picking up new models and features at roughly the same cadence as Google's flagship announcements.[1]

## What is Google AI Studio used for?

AI Studio sits between two other products that share the Gemini brand. The consumer [Gemini app](/wiki/gemini_app) (`gemini.google.com`) is a chat interface aimed at end users, while [Vertex AI](/wiki/google_vertex_ai) is the production-grade machine learning platform inside Google Cloud, with VPC controls, IAM, audit logging, and full MLOps tooling.[23] AI Studio is the developer-facing layer in the middle. It is free to start, requires no Google Cloud project, and gives any signed-in Google account an API key within seconds.[4]

The product is positioned as a prototyping and learning tool. A developer can paste a prompt into the playground, attach a PDF or short video, switch between Gemini 3 Pro and Gemini 2.5 Flash with a dropdown, then click "Get code" to copy a Python, JavaScript, Go, or cURL snippet that reproduces the exact request against the public Gemini API. The same API key works in the playground and from a developer's local machine.[4]

| Quick facts | Detail |
|---|---|
| Original name | MakerSuite |
| MakerSuite launch | May 10, 2023 (Google I/O) |
| Rebrand to AI Studio | December 13, 2023 |
| Operator | Google LLC |
| URL | aistudio.google.com |
| Primary models | Gemini 3 Pro, Gemini 2.5 Pro / Flash / Flash-Lite, Imagen 4, Veo 3, Lyria, Gemma |
| Free tier | Yes, with daily and per-minute rate limits |
| Companion API | Gemini Developer API (`ai.google.dev`) |
| Enterprise alternative | [Vertex AI](/wiki/google_vertex_ai) |
| Initial regions blocked | EEA and United Kingdom (later added) |
| Companion SDK | Google Gen AI SDK (Python, JavaScript, Go) |

## History

Google's developer-facing generative AI tooling existed in pieces before AI Studio, scattered across the PaLM API, the Generative AI App Builder inside Google Cloud, and various closed previews. MakerSuite was the first attempt to centralize it. Its successor, AI Studio, has since absorbed nearly every consumer-visible Gemini feature within weeks of its general announcement.

### When was MakerSuite launched? (2023)

In March 2023, Google opened a limited waitlist for the **PaLM API**, giving researchers programmatic access to PaLM 2 through a REST endpoint. There was no playground at this stage; developers had to construct JSON payloads by hand. At Google I/O on May 10, 2023, Google introduced **MakerSuite** as a free browser-based interface for that API.[1] It supported three workflow modes that survived the rebrand: freeform prompts, structured prompts (with input/output examples), and chat prompts. Initial availability was U.S.-only and required joining a waitlist. Through July and August 2023 Google expanded access to roughly 180 countries and added a code-export feature for Python and Node.js.

### When did MakerSuite become Google AI Studio? (December 2023)

On December 6, 2023, Google announced [Gemini](/wiki/gemini) 1.0 in three sizes: Ultra, Pro, and [Nano](/wiki/gemini_nano). Seven days later, on December 13, 2023, MakerSuite was rebranded to **Google AI Studio** and the Gemini API went public.[2] The first publicly available model was `gemini-pro` (the text variant of Gemini 1.0 Pro), accompanied by `gemini-pro-vision` for image input and `embedding-001` for text embeddings.[3] TechCrunch described the shift as "quite a bit more substantial" than a name change, citing the new vision model, the unified `GenerateContent` endpoint with streaming responses, and beta features for function calling and semantic retrieval.[2] The initial free tier allowed up to 60 requests per minute.[20] AI Studio was unavailable in the European Economic Area and the United Kingdom at launch, citing GDPR and the EU AI Act; EEA access was added in stages through 2024.[2]

### Gemini 1.5 and the long-context era (2024)

On February 15, 2024, Google announced Gemini 1.5 Pro and made it available in private preview through AI Studio with a context window of up to 1 million tokens.[11] At the time, the largest publicly available context window on any other large language model was 200,000 tokens, so the jump was substantial.[15] AI Studio became the first place outside Google's research teams where developers could feed an entire book, a multi-hour video transcript, or a full code repository into a single prompt.[11]

The rest of 2024 brought a steady stream of additions. Gemini 1.5 Flash entered preview on May 10, 2024, alongside Google I/O announcements. Both 1.5 models reached general availability on May 23, 2024. The 2 million-token context window for 1.5 Pro became GA on June 27, 2024. PDF processing landed in August.[5] Grounding with Google Search was added on October 31, 2024, letting developers cite real-time web results.[5] OpenAI library compatibility came on November 8, 2024.[5] The biggest single jump came on December 11, 2024, when Google introduced **Gemini 2.0 Flash Experimental** in AI Studio along with the **Multimodal Live API**, a stateful WebSocket interface for real-time bidirectional voice and video streaming.[13] AI Studio shipped a "Stream Realtime" tab the same day, letting users hold spoken conversations with Gemini while sharing their screen or webcam.[19] A week later, Gemini 2.0 Flash Thinking Mode launched, exposing the model's chain-of-thought reasoning steps.[21]

### Gemini 2.5, Build Mode, and Gemini 3 (2025 to 2026)

Gemini 2.0 Flash 001 reached GA on February 5, 2025, with 2.0 Flash-Lite following on February 25. Gemini 2.5 Flash entered preview on April 17, 2025, introducing adaptive thinking budgets that let the model decide how long to reason before answering.[5] Gemini 2.5 Pro and Flash both reached stable status on June 17, 2025.[5] AI Studio also picked up features beyond raw model access: multi-tool use and the URL Context tool on May 20, Batch Mode on July 7, Imagen 4 on August 14, Veo 3 video generation on September 9, the Gemini 2.5 Computer Use Preview (a browser-driving agent) on October 7, and Maps grounding on October 17.[5] Around the same time, Google rolled out **Build Mode**, an agentic environment that can scaffold a full-stack React/Node.js app from a single prompt, with secrets management and npm support.[8]

On November 18, 2025, Google launched **[Gemini 3 Pro](/wiki/gemini_3_pro)** across the Gemini app, AI Studio, Vertex AI, the Gemini CLI, and Antigravity on the same day.[17] AI Studio served as the primary developer testbed, with Gemini 3 Pro Preview accessible to paid Tier 1 users.[18] Two days later, Nano Banana 2 (the Gemini 3.1 Flash Image Preview) shipped for image generation. The Interactions API entered beta on December 11, 2025, alongside a Deep Research Agent preview.[5] In early 2026 the cadence continued: Gemini 3.1 Pro Preview on February 19, Gemini 3.1 Flash Image Preview on February 26, the first Flash-Lite variant for the 3.x line on March 3, and Lyria 3 music generation on March 25.[5] Google rolled out prepay and postpay billing plans inside AI Studio on March 23, 2026, simplifying upgrades from the free tier.[6] On March 18, 2026, Google overhauled Build Mode with a new full-stack vibe coding experience that adds built-in Firebase storage and authentication and out-of-the-box support for Next.js and Angular alongside React.[14] Gemma 4 open-weight models landed on April 2, 2026.

### Timeline

| Date | Event |
|---|---|
| March 2023 | PaLM API limited waitlist opens for [PaLM](/wiki/palm) 2 |
| May 10, 2023 | MakerSuite launched at Google I/O |
| December 13, 2023 | MakerSuite rebranded to Google AI Studio; Gemini API public |
| February 15, 2024 | Gemini 1.5 Pro private preview with 1M-token context |
| May 10, 2024 | Gemini 1.5 Flash unveiled at Google I/O |
| May 23, 2024 | Gemini 1.5 Pro and Flash reach GA |
| June 27, 2024 | 2M-token context for 1.5 Pro reaches GA |
| August 9, 2024 | PDF processing added |
| October 31, 2024 | Grounding with Google Search added |
| November 8, 2024 | OpenAI library compatibility introduced |
| December 11, 2024 | Gemini 2.0 Flash Experimental and Multimodal Live API; Stream Realtime |
| December 19, 2024 | Gemini 2.0 Flash Thinking Mode |
| February 5, 2025 | Gemini 2.0 Flash 001 GA |
| April 17, 2025 | Gemini 2.5 Flash Preview with adaptive thinking |
| May 20, 2025 | Multi-tool use; URL Context tool; native audio Live API |
| June 17, 2025 | Gemini 2.5 Pro and Flash reach stable |
| July 7, 2025 | Batch Mode API |
| August 14, 2025 | Imagen 4 GA |
| September 9, 2025 | Veo 3 GA |
| October 7, 2025 | Gemini 2.5 Computer Use Preview |
| October 2025 | Build Mode rolls out ("vibe coding") |
| October 17, 2025 | Grounding with Google Maps GA |
| November 18, 2025 | [Gemini 3 Pro](/wiki/gemini_3_pro) Preview launched in AI Studio |
| November 20, 2025 | Nano Banana 2 (Gemini 3.1 Flash Image Preview) released |
| December 11, 2025 | Interactions API beta; Deep Research Agent preview |
| February 19, 2026 | Gemini 3.1 Pro Preview |
| March 3, 2026 | Gemini 3.1 Flash-Lite Preview |
| March 18, 2026 | Full-stack vibe coding overhaul (Firebase, Next.js, Angular) |
| March 23, 2026 | Prepay and Postpay billing in AI Studio |
| March 25, 2026 | Lyria 3 music generation |
| April 2, 2026 | Gemma 4 models released |

## Who is Google AI Studio for?

AI Studio is aimed at people who want Gemini API access without the friction of setting up a Google Cloud project. The free tier requires only a Google account, and the API key issued in the AI Studio interface is the same key used by SDKs and cURL clients hitting `generativelanguage.googleapis.com`. There is no billing setup until the user explicitly chooses to upgrade.[4]

Its closest cousin inside Google's portfolio is Vertex AI Studio, which lives inside the Google Cloud Console and shares many of the same multimodal and tuning features. Vertex AI is the right product when an organization needs region pinning, IAM-based access control, VPC Service Controls, audit logs, model versioning, batch prediction at scale, or data residency guarantees.[23] Google publishes a migration guide for teams that outgrow AI Studio and want to move workloads to Vertex AI without rewriting prompts or SDK calls.[22]

The consumer [Gemini app](/wiki/gemini_app) is the third product in the family. It is a chat product for end users, with Gems (custom personas), file uploads for individuals, and a polished mobile experience.[23] AI Studio is for people who plan to call the API from their own software. The same Gemini models power both, but the surfaces are tuned for different audiences. Compared with developer playgrounds from other vendors (the OpenAI Playground, the Anthropic Console, the Hugging Face Inference UI), AI Studio's distinguishing features are the very large context windows, the tight integration with Google Search and Maps grounding, and the unusually rich multimodal input set including video frames, audio waveforms, and screen sharing through the Live API.[7]

## What features does Google AI Studio offer?

AI Studio's interface is organized around a central prompt panel, a model selector on the right, and a left sidebar listing saved prompts, the API key page, and the Build mode. The feature set has expanded considerably since the December 2023 launch; the table below summarizes the current playground.

| Feature | Description |
|---|---|
| Freeform prompt | Single-shot prompting with multimodal input |
| Structured prompt | Tabular input/output examples for few-shot learning |
| Chat prompt | Multi-turn conversation with system instructions |
| Stream Realtime | Bidirectional voice and video using the Live API[7] |
| System instructions | Persistent role, tone, and rule definitions |
| Function calling | Native and OpenAPI-style tool definitions |
| Code Execution tool | Sandboxed Python interpreter Gemini can call mid-response |
| Search grounding | Cite real-time Google Search results in answers |
| Maps grounding | Place data and routing context from Google Maps |
| URL Context | Fetch and reason over arbitrary web pages |
| File Search | Retrieve from a developer-supplied document index |
| Multimodal input | Text, image, audio, video, PDF, and screen capture |
| File uploads | Files API supports up to 2 GB per file, 20 GB per project[9] |
| Long context | Up to 1M tokens on Gemini 1.5 Flash and 2.5 Flash; 2M on 1.5 Pro |
| Thinking mode | Visible chain-of-thought for 2.0 / 2.5 / 3 series |
| Batch Mode | Asynchronous bulk requests at roughly 50% of standard pricing |
| Build Mode | Generate full-stack React/Node.js apps from a prompt[8] |
| Code export | Python, JavaScript / TypeScript, Go, REST cURL |
| Tuning | Limited fine-tuning (PaLM-era; superseded by prompt design and Vertex AI) |
| API key issuance | Single click; no Google Cloud project required |

The **Stream Realtime** experience is one of the more distinctive demos. Click into it and Gemini opens a microphone connection over WebSockets, listens with voice activity detection, and responds in one of more than 30 voices.[7] With native audio, the model can pick up tone shifts and even tell the difference between a primary speaker and background conversation. It can also receive a video stream from a webcam or a shared browser tab, which is how many of Google's recent product demos have been recorded.[7]

### What is Build Mode (vibe coding)?

The **Build Mode** that landed in October 2025 changed AI Studio from a playground into something closer to a lightweight IDE. A developer can describe an app in plain language; the integrated Gemini agent then writes the React frontend and the Node.js backend, manages npm dependencies, stores API secrets, and exposes a preview URL.[8] Google pitches this as "vibe coding," framing the prompt as a description of the desired feel rather than a line-by-line specification; the term was coined by AI researcher Andrej Karpathy in early 2025.[14] In a March 18, 2026 overhaul, Google said the experience is designed to "turn your prompts into production-ready applications," adding built-in Firebase storage and authentication so apps can ship with secure backends, plus out-of-the-box support for Next.js and Angular alongside React.[14] GitHub integration ships in the same panel, with auto-generated commit messages.[8]

## Which models can you access through AI Studio?

AI Studio is the public surface for almost every Gemini-family model and several Google generative-media models. The exact set rotates as new previews launch and older versions deprecate. The table below reflects the lineup as of April 2026.

| Model | Release | Notes |
|---|---|---|
| Gemini 3.1 Pro Preview | Feb 19, 2026 | Custom tools endpoint; latest reasoning model |
| Gemini 3 Pro | Nov 18, 2025 | Flagship multimodal; "thinking" reasoning |
| Gemini 3.1 Flash Image (Nano Banana 2) | Feb 26, 2026 | High-efficiency image generation |
| Gemini 3.1 Flash-Lite Preview | Mar 3, 2026 | Cost-optimized 3.x variant |
| Gemini 2.5 Pro | Jun 17, 2025 GA | Coding-optimized reasoning model |
| Gemini 2.5 Flash | Jun 17, 2025 GA | General-purpose, adaptive thinking budget |
| Gemini 2.5 Flash-Lite | 2025 | Cheapest 2.5 tier |
| Gemini 2.5 Computer Use | Oct 7, 2025 | Browser-driving agent preview |
| Gemini 2.0 Flash | Feb 5, 2025 GA | Multimodal output; tool use |
| Gemini 2.0 Flash-Lite | Feb 25, 2025 GA | Speed and cost focused |
| Gemini 1.5 Pro | May 23, 2024 GA | Legacy; up to 2M-token context |
| Gemini 1.5 Flash | May 23, 2024 GA | Legacy; up to 1M-token context |
| Imagen 4 (Fast/Standard/Ultra) | Aug 14, 2025 GA | Text-to-image |
| Veo 3 / Veo 3.1 | Sep 9, 2025 GA | Text-to-video; later got extension and reference images |
| Lyria 3 | Mar 25, 2026 | Music generation with text and image input |
| Gemma 1, 2, 3, 4 | Various | Open-weight models also accessible through AI Studio |
| LearnLM | 2024 | Educational reasoning model |
| Gemini Embedding 2 | Apr 22, 2026 GA | Multimodal embeddings (text, image, video, audio, PDF) |
| Gemini Robotics-ER 1.6 | Apr 14, 2026 | Spatial reasoning and instrument reading |

Access to preview models is gated behind the paid tier; free-tier users typically see only the most recent stable Flash and Pro models. The Gemma family is the open-weight cousin of Gemini and can be downloaded for self-hosting in addition to running through the AI Studio interface.

## Is Google AI Studio free? Pricing and rate limits

Google has kept the free tier of AI Studio one of the most generous in the industry, but the rate limits have tightened over time. As of early 2026, the free tier provides access to three stable models (Gemini 2.5 Pro, 2.5 Flash, and 2.5 Flash-Lite) at zero cost without requiring a credit card.[10] Limits typically range from 5 to 15 requests per minute and 100 to 1,000 requests per day, with a universal cap of 250,000 tokens per minute across models.[10] In December 2025 Google reduced free-tier limits by roughly 50 to 80 percent, citing capacity pressure following the Gemini 3 launch.

The paid tier (Tier 1) lifts most daily caps, raises per-minute requests to roughly 150-300 depending on the model, and unlocks preview models.[10] Per-token pricing as of April 2026 is summarized below.

| Model | Input ($/M tokens) | Output ($/M tokens) | Notes |
|---|---|---|---|
| Gemini 3.1 Pro Preview | 2.00 / 4.00 | 12.00 / 18.00 | Tiered by prompt length |
| Gemini 2.5 Pro | 1.25 / 2.50 | 10.00 / 15.00 | Tiered by prompt length |
| Gemini 2.5 Flash | 0.30 (text/image/video), 1.00 (audio) | 2.50 | |
| Gemini 2.5 Flash-Lite | 0.10 (text/image/video), 0.30 (audio) | 0.40 | |
| Imagen 4 Fast / Standard / Ultra | n/a | 0.02 / 0.04 / 0.06 per image | |
| Veo 3 Standard | n/a | 0.40 per second of video | |
| Gemini Embedding 2 (text) | 0.20 | n/a | 0.45 image, 6.50 audio, 12.00 video |

Batch Mode requests are billed at roughly 50% of standard rates.[6] Context caching has its own pricing of $0.20-$0.40 per million tokens cached, plus $4.50 per hour of cache storage for Gemini 3.1 Pro.[6] Prepay and postpay billing arrived in AI Studio on March 23, 2026, so individual developers no longer need to wire payment up through Google Cloud Console.[6]

## API and SDK ecosystem

The AI Studio playground sits on top of the Gemini Developer API, which is reachable from any HTTP client.[4] Google publishes first-party SDKs in three languages: `google-genai` for Python (replacing the legacy `google-generativeai`), `@google/genai` for JavaScript/TypeScript (replacing `@google/generative-ai`), and `google.golang.org/genai` for Go. A REST endpoint at `generativelanguage.googleapis.com` is always available. The Gen AI SDK gives the same code path access to either the Gemini Developer API used by AI Studio or the Gemini API on Vertex AI, switching transports based on a configuration flag, so a prototype written against an AI Studio API key can move to a Vertex AI deployment without major rewrites.[22]

Third-party integrations have caught up. LangChain ships both Python and JavaScript adapters for the Gen AI SDK. LlamaIndex, Haystack, and AutoGen all maintain Gemini connectors. The November 2024 OpenAI compatibility layer means any application written against the OpenAI Python or Node SDK can point at `https://generativelanguage.googleapis.com/v1beta/openai/` and receive Gemini responses with no code changes beyond model name and base URL.[5]

## How does AI Studio differ from other developer playgrounds?

Every major foundation model lab now ships a developer-facing playground. AI Studio's positioning is most easily understood by comparing it with the alternatives.

| Tool | Vendor | Models | Free tier | Code export | Multimodal | Notable |
|---|---|---|---|---|---|---|
| Google AI Studio | [Google](/wiki/google) | [Gemini](/wiki/gemini), Gemma, Imagen, Veo, Lyria | Yes (rate-limited) | Python, JS, Go, cURL | Text, image, audio, video, PDF, screen | Live API; Build Mode |
| [Vertex AI](/wiki/google_vertex_ai) Studio | Google | Same plus Anthropic, Mistral, Meta | No (Cloud billing required) | Python, REST | Same as AI Studio | Enterprise IAM, VPC, MLOps |
| OpenAI Playground | OpenAI | GPT-4.1, GPT-5, o-series | No (paid only) | Python, Node, cURL | Text, image, voice | Assistants API; tool calling |
| Anthropic Console / Workbench | Anthropic | Claude 4 / 4.5 / 4.7 | Limited credit | Python, TS, cURL | Text, image, PDF | Prompt library; evals |
| Hugging Face Spaces / Inference Endpoints | Hugging Face | Open-source plus partners | Free demos | Python, JS | Varies by model | Model hub integration |
| Azure AI Studio (Foundry) | Microsoft | Azure OpenAI, Llama, Mistral, Phi | No | Python, C#, REST | Text, image, voice | Tied to Azure subscription |
| Amazon Bedrock | AWS | Anthropic, Meta, Mistral, Amazon Nova | Limited | Python, Java, Node | Varies | Multi-vendor; AWS billing |

AI Studio's stronger differentiators are the very large free-tier context window, the unified multimodal interface (image, video, audio, screen), and the depth of Google ecosystem grounding (Search, Maps, eventually YouTube). Its weak spots compared with the enterprise tools are the absence of VPC-style isolation and the fact that data on the free tier may be used to improve Google's products.[23]

## Notable use cases

Rapid prototyping for Gemini-based apps was the original purpose: a developer pastes a prompt, iterates on system instructions, and exports working code in under a minute. Long-context experiments took over after 1.5 Pro launched, with users uploading entire books, code repositories, or video transcripts and asking the model to summarize, refactor, or answer questions across the full corpus.[11] Multimodal reasoning experiments combine a screenshot, an audio clip, and a written question in a single prompt. Voice-agent prototyping happens through the Live API and Stream Realtime tab.[7] Function-calling design and debugging is faster in the playground than from a local terminal. Many of Google's own product reveal videos, including the original Gemini multimodal demo, were recorded inside AI Studio. Free access and code export make it the default environment for university courses and student hackathons. Teams that begin in AI Studio can later move the same code, with the same SDK, onto [Vertex AI](/wiki/google_vertex_ai) for production.[22]

## Security and data handling

The data terms differ between the free and paid tiers. On the free tier, Google states that prompts, files, and responses may be reviewed by humans (de-identified from accounts and API keys) and used to improve Google's products. On the paid tier, accessed through Google Cloud Billing, AI Studio data is treated under Google's Data Processing Addendum and is not used to train Google's models. This split mirrors the practice of most other commercial AI APIs.

Regional availability has expanded over time. AI Studio launched without EEA or UK access in December 2023 because of GDPR and EU AI Act considerations.[2] EU access was added in stages through 2024 and 2025. Some preview features and models continue to roll out outside the EU first. AI Studio also enforces a minimum age requirement (18 in most jurisdictions) for account holders.

For stricter compliance environments (HIPAA, FedRAMP, customer-managed encryption keys, audit logs, region pinning), the recommended path is to use [Vertex AI](/wiki/google_vertex_ai) instead of AI Studio.[23] Google explicitly documents this distinction; AI Studio does not currently expose VPC Service Controls, customer-managed encryption keys, or audit logs.[22]

## Recent updates (2024 to 2026)

The pace of feature additions has been steady enough that what felt like a generous prompt sandbox in 2024 looks like a lightweight IDE in 2026. Highlights of the past year and a half include native function calling that can chain multiple tool calls in one response, default-on Google Search and Maps grounding, the Live API's move to native audio with 30+ voices, Build Mode and the Antigravity Agent for full-stack code generation, the March 2026 full-stack vibe coding overhaul with built-in Firebase backends, same-day access to Gemini 3 Pro and 3.1 Pro, an MCP server integration, file search across user-supplied document indexes, and prepay/postpay billing inside AI Studio itself.[14]

## Limitations

AI Studio is intentionally lighter than Vertex AI, and that has trade-offs. There is no private VPC option, no IAM, and no audit logs, so anything that needs network isolation belongs on Vertex AI.[22] Fine-tuning is limited; the PaLM-era tuning UI was scaled back when Gemini launched, and full-scale supervised fine-tuning lives on Vertex AI. Free-tier rate limits can be restrictive, especially after the December 2025 reduction, so production traffic should not depend on them.[10] Batch prediction does not match Vertex AI scale, although AI Studio now has Batch Mode for bulk inference. The interface is browser-based and personal; it lacks team-level governance, role-based access, or shared prompt libraries with audit history. Some preview features and models are restricted to the paid tier or to specific regions. Data on the free tier may be used to improve Google products, so anyone working with sensitive data should upgrade to paid or move to Vertex AI.[23]

## See also

* [Gemini](/wiki/gemini), the model family that powers AI Studio
* [Gemini 3 Pro](/wiki/gemini_3_pro), the current flagship model
* [Gemini app](/wiki/gemini_app), the consumer-facing chat product
* [Gemini Nano](/wiki/gemini_nano), the on-device variant
* [Vertex AI](/wiki/google_vertex_ai), the enterprise companion platform
* [PaLM](/wiki/palm), the predecessor model family
* [Google](/wiki/google), the parent company

## References

1. Wikipedia, "Google AI Studio," https://en.wikipedia.org/wiki/Google_AI_Studio
2. Frederic Lardinois, "With AI Studio, Google launches an easy-to-use tool for developing apps and chatbots based on its Gemini model," TechCrunch, December 13, 2023, https://techcrunch.com/2023/12/13/with-ai-studio-google-launches-an-easy-to-use-tool-for-developing-apps-and-chatbots-based-on-its-gemini-model/
3. Raymond Camden, "Google Gemini and AI Studio Launch," December 14, 2023, https://www.raymondcamden.com/2023/12/14/google-gemini-and-ai-studio-launch
4. Google AI for Developers, "Google AI Studio," https://ai.google.dev/aistudio
5. Google AI for Developers, "Release notes (Gemini API)," https://ai.google.dev/gemini-api/docs/changelog
6. Google AI for Developers, "Gemini Developer API pricing," https://ai.google.dev/gemini-api/docs/pricing
7. Google AI for Developers, "Gemini Live API overview," https://ai.google.dev/gemini-api/docs/live-api
8. Google AI for Developers, "Build apps in Google AI Studio," https://ai.google.dev/gemini-api/docs/aistudio-build-mode
9. Google AI for Developers, "Files API," https://ai.google.dev/gemini-api/docs/files
10. Google AI for Developers, "Rate limits," https://ai.google.dev/gemini-api/docs/rate-limits
11. Google Developers Blog, "Gemini 1.5: Our next-generation model, now available for Private Preview in Google AI Studio," February 15, 2024, https://developers.googleblog.com/gemini-15-our-next-generation-model-now-available-for-private-preview-in-google-ai-studio/
12. Google Developers Blog, "Gemini 1.5 Pro Now Available in 180+ Countries; with Native Audio Understanding, System Instructions, JSON Mode and more," April 2024, https://developers.googleblog.com/gemini-15-pro-now-available-in-180-countries-with-native-audio-understanding-system-instructions-json-mode-and-more/
13. Google Developers Blog, "Gemini 2.0: Level Up Your Apps with Real-Time Multimodal Interactions," December 2024, https://developers.googleblog.com/en/gemini-2-0-level-up-your-apps-with-real-time-multimodal-interactions/
14. Google blog, "Introducing the new full-stack vibe coding experience in Google AI Studio," March 18, 2026, https://blog.google/innovation-and-ai/technology/developers-tools/full-stack-vibe-coding-google-ai-studio/
15. Google blog, "Introducing Gemini 1.5, Google's next-generation AI model," February 15, 2024, https://blog.google/innovation-and-ai/products/google-gemini-next-generation-model-february-2024/
16. Google blog, "Google introduces Gemini 2.0: A new AI model for the agentic era," December 11, 2024, https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/
17. Google blog, "Gemini 3: Introducing the latest Gemini AI model from Google," November 18, 2025, https://blog.google/products/gemini/gemini-3/
18. Google Cloud Blog, "Gemini 3 is available for enterprise," November 18, 2025, https://cloud.google.com/blog/products/ai-machine-learning/gemini-3-is-available-for-enterprise
19. Simon Willison, "Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode," December 11, 2024, https://simonwillison.net/2024/Dec/11/gemini-2/
20. Voicebot.ai, "Google Launches AI Studio for Easy Access to Gemini Generative AI Model," December 13, 2023, https://voicebot.ai/2023/12/13/google-launches-ai-studio-for-easy-access-to-gemini-generative-ai-models/
21. The Register, "Google Gemini 2.0 Flash shines with real-time conversation," December 11, 2024, https://www.theregister.com/2024/12/11/google_gemini_20_flash_shines/
22. Google Cloud Documentation, "Migrate from Google AI Studio to Vertex AI," https://docs.cloud.google.com/vertex-ai/generative-ai/docs/migrate/migrate-google-ai
23. Google Cloud, "Google AI Studio vs. Gemini Enterprise Agent Platform vs. Gemini Enterprise app," https://cloud.google.com/ai/gemini
24. InfoQ, "Google Announces Gemini 3," November 2025, https://www.infoq.com/news/2025/11/google-gemini-3/
25. Axios, "Gemini 3 Pro brings smarter AI to Google search and apps," November 18, 2025, https://www.axios.com/2025/11/18/google-rolls-out-gemini-3-pro-to-power-search-and-app

