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
# ChatCompletionRequestMessageContentPartImageImageUrl

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | Either a URL of the image or the base64 encoded image data. | 
**detail** | Option<**String**> | Specifies the detail level of the image. Learn more in the [Vision guide]/docs/guides/vision#low-or-high-fidelity-image-understanding. | [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)