Google Gemini
Use Gemini 2.5 Pro, Gemini 2.5 Flash, and other Google models.Setup
- Get an API key at aistudio.google.com/apikey
- In Pawz → Settings → Models → Add Provider → Google
- Paste your API key
Configuration
| Setting | Default |
|---|---|
| Base URL | https://generativelanguage.googleapis.com/v1beta |
| API key | Required |
| Default model | — |
Models
| Model | Best for |
|---|---|
gemini-2.5-pro | Most capable, coding, reasoning |
gemini-2.5-flash | Fast, cost-effective |
gemini-2.0-flash | Previous gen, still solid |
Prefix routing
Model names starting withgemini* or google* auto-route to Google.
Notes
Google uses a custom API format. Pawz has a dedicatedGoogleProvider implementation that handles:
- Gemini message format conversion
- Tool use format (function calling)
- Streaming response handling
- Thought parts (Gemini’s reasoning tokens)

