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
16
# EvalRunPerModelUsageInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**model_name** | **String** | The name of the model. | 
**invocation_count** | **i32** | The number of invocations. | 
**prompt_tokens** | **i32** | The number of prompt tokens used. | 
**completion_tokens** | **i32** | The number of completion tokens generated. | 
**total_tokens** | **i32** | The total number of tokens used. | 
**cached_tokens** | **i32** | The number of tokens retrieved from cache. | 

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