Hi everyone, I want to make sure I’m understanding Gemini API access correctly. Can you confirm if the following is accurate?
-
Free usage: You can get a free Gemini API key in Google AI Studio that comes with limited quota. No billing setup is required. https://ai.google.dev/gemini-api/docs/quickstart
-
Paid usage (Pay-as-you-go): To go beyond the free quota, you need to:
-
Create a Google Cloud project.
-
Attach a billing account with a valid payment method.
-
Enable the Gemini API in that project.
-
Generate credentials (API key or service account). https://ai.google.dev/gemini-api/docs/billing
-
-
Separation from Workspace: A Google Workspace subscription (Gmail, Drive, etc.) does not include Gemini API access. Paid Gemini API usage is only available through a Google Cloud billing account.
Is my understanding correct?