Google AI Studio: Free Gemini API Access

Google AI Studio is a free platform to build with and experiment with AI. It's not just for developers — anyone curious about what AI can do will find it useful.

Google AI Studio web interface showing prompt testing and Gemini model selection
Google AI Studio at aistudio.google.com — free Gemini API access for developers and experimenters

What Is Google AI Studio?

Google AI Studio (formerly called Makersuite) is a web platform at aistudio.google.com where you can experiment with Google's Gemini AI models and get an API key to use them in your own projects.

It's free to start. No credit card required. Just a Google account.

Think of it as a workspace for building with AI, rather than just chatting with it.

Who It's For

Three types of people use Google AI Studio:

  • Developers who want to add AI features to apps, websites, or scripts. AI Studio gives you API access and code samples in Python, JavaScript, and more.
  • Researchers and students who want to experiment with different prompting approaches and model behaviours without writing code.
  • Curious non-coders who want to try advanced prompting, test system instructions, or see how AI models respond to edge cases — without needing a paid subscription.

What You Can Do

  • Test prompts against different Gemini model versions
  • Set system instructions (tell the AI to behave a certain way for all conversations)
  • Upload images, PDFs, and audio and ask Gemini to analyze them
  • Build multi-turn conversation flows
  • Get an API key with one click — no billing setup required for the free tier
  • Export working code to copy into your project

Free Tier Limits (May 2026)

Model Free requests/day Free tokens/minute
Gemini 2.0 Flash 1,500 1,000,000
Gemini 2.5 Pro 50 250,000
Gemini 1.5 Flash 1,500 1,000,000

1,500 free API calls per day with Gemini 2.0 Flash covers most hobby projects and serious testing. For an app with a small user base, you won't hit the limit quickly.

Google AI Studio vs Gemini.google.com

They're different products for different purposes.

Gemini.google.com is the consumer AI assistant. You go there, chat, get answers. It's the equivalent of ChatGPT — designed for everyday use.

Google AI Studio is the developer platform. You use it to build things with the underlying API, test different model configurations, and write code that calls Gemini programmatically.

If you want to ask Gemini a question: gemini.google.com. If you want to build a tool that asks Gemini thousands of questions automatically: AI Studio.

Getting Started in Canada

  1. Go to aistudio.google.com
  2. Sign in with your Google account
  3. Click "Create new prompt" to start experimenting
  4. Click "Get API key" in the left sidebar to generate your free API key
  5. Use the key in your Python/JavaScript project with the official SDK

Full access from Canada. No VPN. No waitlist.

Bottom Line

Google AI Studio is the most generous free AI development platform available in Canada right now. 1,500 API calls per day at no cost is enough to build real projects. If you want to experiment with AI beyond just chatting — start here.