View Source ExOpenAI.Components.CreateVideoExtendMultipartBody (ex_openai.ex v2.0.0-beta2)
Multipart parameters for extending an existing generated video.
Fields
:prompt- required -String.t()
Updated text prompt that directs the extension generation.
Constraints: minLength: 1, maxLength: 32000:seconds- required -ExOpenAI.Components.VideoSeconds.t()
Length of the newly generated extension segment in seconds (allowed values: 4, 8, 12, 16, 20).:video- required -ExOpenAI.Components.VideoReferenceInputParam.t() | binary()
Summary
Types
@type t() :: %ExOpenAI.Components.CreateVideoExtendMultipartBody{ prompt: String.t(), seconds: ExOpenAI.Components.VideoSeconds.t(), video: ExOpenAI.Components.VideoReferenceInputParam.t() | binary() }