SongGuess
    Preparing search index...
    type ResponseInputImage = {
        detail: "low" | "high" | "auto";
        image_url?: string | null;
        type: "input_image";
    }
    Index

    Properties

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

    Base64 encoded image

    type: "input_image"