Share via


ImageGenerationOptions.Size Property

Definition

The desired dimensions for generated images. Dall-e-2 models support 256x256, 512x512, or 1024x1024. Dall-e-3 models support 1024x1024, 1792x1024, or 1024x1792.

public Azure.AI.OpenAI.ImageSize? Size { get; set; }
member this.Size : Nullable<Azure.AI.OpenAI.ImageSize> with get, set
Public Property Size As Nullable(Of ImageSize)

Property Value

Applies to