Method: OpenAI::Models::ImageEditParams#quality

Defined in:
lib/openai/models/image_edit_params.rb

#qualitySymbol, ...

The quality of the image that will be generated. high, medium and low are only supported for gpt-image-1. dall-e-2 only supports standard quality. Defaults to auto.



107
# File 'lib/openai/models/image_edit_params.rb', line 107

optional :quality, enum: -> { OpenAI::ImageEditParams::Quality }, nil?: true