list_agent_models
Retrieve a prioritized list of AI models for a given executor, enriched with local pricing, to pick the right model for delegated subagent tasks.
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 | |||