axGetSupportedAIModels
function axGetSupportedAIModels(options?: Readonly<AxAIModelCatalogOptions>): AxAIModelCatalogProvider[];Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/catalog.ts#L466
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
| Parameter | Type |
|---|---|
options? | Readonly<AxAIModelCatalogOptions> |