🌐
Google AI
ai.google.dev › gemini api › gemini developer api pricing
Gemini Developer API pricing | Gemini API | Google AI for Developers
1 week ago - Tools are priced at their own rates, applied to the model using them. Check the Models page for which tools are available to each model. [*] Google AI Studio usage is free of charge in all available regions.
🌐
Medium
medium.com › around-the-prompt › everything-you-need-to-know-about-the-gemini-api-as-a-developer-in-less-than-5-minutes-5e75343ccff9
Everything you need to know about the Gemini API as a developer in less than 5 minutes | by Logan Kilpatrick | Around the Prompt | Medium
September 22, 2024 - Once you get done testing there, ... in the top left corner). AI Studio is free and there is a generous free tier on the API as well, which includes 1,500 requests per day with Gemini 1.5 Flash....
Discussions

A simple guide to setting up Gemini 2.5 Pro, free, without running into 3rd party rate limits
They just announced pricing for the 2.5 model, enjoy it while the promotional period lasts, it won't be free for much longer... More on reddit.com
🌐 r/ChatGPTCoding
168
189
April 4, 2025
Since Gemini top LLMs API is free, is privacy not respected at all?
You are correct, free Gemini is storing the data to train models, paid does not. Store data is not connected to your Google account, so unless it contains identifying info it is anonymous. If you’re regularly submitting PII to Gemini, check out the OptiLLM proxy. You run it locally and it can anonymize PII on the way out and deanonimize on the way back. More on reddit.com
🌐 r/LocalLLaMA
43
36
December 23, 2024
🌐
Reddit
reddit.com › r/chatgptcoding › a simple guide to setting up gemini 2.5 pro, free, without running into 3rd party rate limits
r/ChatGPTCoding on Reddit: A simple guide to setting up Gemini 2.5 Pro, free, without running into 3rd party rate limits
April 4, 2025 -

EDIT May 12: Google added new rate limits to AI studio this morning, 25 RPD, so this is effectively no longer working. We had a good run!
EDIT: The Open Router integration and google ai studio key method seems like the easiest way that works for everyone, especially if you already have an openrouter account. Pasting that method here for visibility:

  1. Get a Google AI Studio API key from https://aistudio.google.com/apikey

  2. Plug that API key into the Google AI Studio integration on https://openrouter.ai/settings/integrations, select enabled but not "Use as fallback"

  3. You can now use your Openrouter key anywhere and as long as you select Gemini 2.5 Pro Experimental as your model, it will use your key. (4. If you also add a GCP key and have Vertex AI enabled for the project, obtained as per the instructions below, you can add that to your integrations as well, and you will have two sources of 2.5 Pro backing your Openrouter calls.)

Hey all,
After dealing with Openrouter and Requesty giving me constant rate limits for Gemini 2.5 Pro, I got frustrated and decided to get things set up directly through Google's APIs. I have now sent over 60 million tokens in a single day without hitting any rate limits, all for $0—an equivalent usage with Claude would have cost $180. I also had a few other engineers confirm these steps. Here's how to do it and then integrate with Roo Code--but this should work for other tools like Cline, too:

Setting Up Google Cloud

  1. Create or log into your Google Cloud account.

  2. Open the Google Cloud Console.

  3. Create a new Google Cloud project (I named mine "Roo Code").

  4. Enable billing for your newly created Google Cloud project.

  5. Enable the Vertex AI API.

  6. Enable the Gemini API from the API overview page.

  7. In your project dashboard, navigate to APIs & Services → Credentials.

  8. Click "Create Credentials" → "API Key".

  9. Copy the generated API key and save it securely.

Integrating with Your IDE (Example: Roo Code)

  1. In VSCode or Cursor, navigate to the extensions marketplace (Shift + Cmd + X on Mac), search for and install "Roo Code" (or your preferred tool like Cline).

  2. Open Roo Code (Cmd + Shift + P, then type "View: Show Roo Code").

  3. Click to configure a new API provider, selecting "Google Gemini".

  4. Paste the API key you saved earlier into the API key field.

  5. Select "google/gemini-2.5-pro-exp-03-25:free" as the model.

  6. Click Save.

There you go! Happy coding. Let me know if you run into any issues.

Edit: looks like some are having issues. A few ideas/alternatives:

  1. Use a Vertex api key, but gemini api as provider in Roo Code. There is only one key, ignore this alternative.

  2. Use vertex api as the provider in Roo Code--its just a little more complicated, you'll have to create a service account in the credentials page of the project, and paste the json in Roo Code when configuring the provider

  3. If you have an OpenRouter account, you can go to the integrations page https://openrouter.ai/settings/integrations and add your vertex api key to the google vertex integration. You can also add a google ai studio api key to the Google AI Studio integration. In each setting window where you add the key, make sure it is enabled. Then, in Roo Code, you use your openrouter account, but whenever it uses Gemini 2.5 pro free, it will default to your API key, not one of theirs which is being rotated among many users.

🌐
Apidog
apidog.com › blog › google-gemini-api-key-for-free
How to Use Google Gemini API Key for Free in 2025
October 19, 2025 - Google Cloud Platform (GCP) has ... Gemini, GCP continues this tradition by offering a free usage tier that developers can use to explore and integrate the API without incurring costs....
🌐
DEV Community
dev.to › garciadiazjaime › gemini-api-the-free-tier-that-makes-developers-happy-28nk
Gemini API: The Free Tier That Makes Developers Happy - DEV Community
October 14, 2024 - GPT rocks, but it no longer offers an API with a free tier—at least not anymore. Luckily, Google does, with Gemini API and Studio AI (Google's version of ChatGPT).
🌐
Google Cloud
cloud.google.com › ai and ml › vertex ai › generative ai on vertex ai › generate content with the gemini api in vertex ai
Generate content with the Gemini API in Vertex AI | Generative AI on Vertex AI | Google Cloud Documentation
When you're ready, see the Gemini API in Vertex AI quickstart to learn how to send a request to the Gemini API in Vertex AI using a programming language SDK or the REST API.
🌐
Zapier
zapier.com › productivity › app tips
How to get a Google Gemini API key—and use the Gemini API
July 8, 2024 - Offering far more input and output controls, you can work your way to the perfect prompt for the task at hand. The Gemini API has two pricing tiers. The free one isn't private, meaning the data you pass to Google may be used to train future models.
🌐
Puter
developer.puter.com › tutorials › free-gemini-api
Free, Unlimited Gemini API
1 week ago - This tutorial will show you how to use Puter.js to access Gemini's powerful language models for free, without any API keys or usage restrictions.
Find elsewhere
🌐
Merge.dev
merge.dev › blog › gemini-api-key
How to get your Gemini API key (5 steps)
August 26, 2024 - You should see the sign in button on the top right corner of Google’s home page. ... You can find this landing page here. You'd then need to click on the “Gemini API” tab or click on the “Learn more about the Gemini API” button.
🌐
How-To Geek
howtogeek.com › home › ai & machine learning › gemini has slashed free api limits, here's what to use instead
Gemini has slashed free API limits, here's what to use instead
5 days ago - For example, I was able to use the meta-llama/llama-4-maverick-17b-128e-instruct model to replace Gemini for my doorbell description, and the results were very good. Currently, that model has a limit of up to 1,000 requests or 500,000 tokens per day for free, which is more than enough for my needs.
🌐
Google AI
ai.google.dev
Gemini Developer API | Gemma open models | Google AI for Developers
Build with Gemini 2.0 Flash, 2.5 Pro, and Gemma using the Gemini API and Google AI Studio.
🌐
Google AI Studio
aistudio.google.com › welcome
Google AI Studio
November 3, 2025 - The fastest path from prompt to production with Gemini
🌐
Google AI
ai.google.dev › gemini api › using gemini api keys
Using Gemini API keys | Google AI for Developers
November 5, 2025 - Gemini 3 Flash is here. Try it for free in Google AI Studio. ... We have updated our Terms of Service. To use the Gemini API, you need an API key.
🌐
Google AI Studio
aistudio.google.com › app › apikey
Google AI Studio API Key
Sign in · Use your Google Account · Not your computer? Use Guest mode to sign in privately. Learn more about using Guest mode · Create account
🌐
Google Cloud
cloud.google.com › vertex-ai
Vertex AI Platform | Google Cloud
November 18, 2025 - Try Gemini 3, our best model for reasoning, coding, and multimodal understanding in Vertex AI · Vertex AI is a fully-managed, unified AI development platform for building and using generative AI. Access and utilize Vertex AI Studio, Agent Builder, and 200+ foundation models. New customers get up to $300 in free credits to try Vertex AI and other Google Cloud products.
🌐
Google Gemini
gemini.google.com
‎Google Gemini
Meet Gemini, Google’s AI assistant. Get help with writing, planning, brainstorming, and more. Experience the power of generative AI.
🌐
Gemini
gemini.google › students
Gemini for Students — get free Google AI Pro for a year
You must be actively enrolled at ... 18 years or older. Act fast! You need to sign up by January 31, 2026. If eligible, you'll get free access for one year....
🌐
Google One
one.google.com › home › about › google ai
Google AI Plans with Cloud Storage - Google One
3 weeks ago - Prep for your exams, perfect your writing and tackle your homework with the best of AI, including higher access to our most intelligent model Gemini 3 Pro.
🌐
KDnuggets
kdnuggets.com › how-to-access-and-use-gemini-api-for-free
How to Access and Use Gemini API for Free - KDnuggets
In this tutorial, we have learned about Gemini and how to access the Python API to generate responses. In particular, we have learned about text generation, visual understanding, streaming, conversation history, custom output, and embeddings. However, this just scratches the surface of what Gemini can do. Feel free to share with me what you have built using the free Gemini API.