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

Properties

Properties

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

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

url?: string

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