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 =
[6, 10].freeze
IMAGE_02_RESOLUTIONS =
%w[512p 768p].freeze
IMAGE_23_RESOLUTIONS =
%w[768p 1080p].freeze