get-recommendations-models
Filter and list AI image generation models by capabilities, type, tags, and privacy settings to find suitable options for creative projects.
Instructions
List recommended models matching the given filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capabilities | No | Filter models by capabilities. Multiple values comma-separated. Examples: `txt2img`, `img2img`, `inpaint`, `controlnet`, `txt2img,img2img,2img`. Also accepts prefixes or suffixes values such as `txt2`, `img2`, `inpaint`, `control`. Default: no filter | |
| excludeModelIds | No | Exclude specific models by their IDs. Multiple IDs comma-separated. Example: `model1,model2,model3`. Default: no exclusions | |
| limit | No | The maximum number of models to return. Default: `10`, Maximum: `30` | |
| nextToken | No | Pagination token to retrieve the next page of results. Use the `nextToken` from the previous response. Default: first page | |
| privacy | No | Filter models by privacy level. Default: `private`. Values: `private`, `public` | |
| originalAssets | No | If set to true, returns the original asset without transformation | |
| type | No | Filter models by type. Examples: `flux.1`, `flux.1-lora`, etc. Default: no filter | |
| tags | No | Filter models by tags. Multiple tags comma-separated. Example: `anime,portrait,style`. Default: no filter | |
| excludeTypes | No | Exclude models by type. Multiple types comma-separated. Example: `sd-1_5,flux.1`. Default: no exclusions |