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.