The definition of a user image content.

interface TextChatUserImageURL {
    detail?: string;
    url: string;
}

Properties

Properties

detail?: string

This parameter controls how the model processes the image and generates its textual understanding. The auto setting which will look at the image input size and decide if it should use the low or high setting.

url: string

The url of the image. This can be the url to the image or a base64 encoded image.