Back to Eliza

Google Antigravity Plugin

packages/docs/plugin-registry/llm/google-antigravity.md

2.0.12.0 KB
Original Source

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.json index.

Package: @elizaos/plugin-google-antigravity

Installation

bash
eliza plugins install @elizaos/plugin-google-antigravity

Auto-Enable

The plugin auto-enables when GOOGLE_CLOUD_API_KEY is present:

bash
export GOOGLE_CLOUD_API_KEY=your-google-cloud-api-key

Configuration

Environment VariableRequiredDescription
GOOGLE_CLOUD_API_KEYYesGoogle Cloud API key with AI Platform access

eliza.json Example

json
{
  "auth": {
    "profiles": {
      "default": {
        "provider": "google-antigravity"
      }
    }
  }
}

When to Use This vs Google Gemini

Google AntigravityGoogle Gemini
APIGoogle Cloud / Vertex AIGoogle AI Studio
AuthGoogle Cloud API keyGoogle AI Studio API key
Best forEnterprise / GCP-integrated workloadsQuick start / personal use
Env varGOOGLE_CLOUD_API_KEYGOOGLE_GENERATIVE_AI_API_KEY

Features

  • Google Cloud AI Platform model access
  • Streaming responses
  • Tool use / function calling
  • Enterprise-grade authentication via Google Cloud