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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L313

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