SmythOS SDK
    Preparing search index...

    Interface TImageGeneratorSettings

    interface TImageGeneratorSettings {
        height?: number;
        isRawInputPrompt?: boolean;
        model: string;
        name?: string;
        negativePrompt?: string;
        outputFormat?: "auto" | "PNG" | "JPEG" | "WEBP" | "jpeg" | "png" | "webp";
        prompt?: string;
        quality?: "high" | "medium" | "low" | "standard" | "hd" | "auto";
        size?: string;
        sizeDalle2?: "256x256" | "512x512" | "1024x1024";
        sizeDalle3?: "1024x1024" | "1792x1024" | "1024x1792";
        style?: "vivid" | "natural";
        width?: number;
    }
    Index

    Properties

    height?: number
    isRawInputPrompt?: boolean
    model: string
    name?: string
    negativePrompt?: string

    Negative Prompt

    outputFormat?: "auto" | "PNG" | "JPEG" | "WEBP" | "jpeg" | "png" | "webp"
    prompt?: string

    Prompt

    quality?: "high" | "medium" | "low" | "standard" | "hd" | "auto"
    size?: string

    Size

    sizeDalle2?: "256x256" | "512x512" | "1024x1024"
    sizeDalle3?: "1024x1024" | "1792x1024" | "1024x1792"
    style?: "vivid" | "natural"
    width?: number