Command reference Β· Antigravity CLI
agy models
Lists the available models.
agy models is a subcommand (not a slash command) that lists the reasoning models available for the current Google account plan. According to the official model overview, the Gemini models β currently Gemini 3.6 Flash, Gemini 3.5 Flash, and Gemini 3.1 Pro β are available on all plans, including Enterprise.
Claude Sonnet 4.6 (thinking), Claude Opus 4.6 (thinking), and GPT-OSS-120b, on the other hand, are available on Free, Google AI Plus, Google AI Pro, and Google AI Ultra accounts, but not on Enterprise plans. Since version 1.1.5, the list shows stable, user-friendly model slugs that can be passed directly to --model, along with optional reasoning effort variants via the --effort flag.
The listed name can be used both at startup (--model <name>) and later in the running /model picker. The model choice is "sticky": a value changed during a running agent turn only takes effect from the next turn.
π THE SAME TASK (βLIST AVAILABLE MODELSβ) ON OTHER PLATFORMS
- Cursor CLI: agent models
- Aider: /models
β WHEN TO USE IT?
Look up available model names before starting
agy models, to find the exact slug for --model
Check whether a specific model is available on your own plan
Run agy models and match the list against your own Google AI plan
β WHEN NOT TO?
Wanting to switch the model for the running session
agy models is a pure listing subcommand outside a running session, it doesn't switch anything.
Better: use /model within the running agy
Wanting to see exact quotas or remaining quotas per model
agy models only shows names, no rate limits or quotas.
Better: open /usage or /quota within the running agy
SOURCES
- Antigravity CLI CHANGELOG (GitHub) β raw.githubusercontent.com
- Antigravity docs: Models β antigravity.google
MORE COMMANDS Β· Antigravity CLI