Table of Contents

Class Usage

Namespace
AutoGen.Anthropic.DTO
Assembly
AutoGen.Anthropic.dll
public class Usage
Inheritance
Usage
Inherited Members

Properties

CacheCreationInputTokens

[JsonPropertyName("cache_creation_input_tokens")]
public int CacheCreationInputTokens { get; set; }

Property Value

int

CacheReadInputTokens

[JsonPropertyName("cache_read_input_tokens")]
public int CacheReadInputTokens { get; set; }

Property Value

int

InputTokens

[JsonPropertyName("input_tokens")]
public int InputTokens { get; set; }

Property Value

int

OutputTokens

[JsonPropertyName("output_tokens")]
public int OutputTokens { get; set; }

Property Value

int