Usage

Overview

Usage is a type in Aspose.PDF FOSS for Go.

Usage reports token counts when the provider returns them.

Properties: CompletionTokens, PromptTokens, TotalTokens.

Properties

NameTypeAccessDescription
PromptTokensintRead/WriteGets the prompt tokens.
CompletionTokensintRead/WriteGets the completion tokens.
TotalTokensintRead/WriteGets the total tokens.

See Also