AxAIModelCatalogProvider
type AxAIModelCatalogProvider = object;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L64
Properties
defaultEmbedModel?
optional defaultEmbedModel: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L68
defaultModel?
optional defaultModel: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L67
displayName
displayName: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L66
isDynamic
isDynamic: boolean;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L69
models
models: AxAIModelCatalogModel[];Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L70
name
name: AxAIModelCatalogProviderName;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/catalog.ts#L65