image
Generate or fetch images from picsum.photos using customizable parameters like dimensions, filters, and output formats. Retrieve specific images, metadata, or lists of available images.
Instructions
Generate or fetch images from picsum.photos with various options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blur | No | Apply blur filter (1-10) | |
format | No | Image format | |
grayscale | No | Apply grayscale filter to the image | |
height | No | The height of the image in pixels | |
id | No | The ID of a specific image to retrieve | |
info | No | Fetch metadata for a specific image | |
limit | No | Number of results per page for list | |
list | No | Fetch list of available images | |
output | No | Output type: url returns string URL, file returns binary data | url |
page | No | Page number for list results | |
seed | No | A seed for generating a static random image | |
width | No | The width of the image in pixels |