# InputImageContentParamAutoParam
## Properties
**r#type** | **String** | The type of the input item. Always `input_image`. |
**image_url** | Option<**String**> | The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL. | [optional]
**file_id** | Option<**String**> | The ID of the file to be sent to the model. | [optional]
**detail** | Option<[**models::DetailEnum**](DetailEnum.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)