Share via


OpenAITextToImageExecutionSettings.Quality Property

Definition

The quality of the image that will be generated.

[System.Text.Json.Serialization.JsonPropertyName("quality")]
public string? Quality { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("quality")>]
member this.Quality : string with get, set
Public Property Quality As String

Property Value

Attributes

Remarks

Must be one of standard or hd or high.

This param is only supported for dall-e-3 model.

Applies to