What is Google AI studio?
Google AI Studio is a free browser workbench for Google's Gemini models. You sign in with a Google account, prompt Gemini directly, tune settings, and generate an API key to put the same model in your own app. It's the developer front door to the Gemini API — not the consumer Gemini chatbot.
Why — the first-principles explanation
To understand what AI Studio is, understand the problem it solves. A model like Gemini lives in a data center and speaks only one language: HTTP requests. To use it, something has to send structured text to an endpoint, along with a key proving who's paying, plus knobs like temperature and system instructions. That's fine if you already write code. It's a brick wall if you just want to see whether the model can do the thing you have in mind. So Google built a web page that assembles those requests for you. That's AI Studio: a windshield onto the raw API.
This explains the product's split personality, which is the part that confuses people. The Gemini app (gemini.google.com) is the consumer chatbot — the ChatGPT competitor, built for answers. AI Studio (aistudio.google.com) is aimed at builders, and exposes the machinery the chatbot hides: you pick the exact model version, set the temperature, write the system instruction, and see the token count. The chatbot decides those things for you. AI Studio hands you the dials, because if you're going to ship this in an app, you need to know what the dials do.
The economics explain why it's free. Google's own pricing page states plainly that "Google AI Studio usage is free of charge in all available regions." Google isn't being generous; it's competing for developers. Whoever a developer prototypes with is who they ship with, and shipping means paid API calls at scale. Giving away the prototyping surface to win the production contract is standard platform strategy — the cost of a few thousand free prompts is trivial against a developer who later runs millions. There is a second, quieter price: on the free tier, Google states your prompts and responses are used to improve Google products. On paid tiers, they are not.
The workflow it's designed around has three steps, and the third is the point. Prototype in the browser until the prompt works. Copy the API key it generates. Paste that key into your code and the same model now answers from your app instead of the web page. Everything else — the prompt gallery, the 1 million token context window, the model dropdown — exists to make step one fast enough that you reach step three.
An example that makes it click
Think of a commercial kitchen supplier. The Gemini app is the restaurant out front: you sit down, order the salmon, and it arrives cooked. You never touch the stove, and you don't want to.
AI Studio is the demo kitchen in the back, where they let you cook on the equipment yourself before you buy it. Same appliances the restaurant uses — but now you're the one setting the burner, choosing the pan, tasting as you go. You try things. You burn a few. It's free, and nobody rushes you, because the supplier isn't selling you lunch. They're hoping you walk out with a purchase order for the whole kitchen. The API key is that purchase order: it's the moment you stop cooking in their demo room and install the same stove in your own restaurant.
How to do it
- Go to aistudio.google.com and sign in with any Google account. There's no payment step — Google states AI Studio usage is free of charge in all available regions as of 2026-07.
- Type a prompt in the center box and run it. This alone is the fastest way to see what Gemini can and can't do for your use case.
- Choose a model from the right-hand panel. Flash models are fast and cheap; Pro models reason harder. Gemini 2.5 Pro is free-tier eligible.
- Set a system instruction to define the model's role and rules. This is the single highest-leverage setting and the main thing the consumer chatbot hides from you.
- Adjust temperature to control randomness — lower for extraction and classification, higher for brainstorming and creative drafts.
- Use the large context window for real work: paste an entire document, codebase, or transcript. Gemini models take up to 1 million tokens in one prompt.
- Click Get API key when the prompt works, then paste it into your code to call the same model from your own app.
- Move to a paid tier before putting anything confidential in — free-tier prompts and responses are used to improve Google products; paid-tier data is not.
Key facts
- Google describes AI Studio as "the fastest way to start building with Gemini," its family of multimodal generative AI models (ai.google.dev/aistudio, as of 2026-07).
- Google's official pricing page states: "Google AI Studio usage is free of charge in all available regions" (as of 2026-07).
- AI Studio gives access to a 1 million token context window and generates API keys for calling Gemini from your own code.
- Free-tier usage carries a data trade-off: Google states prompts and responses are used to improve Google products on the free tier, but not on paid tiers.
- Free-tier eligible models as of 2026-07 include Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 3.5 Flash, and Gemini 3.1 Flash-Lite; paid rates start around $0.10 per 1M input tokens for Flash-Lite and $1.25 per 1M input tokens for Gemini 2.5 Pro.
- Rate limits apply on three dimensions — requests per minute, input tokens per minute, and requests per day — with four tiers from Free through Tier 3.
▶ The 60-second explainer (script)
Google AI Studio is a free web workbench for Google's Gemini AI models. Sign in with a Google account, type a prompt, get an answer — and, importantly, walk away with an API key that puts the same model inside your own app. Here's the thing people get confused about, so let's kill it right now. There are two different Google products with similar names. The Gemini app, at gemini.google.com, is the consumer chatbot — the ChatGPT competitor. You ask, it answers, everything under the hood is hidden. AI Studio, at aistudio.google.com, is built for people who want to build things. It exposes the machinery: you pick the exact model version, you set the temperature, you write the system instruction, you watch the token count. The chatbot decides all that for you. AI Studio hands you the dials. Why free? Google's own pricing page says it flat out — AI Studio usage is free of charge in all available regions. That's not generosity, it's strategy. Whoever you prototype with is who you ship with, and shipping means paid API calls at scale. Give away the sandbox, win the production contract. There is a quieter price, though. On the free tier, Google says your prompts and responses are used to improve Google products. On paid tiers, they're not. So if you're pasting in anything confidential, pay — even if your volume is tiny. What can you actually do in there? Paste an entire document or codebase — the context window runs to a million tokens. Test different models against the same prompt. And when it works, hit Get API key. That's the whole point: prototype in the browser, then ship it in your code.
What authoritative sources say
People also ask
Is Google AI Studio the same as the Gemini app?
No. The Gemini app at gemini.google.com is the consumer chatbot. AI Studio at aistudio.google.com is the developer workbench for the same underlying models, exposing model choice, temperature, system instructions, and API keys.
Do I need to know how to code to use it?
No. You can prompt Gemini in the browser with no code at all. Coding only matters if you want to take the API key and call the model from your own application.
Is Google AI Studio the same as Vertex AI?
No. AI Studio is the lightweight, free path aimed at prototyping and individual developers. Vertex AI is Google Cloud's enterprise platform, with the governance, scaling, and billing controls that larger organizations need.
Does it cost money?
Google states AI Studio usage is free of charge in all available regions. The paid tiers come into play when you call the Gemini API from your own app at volume, or when you want your data excluded from product improvement.
Can AI Studio generate images, music, or video?
AI Studio centers on Gemini's multimodal text-in/text-out work. Google's media models — such as Lyria 3 for music — are served through the Gemini API and other Google products rather than being the focus of the AI Studio prompt box.