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

Properties

audioInput

TypeScript
audioInput: boolean;

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


audioOutput

TypeScript
audioOutput: boolean;

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


imageInput?

TypeScript
optional imageInput: boolean;

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


imageOutput

TypeScript
imageOutput: boolean;

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


pdfInput?

TypeScript
optional pdfInput: boolean;

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


serviceTiers

TypeScript
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

TypeScript
showThoughts: boolean;

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


structuredOutputs

TypeScript
structuredOutputs: boolean;

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


temperature

TypeScript
temperature: boolean;

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


textInput?

TypeScript
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?

TypeScript
optional textOutput: boolean;

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


thinkingBudget

TypeScript
thinkingBudget: boolean;

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


thinkingLevels

TypeScript
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

TypeScript
topP: boolean;

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


videoInput?

TypeScript
optional videoInput: boolean;

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

Docs