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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**input_tokens** | **i32** | The number of input tokens. | 
**input_tokens_details** | [**models::BatchUsageInputTokensDetails**]Batch_usage_input_tokens_details.md |  | 
**output_tokens** | **i32** | The number of output tokens. | 
**output_tokens_details** | [**models::BatchUsageOutputTokensDetails**]Batch_usage_output_tokens_details.md |  | 
**total_tokens** | **i32** | The total number of tokens used. | 

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