types.ContentImageRemote

types.ContentImageRemote(self, url, detail='auto')

Image content from a URL.

This is the return type for content_image_url. It’s not meant to be used directly.

Parameters

Name Type Description Default
url str The URL of the image. required
detail Literal['auto', 'low', 'high'] A detail setting for the image. Can be "auto", "low", or "high". 'auto'