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

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