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

AxModelUsage

TypeScript
type AxModelUsage = object;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/types.ts#L419

Properties

ai

TypeScript
ai: string;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/types.ts#L420


citations?

TypeScript
optional citations: AxCitation[];

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/types.ts#L423


model

TypeScript
model: string;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/types.ts#L421


tokens?

TypeScript
optional tokens: AxTokenUsage;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/types.ts#L422

Docs