@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";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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

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