Skip to content

Style

The style of the generated images (only for dall-e-3). '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. Defaults to 'vivid'.

Example Usage

typescript
import { Style } from "@meetkai/mka1/models/operations";

let value: Style = "natural";

Values

typescript
"vivid" | "natural"