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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/reka/types.ts#L15

Properties

input_tokens

TypeScript
input_tokens: number;

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


output_tokens

TypeScript
output_tokens: number;

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

Docs