interface ImageURL {
    url: string;
    detail?: "low" | "high" | "auto";
}

Properties

Properties

url: string

Either a URL of the image or the base64 encoded image data.

detail?: "low" | "high" | "auto"

Specifies the detail level of the image. Learn more in the Vision guide.