IRUsage
Defined in: packages/ai.matey.types/src/ir.ts:743
Token usage statistics.
Properties
Section titled “Properties”completionTokens
Section titled “completionTokens”
readonlycompletionTokens:number
Defined in: packages/ai.matey.types/src/ir.ts:752
Tokens in the completion.
details?
Section titled “details?”
readonlyoptionaldetails:Record<string,unknown>
Defined in: packages/ai.matey.types/src/ir.ts:762
Provider-specific usage details.
promptTokens
Section titled “promptTokens”
readonlypromptTokens:number
Defined in: packages/ai.matey.types/src/ir.ts:747
Tokens in the prompt.
totalTokens
Section titled “totalTokens”
readonlytotalTokens:number
Defined in: packages/ai.matey.types/src/ir.ts:757
Total tokens (prompt + completion).