list_providers
Lists available image generation providers and their models, including prompt style requirements. Use to confirm providers and capabilities before generating images.
Instructions
List available image generation providers, models, and capabilities.
Returns provider names, available models, and capability details.
Each model includes a prompt_style field: use "clip" for
comma-separated CLIP tags (SD 1.5/SDXL) or "natural_language"
for descriptive sentences (Flux, OpenAI). Each call includes a
refreshed_at timestamp. Pass force_refresh=true if
providers may have changed since the last check.
Also available as the info://providers resource for clients
that support MCP resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force_refresh | No | When ``True``, re-runs capability discovery on all registered providers before returning, updating cached results. Use when providers may have changed (e.g., new SD WebUI checkpoints loaded). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |