OpenAI::EvalItemInputImage
Inherits JSON::Serializable < Reference < Object
An image input block used within EvalItem content arrays.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : EvalItemInputImageType = EvalItemInputImageType::InputImage, image_url : String = "", detail : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
detail
The detail level of the image to be sent to the model. One of high, low, or auto. Defaults to auto.
The detail level of the image to be sent to the model. One of high, low, or auto. Defaults to auto.
type_value=(type_value : EvalItemInputImageType)
The type of the image input. Always input_image.