AxAIOpenAIBaseArgs
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/api.ts#L184
Type Parameters
Properties
| Property | Type | Description |
|---|
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> | - |
promptCaching? | boolean | Opt in to OpenAI prompt caching on GPT-5.6+ models. Off by default because this request builder is shared: Azure OpenAI is typed on the same model enum, so a gpt-5.6-* deployment would otherwise pick up parameters its API version may reject. Only AxAIOpenAI sets it today. |
realtime? | RealtimeAdapter<TModel> | - |
supportFor | | AxAIFeatures | (model: TModel) => AxAIFeatures | - |