Skip to main content

Google Gemini

Use Gemini 2.5 Pro, Gemini 2.5 Flash, and other Google models.

Setup

  1. Get an API key at aistudio.google.com/apikey
  2. In Pawz → Settings → ModelsAdd ProviderGoogle
  3. Paste your API key

Configuration

SettingDefault
Base URLhttps://generativelanguage.googleapis.com/v1beta
API keyRequired
Default model

Models

ModelBest for
gemini-2.5-proMost capable, coding, reasoning
gemini-2.5-flashFast, cost-effective
gemini-2.0-flashPrevious gen, still solid

Prefix routing

Model names starting with gemini* or google* auto-route to Google.

Notes

Google uses a custom API format. Pawz has a dedicated GoogleProvider implementation that handles:
  • Gemini message format conversion
  • Tool use format (function calling)
  • Streaming response handling
  • Thought parts (Gemini’s reasoning tokens)