Class ImageGenerateParams.Quality

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class ImageGenerateParams.Quality
     implements Enum
                        

    The quality of the image that will be generated.

    • auto (default value) will automatically select the best quality for the given model.

    • high, medium and low are supported for gpt-image-1.

    • hd and standard are supported for dall-e-3.

    • standard is the only option for dall-e-2.