Response model for image generation.
import { VideoResponse } from "@livepeer/ai/models/components";
let value: VideoResponse = {
images: [
{
url: "https://agitated-ocelot.name",
seed: 616934,
nsfw: false,
},
],
};
Field | Type | Required | Description |
---|---|---|---|
images |
components.Media[] | ✔️ | The generated images. |