output
    Preparing search index...

    Type Alias GenerateImageAiSdkOptions

    GenerateImageAiSdkOptions: Omit<
        Parameters<typeof aiGenerateImage>[0],
        "model" | "prompt",
    >

    AI SDK options specific to generateImage.

    model and prompt are omitted because Output supplies them from the prompt file.