Table of Contents

Enum OpenAITypes.ImageStyle

Namespace
Glitch9.AIDevKit

The style of the generated images. 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. This param is only supported for DallE3.

public enum OpenAITypes.ImageStyle

Fields

Natural = 1
Vivid = 0

Remarks

Defaults to Vivid