promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

agy models

Lists the available models.

agy models (subcommand) shows the models available for the current plan. According to the docs, Gemini 3.1 Pro and Gemini 3.5 Flash are available on every plan; Claude Sonnet 4.6 (thinking), Claude Opus 4.6 (thinking) and GPT-OSS-120b are Google AI Ultra only. The listed model name can be passed straight to --model.

โœ… WHEN TO USE IT?

Look up the exact model name before starting

agy models to find the exact name to pass to --model

โ›” WHEN NOT TO?

You want to switch the model for the running session

agy models is a plain listing subcommand outside a running session.

Better: Use /model inside a running agy session

SOURCES