@musallam/firefly-client
    Preparing search index...

    Interface GenerateVideoRequestV3

    interface GenerateVideoRequestV3 {
        bitRateFactor?: number;
        image?: InputImageVideoV3;
        prompt?: string;
        seeds?: number[];
        sizes?: ClinetoSize[];
        videoSettings?: VideoSettingsV3;
    }
    Index

    Properties

    bitRateFactor?: number

    The constant rate factor for encoding video. 0 indicates a lossless generation, with the highest quality and largest file size. 63 indicates the worst quality generation with the smallest file size. The suggested value range is 17-23. 0 63

    The details of the image used as a keyframe for the generated video. Provided images are used as a first frame or final frame to guide the video generation.

    prompt?: string

    The prompt used to generate the video. The longer the prompt, the better.

    seeds?: number[]

    The seed reference value. Currently only 1 seed is supported. 1 1

    sizes?: ClinetoSize[]

    The dimensions of the generated video.

    videoSettings?: VideoSettingsV3

    The camera and shot control settings.