Module: OpenAI::Models::ImageGenerateParams::Style

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/image_generate_params.rb

Overview

The style of the generated images. This parameter is only supported for ‘dall-e-3`. Must be one of `vivid` or `natural`. Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images.

Constant Summary collapse

VIVID =
:vivid
NATURAL =
:natural

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openai/models/image_generate_params.rb', line 267