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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/catalog.ts#L33

Properties

audioInput

TypeScript
audioInput: boolean;

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


audioOutput

TypeScript
audioOutput: boolean;

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


showThoughts

TypeScript
showThoughts: boolean;

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


structuredOutputs

TypeScript
structuredOutputs: boolean;

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


temperature

TypeScript
temperature: boolean;

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


thinkingBudget

TypeScript
thinkingBudget: boolean;

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


topP

TypeScript
topP: boolean;

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

Docs