Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1001 Bytes

videoresponse.md

File metadata and controls

25 lines (19 loc) · 1001 Bytes

VideoResponse

Response model for image generation.

Example Usage

import { VideoResponse } from "@livepeer/ai/models/components";

let value: VideoResponse = {
  images: [
    {
      url: "https://agitated-ocelot.name",
      seed: 616934,
      nsfw: false,
    },
  ],
};

Fields

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