Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Antigravity Model QuotaNew to Visual Studio Code? Get it now.
Antigravity Model Quota

Antigravity Model Quota

Satyam Yadav

|
3 installs
| (4) | Free
Track your AI model usage quota in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Antigravity Model Quota Monitor

Version GitHub stars GitHub issues License

VS Code extension for monitoring Google Antigravity AI model quotas directly in your status bar.

image

Features: Status Bar Monitor · Rich Hover Tooltip · QuickPick Panel · Threshold Indicators · Custom Display Formats

image

Features: Status Bar Monitor · Rich Hover Tooltip · QuickPick Panel · Threshold Indicators · Custom Display Formats


Features

Status Bar Display

Keep track of your Antigravity AI model quotas right inside your status bar without breaking your flow.

Three display formats available, configurable via agStatusBar.displayFormat:

Format Example
Standard 🟢 Claude: 80% 🟡 Gemini: 40%
Compact 🟢80% 🟡40%
Minimal 🟢🟡🔴 (Clean & unobtrusive dots only)
  • Dynamic Colors: Indicator turns yellow or red based on configurable warning/critical thresholds.

⭐ Star History

Star History Chart

Rich Hover Tooltip

Hover over the status bar item to reveal a rich popup:

  • Organized by Family: Claude, Gemini, and GPT models cleanly categorized.
  • Visual Progress: Custom progress bars for an instant understanding of your usage.
  • Precision Metrics: See exact percentage remaining, credits, and the reset countdown.

Persistent QuickPick Panel

Click the status indicator to open an interactive command panel:

  • Comprehensive View: Inspect detailed quota info for all supported models.
  • Model Capabilities: Instantly check capabilities like Text, Code, Image, Video, and Thinking logic.
  • Quick Toggles: Pin or unpin specific models to your status bar on the fly.
  • Lightning Fast: Press Esc to dismiss and get back to coding.

Usage

  1. Open QuickPick:

    • Click the status bar indicator
    • Or run Antigravity: Show Model Quota Details from the command palette
  2. Refresh:

    • Run Antigravity: Refresh Quota Data from the command palette
    • Or configure auto-refresh via agStatusBar.refreshInterval

Configuration

Tune the monitor to fit your exact workflow in VS Code Settings:

Setting Default Description
agStatusBar.refreshInterval 15 Interval in seconds to refresh quota data (Range: 5-3600)
agStatusBar.displayFormat standard Format of the status bar display (standard, compact, minimal)
agStatusBar.warningThreshold 60 Quota drops below this %? The indicator turns yellow
agStatusBar.criticalThreshold 40 Quota drops below this %? The indicator turns red
agStatusBar.isPremiumUser false Whether the user has a premium membership (shows extra models)

Installation

VS Code Marketplace

  1. Cmd/Ctrl+Shift+X to open Extensions panel
  2. Search Antigravity Model Quota Monitor
  3. Click Install

Build from Source

# Clone repository
git clone https://github.com/SimpleCyber/vscode-antigravity-model-quota.git
cd vscode-antigravity-model-quota

# Install dependencies
npm install

# Compile
npm run compile

# Package
npm run package

Requirements: Node.js v20+, npm v9+


Support

  • ⭐ GitHub Star
  • 💬 Report Issues

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft