Command reference ยท Antigravity CLI
/usage
Shows model quota usage. Alias: /quota.
/usage belongs to the Utilities category, has the alias /quota, and opens an interactive panel that shows your model quota usage: a breakdown of your usage limits and the remaining requests or tokens per supported model on your current plan.
On opening, the CLI forces a fresh sync of the quota values, both locally on disk and with the backend service โ so you see the current state rather than a cached, outdated number. Navigate with the arrow keys or vim-style with j/k; g/G jumps to the start or end of the list; Esc or q closes the panel again.
This clearly distinguishes /usage from /context: this is about your request quota over time, not the current session's context-window usage.
๐ THE SAME TASK (โSHOW COST/TOKEN USAGEโ) ON OTHER PLATFORMS
โ WHEN TO USE IT?
Check remaining requests in the current time window
Call /usage before kicking off a large number of requests
See the current instead of a cached quota state
Open /usage or /quota to get a freshly synced state of the model quotas from the backend, instead of just a locally cached number.
โ WHEN NOT TO?
Checking G1 credits balance instead of general model quota
/usage shows the plan quota; there's a separate command for the separate credits balance.
Better: /credits
SOURCES
- Antigravity CLI docs: command reference โ antigravity.google