windmill-api 1.796.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# AiTokenUsageEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**provider** | [**models::AiProvider**]AIProvider.md |  | 
**model** | **String** |  | 
**session_id** | Option<**String**> |  | [optional]
**input_tokens** | Option<**i32**> |  | [optional]
**cache_read_tokens** | Option<**i32**> |  | [optional]
**cache_write_tokens** | Option<**i32**> |  | [optional]
**output_tokens** | Option<**i32**> |  | [optional]
**reported_cost_nano_usd** | Option<**i32**> | only set by providers that bill back an exact figure | [optional]
**requests** | Option<**i32**> |  | [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)