Enum DallE3ImageSize
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Represents the available image sizes for DALL-E 3 generation.
public enum DallE3ImageSize
Fields
Square1024 = 0Square 1024x1024 image.
Tall1024x1792 = 2Tall 1024x1792 image (portrait).
Wide1792x1024 = 1Wide 1792x1024 image (landscape).