langfuse-client-base 0.12.0

Auto-generated Langfuse API client from OpenAPI specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Usage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**input** | **i32** | Number of input units (e.g. tokens) | 
**output** | **i32** | Number of output units (e.g. tokens) | 
**total** | **i32** | Defaults to input+output if not set | 
**unit** | Option<**String**> | Unit of measurement | [optional]
**input_cost** | Option<**f64**> | USD input cost | [optional]
**output_cost** | Option<**f64**> | USD output cost | [optional]
**total_cost** | Option<**f64**> | USD total cost, defaults to input+output | [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)