@squidcloud/client
    Preparing search index...

    Interface BaseAiGenerateImageOptions

    Base options for generating images with an AI model.

    interface BaseAiGenerateImageOptions {
        modelName:
            | "dall-e-3"
            | "stable-diffusion-core"
            | "flux-pro-1.1"
            | "flux-kontext-pro";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    modelName:
        | "dall-e-3"
        | "stable-diffusion-core"
        | "flux-pro-1.1"
        | "flux-kontext-pro"

    The name of the AI model to use for image generation.