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