Class CohereUsage.TokenUsage
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereUsage.TokenUsage
Properties
| Edit this page View SourceInputTokens
Optional. The number of tokens used as input to the model.
Declaration
[JsonProperty("input_tokens")]
public double? InputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
OutputTokens
Optional. The number of tokens produced by the model.
Declaration
[JsonProperty("output_tokens")]
public double? OutputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |