list-models
Retrieve AI models with upload limitations and media type support. Filter by scope, provider, or search to locate active models.
Instructions
List AI models with upload constraints, supported media types, and features. Filters (all optional, combined with AND): scope (text|image|video|audio|upscale), ai_name (exact match, e.g. "chatgpt"), active_only (default true), search (case-insensitive substring against value/label).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Capability bucket inferred from the syntx.ai provider. Omit to receive models from every bucket (including providers that don't match any known bucket). | |
| search | No | Case-insensitive substring matched against the model `value` and `label`. | |
| ai_name | No | Exact syntx.ai provider name, e.g. "chatgpt", "claude", "midjourney". | |
| active_only | No | When true (default), drop inactive models. Set false to include them. |