list_models
List supported model providers and their models, including model IDs and input modalities, to determine which models can execute prompts, such as text-only limitations.
Instructions
List supported model providers and the models available under each.
Returns a mapping of provider name to a list of models, each with a
human-friendly name, the provider-specific model id to pass to
execute_prompt, and the input modalities the model accepts (text-only
models reject image attachments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||