AxAIRekaUsage Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIRekaUsage.md type AxAIRekaUsage

AxAIRekaUsage

TypeScript
type AxAIRekaUsage = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/reka/types.ts#L15

Properties

input_tokens

TypeScript
input_tokens: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/reka/types.ts#L16


output_tokens

TypeScript
output_tokens: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/reka/types.ts#L17

Docs