Quality
The quality of the image that will be generated. 'hd' creates images with finer details and greater consistency (only available for dall-e-3). Defaults to 'standard'.
Example Usage
typescript
import { Quality } from "@meetkai/mka1/models/operations";
let value: Quality = "hd";Values
typescript
"standard" | "hd"