packages/docs/plugin-registry/llm/google-antigravity.md
The Google Antigravity plugin connects Eliza agents to Google Cloud AI Platform, providing access to Google's cloud-hosted AI models through the Google Cloud API. This is the Google Cloud (Vertex AI) integration, as opposed to the Google Gemini plugin which uses Google AI Studio.
<Info> This plugin is available from the upstream elizaOS registry. It is **not bundled** in `plugins.json` and must be installed explicitly. </Info>On-demand plugin. This plugin is resolved from the remote elizaOS plugin registry and auto-installs when its API key is detected. It is not included in Eliza's bundled
plugins.jsonindex.
Package: @elizaos/plugin-google-antigravity
eliza plugins install @elizaos/plugin-google-antigravity
The plugin auto-enables when GOOGLE_CLOUD_API_KEY is present:
export GOOGLE_CLOUD_API_KEY=your-google-cloud-api-key
| Environment Variable | Required | Description |
|---|---|---|
GOOGLE_CLOUD_API_KEY | Yes | Google Cloud API key with AI Platform access |
{
"auth": {
"profiles": {
"default": {
"provider": "google-antigravity"
}
}
}
}
| Google Antigravity | Google Gemini | |
|---|---|---|
| API | Google Cloud / Vertex AI | Google AI Studio |
| Auth | Google Cloud API key | Google AI Studio API key |
| Best for | Enterprise / GCP-integrated workloads | Quick start / personal use |
| Env var | GOOGLE_CLOUD_API_KEY | GOOGLE_GENERATIVE_AI_API_KEY |