Documentation Index
Fetch the complete documentation index at: https://mintlify.com/badrisnarayanan/antigravity-claude-proxy/llms.txt
Use this file to discover all available pages before exploring further.
What is OpenClaw?
OpenClaw (formerly ClawdBot/Moltbot) is an AI agent gateway that connects to messaging apps like Telegram, WhatsApp, Discord, Slack, and iMessage. You can configure it to use this proxy for Claude and Gemini models.Prerequisites
Before you begin, ensure you have:- OpenClaw installed globally
- Antigravity Claude Proxy running on port 8080
- At least one Google account linked to the proxy
Start the Proxy
Make sure Antigravity Claude Proxy is running:The proxy should be running on
http://127.0.0.1:8080 by default.Start OpenClaw Gateway
In a new terminal, start the OpenClaw gateway:OpenClaw will now use the proxy models you configured.
Model Selection
Switch Default Model
To change the default model for all conversations:model.primary field in your openclaw.json config file.
Available Models
All models configured in the proxy are available with theantigravity-proxy/ prefix:
antigravity-proxy/gemini-3-flash- Fast Gemini model with reasoningantigravity-proxy/gemini-3.1-pro-high- High-quality Gemini modelantigravity-proxy/claude-sonnet-4-5- Claude Sonnet without reasoningantigravity-proxy/claude-sonnet-4-5-thinking- Claude Sonnet with reasoningantigravity-proxy/claude-opus-4-6-thinking- Claude Opus with reasoning
Troubleshooting
Connection Refused
Connection Refused
Make sure the proxy is running before starting OpenClaw:If this fails, start the proxy:
Models Not Showing
Models Not Showing
If models aren’t appearing in OpenClaw:
- Verify the config file is valid JSON (no trailing commas, proper quotes)
- Check that
modeis set to"merge"(not"replace"unless you want to override all built-in models) - Restart the OpenClaw gateway after config changes:
VPS Security Warning
VPS Security Warning
If running on a VPS, ensure the proxy only binds to localhost:
Configuration Reference
Configuration Mode
Themode field in the models configuration determines how OpenClaw handles custom models:
"merge"- Adds proxy models alongside built-in OpenClaw models"replace"- Replaces all built-in models with only your custom configuration
Model Properties
Each model in the configuration supports these properties:| Property | Type | Description |
|---|---|---|
id | string | Model identifier used in API calls |
name | string | Display name shown in OpenClaw |
reasoning | boolean | Whether the model supports reasoning/thinking |
input | array | Supported input types ("text", "image") |
cost | object | Token costs (all 0 for proxy models) |
contextWindow | number | Maximum context window size |
maxTokens | number | Maximum output tokens |
Further Reading
OpenClaw Documentation
Official OpenClaw documentation
OpenClaw Configuration
Configuration reference
Load Balancing
Proxy load balancing strategies
Proxy Configuration
Advanced proxy settings