The detail level of the image to be sent to the model. One of high
, low
, or
auto
. Defaults to auto
.
Optional
file_The ID of the file to be sent to the model.
Optional
image_The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.
The type of the input item. Always input_image
.
An image input to the model. Learn about image inputs.