Skip to content

Style

The style of the generated image. 'vivid' leans toward hyper-real and dramatic. 'natural' produces more naturalistic results. Conditionally supported.

Example Usage

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

let value: Style = "natural";

Values

typescript
"vivid" | "natural"