TokenWindowTotals
Aggregate token counts for a given window.
| Property | Type | Description |
|---|
tokensIn | number | Prompt tokens consumed during the window. |
tokensOut | number | Completion tokens produced during the window. |
total | number | Combined prompt and completion tokens. |
updatedAt | number | Last time the totals were updated, represented as a UNIX timestamp. |