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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**input_tokens** | **i32** | The number of tokens (images and text) in the input prompt. | 
**total_tokens** | **i32** | The total number of tokens (images and text) used for the image generation. | 
**output_tokens** | **i32** | The number of output tokens generated by the model. | 
**output_tokens_details** | Option<[**models::ImageGenOutputTokensDetails**]ImageGenOutputTokensDetails.md> |  | [optional]
**input_tokens_details** | [**models::ImageGenInputUsageDetails**]ImageGenInputUsageDetails.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)