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

AxAIModelCatalogModelCapabilities

TypeScript
type AxAIModelCatalogModelCapabilities = object;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L33

Properties

audioInput

TypeScript
audioInput: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L39


audioOutput

TypeScript
audioOutput: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L40


showThoughts

TypeScript
showThoughts: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L35


structuredOutputs

TypeScript
structuredOutputs: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L36


temperature

TypeScript
temperature: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L37


thinkingBudget

TypeScript
thinkingBudget: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L34


topP

TypeScript
topP: boolean;

Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L38

Docs