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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accepted_prediction_tokens** | Option<**i32**> | When using Predicted Outputs, the number of tokens in the prediction that appeared in the completion.  | [optional]
**audio_tokens** | Option<**i32**> | Audio input tokens generated by the model. | [optional]
**reasoning_tokens** | Option<**i32**> | Tokens generated by the model for reasoning. | [optional]
**rejected_prediction_tokens** | Option<**i32**> | When using Predicted Outputs, the number of tokens in the prediction that did not appear in the completion. However, like reasoning tokens, these tokens are still counted in the total completion tokens for purposes of billing, output, and context window limits.  | [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)