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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L50

Properties

audioInput

TypeScript
audioInput: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L58


audioOutput

TypeScript
audioOutput: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L59


serviceTiers

TypeScript
serviceTiers: AxServiceTier[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L61

Verified explicit request tiers. auto remains available as the provider-delegated policy.


showThoughts

TypeScript
showThoughts: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L54


structuredOutputs

TypeScript
structuredOutputs: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L55


temperature

TypeScript
temperature: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L56


thinkingBudget

TypeScript
thinkingBudget: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L51


thinkingLevels

TypeScript
thinkingLevels: AxAIModelCatalogThinkingLevel[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L53

Portable Ax thinking levels accepted for this model. Levels may collapse onto the same provider-native value.


topP

TypeScript
topP: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L57

Docs