axGetSupportedAIModels Generated TypeScript API reference. typescript api api/reference build/apidocs/Function.axGetSupportedAIModels.md function axGetSupportedAIModels

axGetSupportedAIModels

TypeScript
function axGetSupportedAIModels(options?: Readonly<AxAIModelCatalogOptions>): AxAIModelCatalogProvider[];

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

Returns the static Ax AI provider/model catalog.

The catalog is built from bundled Ax metadata and does not fetch live provider pricing. Dynamic providers can support arbitrary user-selected models or deployments, so their model lists are intentionally empty or static-limited.

Parameters

ParameterType
options?Readonly<AxAIModelCatalogOptions>

Returns

AxAIModelCatalogProvider[]

Docs