openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
# UsageImagesResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** |  | 
**images** | **i32** | The number of images processed. | 
**num_model_requests** | **i32** | The count of requests made to the model. | 
**source** | Option<**String**> | When `group_by=source`, this field provides the source of the grouped usage result, possible values are `image.generation`, `image.edit`, `image.variation`. | [optional]
**size** | Option<**String**> | When `group_by=size`, this field provides the image size of the grouped usage result. | [optional]
**project_id** | Option<**String**> | When `group_by=project_id`, this field provides the project ID of the grouped usage result. | [optional]
**user_id** | Option<**String**> | When `group_by=user_id`, this field provides the user ID of the grouped usage result. | [optional]
**api_key_id** | Option<**String**> | When `group_by=api_key_id`, this field provides the API key ID of the grouped usage result. | [optional]
**model** | Option<**String**> | ID of the model to use | [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)