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

Properties

Properties

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

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

url: string

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