docs/guides/ANTIGRAVITY_USAGE.md
This guide explains how to set up and use the Antigravity (Google Cloud Code Assist) provider in PicoClaw.
To authenticate with Antigravity, run the following command:
picoclaw auth login --provider antigravity
If you are running on a server (Coolify/Docker) and cannot reach localhost, follow these steps:
localhost:51121 URL (which will fail to load).PicoClaw will extract the authorization code and complete the process automatically.
To see which models your project has access to and check their quotas:
picoclaw auth models
You can change the default model in ~/.picoclaw/config.json or override it via the CLI:
# Override for a single command
picoclaw agent -m "Hello" --model claude-opus-4-6-thinking
If you are deploying via Coolify or Docker, follow these steps to test:
PICOCLAW_AGENTS_DEFAULTS_MODEL=gemini-flashscp ~/.picoclaw/auth.json user@your-server:~/.picoclaw/
auth login command once on the server if you have terminal access.gemini-3-flash or claude-opus-4-6-thinking.picoclaw auth models list. Use the short ID (e.g., gemini-3-flash) not the full path.Based on testing, the following models are most reliable:
gemini-3-flash (Fast, highly available)gemini-2.5-flash-lite (Lightweight)claude-opus-4-6-thinking (Powerful, includes reasoning)