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
15
16
17
18
# ImageGenCompletedEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The type of the event. Always `image_generation.completed`.  | 
**b64_json** | **String** | Base64-encoded image data, suitable for rendering as an image.  | 
**created_at** | **i32** | The Unix timestamp when the event was created.  | 
**size** | **String** | The size of the generated image.  | 
**quality** | **String** | The quality setting for the generated image.  | 
**background** | **String** | The background setting for the generated image.  | 
**output_format** | **String** | The output format for the generated image.  | 
**usage** | [**models::ImagesUsage**]ImagesUsage.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)