list_agent_models
Find which model IDs are available for an executor before delegating tasks. Sorts candidate models high to low and includes local pricing context.
Instructions
List likely selectable models for one executor, sorted high to low.
Codex uses codex debug models when available. Antigravity uses agy models
when available. Claude Code does not expose a stable local model catalog, so
models[] contains known CLI aliases and the configured model. Every catalog is
enriched with the local price table when possible.
Pass a chosen models[].id to run_subagent(model=...). price_references[] is pricing context only and may not be valid as a model override. Provider, base URL, and auth remain settings-level config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | auto | |
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||