The URL of an image.

interface ChatsImageURL {
    detail?: ChatsImageURL.Constants.Detail;
    url: string;
}

Properties

Properties

Detail specifies the detail level of an image.

See OpenAI's Vision guide for more information.

url: string

URL is either a URL of the image or the base64 encoded image data.