InputImageContentParamAutoParam interface

An image input to the model. Learn about image inputs

Properties

detail
file_id
image_url
type

The type of the input item. Always input_image.

Property Details

detail

detail?: DetailEnum

Property Value

file_id

file_id?: string

Property Value

string

image_url

image_url?: string

Property Value

string

type

The type of the input item. Always input_image.

type: "input_image"

Property Value

"input_image"