Module: RunApi::IdeogramV3::Types

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

Defined Under Namespace

Classes: CompletedIdeogramResponse, IdeogramResponse, Image

Constant Summary collapse

GENERATION_MODEL =
"ideogram-v3-text-to-image"
EDIT_MODEL =
"ideogram-v3-edit"
REMIX_MODEL =
"ideogram-v3-remix"
RENDERING_SPEEDS =
%w[TURBO BALANCED QUALITY].freeze
STYLES =
%w[AUTO GENERAL REALISTIC DESIGN].freeze
IMAGE_SIZES =
%w[
  square square_hd portrait_4_3 portrait_16_9 landscape_4_3 landscape_16_9
].freeze
NUM_IMAGES =
%w[1 2 3 4].freeze