SongGuess
    Preparing search index...

    Type Alias ChatCompletionContentPartImage

    type ChatCompletionContentPartImage = {
        image_url: { detail?: "auto" | "low" | "high"; url: string };
        type: "image_url";
    }
    Index

    Properties

    Properties

    image_url: { detail?: "auto" | "low" | "high"; url: string }
    type: "image_url"