SongGuess
    Preparing search index...

    Type Alias ResponseInputImageContent

    type ResponseInputImageContent = {
        detail?: "low" | "high" | "auto" | null;
        image_url?: string | null;
        type: "input_image";
    }
    Index

    Properties

    detail?: "low" | "high" | "auto" | null
    image_url?: string | null

    Base64 encoded image

    type: "input_image"