AxBaseAIArgs
Defined in: https://github.com/ax-llm/ax/blob/d2df625e2c2fd70a090d6321c042579c2819f0d1/src/ax/ai/base.ts#L118
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 |