# ImageGenUsage
## Properties
**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)