openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# InputImageContentParamAutoParam

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)