UsageDetails interface
Usage details.
Properties
| audio |
The hours of audio processed. |
| contextualization |
The number of contextualization tokens consumed for preparing context, generating confidence scores, source grounding, and output formatting. |
| document |
The number of document pages processed at the basic level. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page. |
| document |
The number of document pages processed at the minimal level. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page. |
| document |
The number of document pages processed at the standard level. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page. |
| tokens | The number of LLM and embedding tokens consumed, grouped by model (ex. GTP 4.1) and type (ex. input, cached input, output). |
| video |
The hours of video processed. |
Property Details
audioHours
The hours of audio processed.
audioHours?: number
Property Value
number
contextualizationTokens
The number of contextualization tokens consumed for preparing context, generating confidence scores, source grounding, and output formatting.
contextualizationTokens?: number
Property Value
number
documentPagesBasic
The number of document pages processed at the basic level. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page.
documentPagesBasic?: number
Property Value
number
documentPagesMinimal
The number of document pages processed at the minimal level. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page.
documentPagesMinimal?: number
Property Value
number
documentPagesStandard
The number of document pages processed at the standard level. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page.
documentPagesStandard?: number
Property Value
number
tokens
The number of LLM and embedding tokens consumed, grouped by model (ex. GTP 4.1) and type (ex. input, cached input, output).
tokens?: Record<string, number>
Property Value
Record<string, number>
videoHours
The hours of video processed.
videoHours?: number
Property Value
number