find_related
Find semantically related images using AI embedding similarity. Returns images with similar meaning/topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Source image UUID | |
| limit | No | Max results (1-20, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of matching images. | |
| images | Yes | Semantically related images. | |
| citations_combined | No | Combined attribution for all images in this response, in three formats. |