Quickstart
- Install and enable the plugin, then restart the Gateway.
- Run
agy modelson the same host and as the same user that runs the Gateway. - Confirm the plugin list shows
antigravityand provider setup shows
antigravity-cli.
- Send a text prompt with a model id returned by
agy models:
openclaw agent --model antigravity-cli/gemini-3.1-pro-high -m "hello"The general form is antigravity-cli/<model>. If agents.defaults.modelPolicy.allow is configured, add each intended model or antigravity-cli/*; otherwise OpenClaw can reject the model reference before the CLI backend runs.
Print mode returns the completed JSON response rather than token streaming. It accepts text prompts and does not add inline image support.