View Source ExOpenAI.Components.CreateVideoEditMultipartBody (ex_openai.ex v2.0.0-beta2)

Parameters for editing an existing generated video.

Fields

  • :prompt - required - String.t()
    Text prompt that describes how to edit the source video.
    Constraints: minLength: 1, maxLength: 32000

  • :video - required - binary() | ExOpenAI.Components.VideoReferenceInputParam.t()

Summary

Types

@type t() :: %ExOpenAI.Components.CreateVideoEditMultipartBody{
  prompt: String.t(),
  video: binary() | ExOpenAI.Components.VideoReferenceInputParam.t()
}