Skip to content

IRUsage

Defined in: packages/ai.matey.types/src/ir.ts:743

Token usage statistics.

readonly completionTokens: number

Defined in: packages/ai.matey.types/src/ir.ts:752

Tokens in the completion.


readonly optional details: Record<string, unknown>

Defined in: packages/ai.matey.types/src/ir.ts:762

Provider-specific usage details.


readonly promptTokens: number

Defined in: packages/ai.matey.types/src/ir.ts:747

Tokens in the prompt.


readonly totalTokens: number

Defined in: packages/ai.matey.types/src/ir.ts:757

Total tokens (prompt + completion).