Module: RunApi::Hailuo::Types

Defined in:
lib/runapi/hailuo/types.rb

Defined Under Namespace

Classes: CompletedVideoTaskResponse, MediaUrl, VideoTaskResponse

Constant Summary collapse

TEXT_TO_VIDEO_MODELS =
%w[hailuo-02-text-to-video-pro hailuo-02-text-to-video-standard].freeze
IMAGE_TO_VIDEO_MODELS =
%w[
  hailuo-02-image-to-video-pro
  hailuo-02-image-to-video-standard
  hailuo-2-3-image-to-video-pro
  hailuo-2-3-image-to-video-standard
].freeze
DURATIONS =
%w[6 10].freeze
IMAGE_02_RESOLUTIONS =
%w[512P 768P].freeze
IMAGE_23_RESOLUTIONS =
%w[768P 1080P].freeze