-
Notifications
You must be signed in to change notification settings - Fork 15
Provider Google
wy1024 edited this page Apr 4, 2026
·
4 revisions
Use Google AI Studio's Gemini models to power your OpenClaw instances. Free tier available — no credit card required.
| Detail | Value |
|---|---|
| Provider name in ClawFleet | google |
| API key prefix | AIza* |
| Preset models |
gemini-3.1-pro-preview, gemini-3-flash-preview, gemini-2.5-pro
|
| API docs | ai.google.dev/docs |
- Go to aistudio.google.com
- Sign in with your Google account
- Click Get API key in the top navigation
- Click Create API key
- Select or create a Google Cloud project
- Copy the key — it starts with
AIza
Google AI Studio offers a free tier with generous rate limits. No payment method required to start.
- Open the ClawFleet Dashboard (http://localhost:8080)
- In the sidebar, click Assets > Model Config
- Click + Add Model Config
- Fill in the form:
- Name: e.g. "Gemini 3 Flash"
- Provider: select Google
-
API Key: paste your
AIza*key -
Model: select
gemini-3-flash-preview(recommended),gemini-3.1-pro-preview(most capable), orgemini-2.5-pro(stable GA)
- Click Test — wait for "Validated" to appear
- Click Configure to save
- Go to Fleet > Instances
- Click Configure on the instance card
- Select your Google model config from the Model Config dropdown
- Optionally select a channel config
- Click Configure
- Free tier available — Google AI Studio provides a free tier with rate limits, making it a great choice to get started at zero cost
-
gemini-3-flash-preview— Pro-level intelligence at Flash pricing ($0.50/MTok input), best value -
gemini-3.1-pro-preview— Google's most capable model, advanced reasoning ($2/MTok input) -
gemini-2.5-pro— stable GA model, proven reliability for production workloads - Check ai.google.dev/pricing for current rates and free tier limits
"Invalid API key (HTTP 400 or 403)"
- Ensure the key starts with
AIzaand was fully copied - Check that the Generative Language API is enabled in your Google Cloud project
- Verify the key hasn't been deleted or restricted
"HTTP 429 — Resource exhausted"
- You've exceeded your rate limit — wait a minute and retry, or switch to a paid plan
Test passes but instance won't respond
- Ensure the instance is running (check the status on the instance card)
- Check instance logs via Desktop on the instance card
ClawFleet Wiki
Runtimes
LLM Providers
Messaging Channels
Reference