Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Sign in to Google AI Studio: Go to https://aistudio.google.com and sign in with a Google account. The free tier works for testing without billing.
  2. Create an API key: Open https://aistudio.google.com/app/apikey and click ‘Create API key’. Choose an existing Google Cloud project or let AI Studio create one for you.
  3. Store the key: Copy the key and add it to your .env file as GEMINI_API_KEY=AIza…
  4. Verify access: Run the List Models tool to confirm the key works. A 400 with API_KEY_INVALID means the key is wrong or restricted.
  • This connector uses the Gemini Developer API key (x-goog-api-key header), not Google OAuth - do not use Google Cloud OAuth credentials here
  • Free-tier keys are rate limited; attach a billing-enabled Google Cloud project for higher limits
  • Generation and embedding calls are billed per token on paid tiers
Provider API reference: https://ai.google.dev/api

Tools

Example prompts

  • List the Gemini models available to my API key and summarize their token limits.
  • Use Gemini to generate a response to a prompt I provide.
  • Generate an image with a Nano Banana model from a description I provide.