AxAIModelCatalogModelCapabilities
type AxAIModelCatalogModelCapabilities = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L56
Properties
audioInput
audioInput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L64
audioOutput
audioOutput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L65
imageInput?
optional imageInput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L68
imageOutput
imageOutput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L72
pdfInput?
optional pdfInput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L70
serviceTiers
serviceTiers: AxServiceTier[];Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L74
Verified explicit request tiers. auto remains available as the provider-delegated policy.
showThoughts
showThoughts: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L60
structuredOutputs
structuredOutputs: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L61
temperature
temperature: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L62
textInput?
optional textInput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L67
Omitted when the bundled model metadata does not declare exact modalities.
textOutput?
optional textOutput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L71
thinkingBudget
thinkingBudget: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L57
thinkingLevels
thinkingLevels: AxAIModelCatalogThinkingLevel[];Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L59
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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L63
videoInput?
optional videoInput: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/catalog.ts#L69