get-models
Retrieve available AI models for image generation with filters for privacy, status, collections, and GPU availability.
Instructions
List all models
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy | No | The privacy of the models to return. The default value is `private`, possible values are `private` and `public` | |
| originalAssets | No | If set to true, returns the original asset without transformation | |
| pageSize | No | The number of items to return in the response. The default value is 100, maximum value is 500, minimum value is 1 | |
| paginationToken | No | A token you received in a previous request to query the next page of items | |
| blacklisted | No | If set to true, returns the list of models blacklisted for the team (only available for team admins) | |
| status | No | The status of the models to return | |
| collectionId | No | When provided, only the models in the Collection will be returned | |
| loadedOnly | No | If set to true, returns the list of models currently loaded on GPU |