post-models-get-bulk
Retrieve multiple AI models by their IDs from Scenario.com's generative AI platform, including details, settings, and training images.
Instructions
Get multiple models by their modelIds
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalAssets | No | If set to true, returns the original asset without transformation | |
| settings | No | If true, will return the settings: `promptEmbedding` and `negativePromptEmbedding`. | |
| trainingImagesPreview | No | If true will return the first 3 training images; otherwise returns the full training images. If `allTrainingImages` set to true, this parameter is ignored. | |
| minimal | No | If true will return only the base details of the model (id, name, type) if true, all other parameters are ignored | |
| thumbnail | No | If true will return the thumbnail, when no thumbnail is set, will try to fetch the first training image instead. | |
| allTrainingImages | No | If true will return all training images; otherwise returns only the first 3 training images. If `trainingImagesPreview` set to true, this parameter is ignored. | |
| modelIds | No |