AxAIOpenAIBaseArgs
Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/api.ts#L177
Type Parameters
Properties
| Property | Type |
|---|
apiKey | string |
apiURL? | string |
chatReqUpdater? | ChatReqUpdater<TModel, TChatReq> |
chatRespProcessor? | ChatRespProcessor |
chatStreamRespProcessor? | ChatStreamRespProcessor |
config | Readonly<AxAIOpenAIConfig<TModel, TEmbedModel>> |
modelInfo | readonly AxModelInfo[] |
models? | AxAIInputModelList<TModel, TEmbedModel, TModelKey> |
options? | Readonly<AxAIServiceOptions & object> |
realtime? | RealtimeAdapter<TModel> |
supportFor | | AxAIFeatures | (model: TModel) => AxAIFeatures |