Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 995 Bytes

imageresponse.md

File metadata and controls

25 lines (19 loc) · 995 Bytes

ImageResponse

Response model for image generation.

Example Usage

import { ImageResponse } from "livepeer/models/components";

let value: ImageResponse = {
  images: [
    {
      url: "http://palatable-forum.biz",
      seed: 570197,
      nsfw: false,
    },
  ],
};

Fields

Field Type Required Description
images components.Media[] ✔️ The generated images.