Method: OpenAI::Models::ImageGenerateParams#quality
- Defined in:
- lib/openai/models/image_generate_params.rb
#quality ⇒ Symbol, ...
The quality of the image that will be generated.
auto
(default value) will automatically select the best quality for the given model.high
,medium
andlow
are supported forgpt-image-1
.hd
andstandard
are supported fordall-e-3
.standard
is the only option fordall-e-2
.
90 |
# File 'lib/openai/models/image_generate_params.rb', line 90 optional :quality, enum: -> { OpenAI::ImageGenerateParams::Quality }, nil?: true |