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

Properties

input_tokens

TypeScript
input_tokens: number;

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


output_tokens

TypeScript
output_tokens: number;

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

Docs