# UsageByModel
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**model** | Option<**String**> | | [optional]
**input_usage** | **i32** | Total number of generation input units (e.g. tokens) |
**output_usage** | **i32** | Total number of generation output units (e.g. tokens) |
**total_usage** | **i32** | Total number of generation total units (e.g. tokens) |
**count_traces** | **i32** | |
**count_observations** | **i32** | |
**total_cost** | **f64** | Total model cost in USD |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)