post-search-models
Search for AI image generation models using text queries, filters, or reference images to find suitable models for creative projects.
Instructions
Search for models.
At least one of the following fields must have a value: query, filter, image, or images.
image, and images are mutually exclusive.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalModels | No | ||
| filter | No | Filter queries by an attribute's value | |
| image | No | Search for model with `image` as a reference Must be an existing `AssetId` or a valid data URL. | |
| imageSemanticRatio | No | Image embedding ratio for hybrid search, applied when `image`, `images.like`, or `images.unlike` are provided | |
| images | No | ||
| offset | No | Number of documents to skip. Must be used with `limit`. Starts from 0. | |
| public | No | Search for public images not necessarily belonging to the current `ownerId` | |
| hitsPerPage | No | Maximum number of documents returned for a page. Must be used with `page`. | |
| query | No | A string used for querying search results. | |
| limit | No | Maximum number of documents returned. Must be used with `offset`. | |
| sortBy | No | ||
| page | No | Request a specific page of results. Must be used with `hitsPerPage`. | |
| querySemanticRatio | No | Query embedding for hybrid search, if possible |