AxAIModelCatalogModelCapabilities
type AxAIModelCatalogModelCapabilities = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L50
Properties
audioInput
audioInput: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L58
audioOutput
audioOutput: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L59
serviceTiers
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
showThoughts: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L54
structuredOutputs
structuredOutputs: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L55
temperature
temperature: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L56
thinkingBudget
thinkingBudget: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L51
thinkingLevels
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
topP: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L57