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

Properties

Properties

url: string

The external URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.

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

Specifies the detail level of the image. low uses fewer tokens, you can opt in to high resolution using high. Default value is auto