langfuse-client 0.1.22

## Authentication Authenticate with the API using [Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication), get API keys in the project settings: - username: Langfuse Public Key - password: Langfuse Secret Key ## Exports - OpenAPI spec: https://cloud.langfuse.com/generated/api/openapi.yml - Postman collection: https://cloud.langfuse.com/generated/postman/collection.json
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** | Option<**i32**> | Number of input units (e.g. tokens) | [optional]
**output** | Option<**i32**> | Number of output units (e.g. tokens) | [optional]
**total** | Option<**i32**> | Defaults to input+output if not set | [optional]
**unit** | Option<[**models::ModelUsageUnit**]ModelUsageUnit.md> |  | [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)