ImageURL#

class langchain_core.prompt_values.ImageURL[source]#

Image URL.

detail: Literal['auto', 'low', 'high']#

Specifies the detail level of the image. Defaults to β€œauto”. Can be β€œauto”, β€œlow”, or β€œhigh”.

url: str#

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