AxBaseAIArgs
Defined in: https://github.com/ax-llm/ax/blob/05ff5bd88d050f7ba85a3fcc6eb0ed2975ad7d51/src/ax/ai/base.ts#L243
Type Parameters
| Type Parameter |
|---|
TModel |
TEmbedModel |
TModelKey |
Properties
| Property | Type |
|---|---|
apiURL? | string |
defaults | Readonly<{ embedModel?: TEmbedModel; model: TModel; }> |
headers | () => Promise<Record<string, string>> |
modelInfo | readonly AxModelInfo[] |
models? | AxAIInputModelList<TModel, TEmbedModel, TModelKey> |
name | string |
options? | Readonly<AxAIServiceOptions> |
supportFor | | AxAIFeatures | (model: TModel) => AxAIFeatures |