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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total_tokens** | Option<**i32**> | The total number of tokens in the Response including input and output  text and audio tokens.  | [optional]
**input_tokens** | Option<**i32**> | The number of input tokens used in the Response, including text and  audio tokens.  | [optional]
**output_tokens** | Option<**i32**> | The number of output tokens sent in the Response, including text and  audio tokens.  | [optional]
**input_token_details** | Option<[**models::RealtimeResponseUsageInputTokenDetails**]RealtimeResponse_usage_input_token_details.md> |  | [optional]
**output_token_details** | Option<[**models::RealtimeBetaResponseUsageOutputTokenDetails**]RealtimeBetaResponse_usage_output_token_details.md> |  | [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)