Shorthand for sdkOptions.apiKey; setting both is a ConfigError.
packages/openai/dist/index.d.ts
baseURL?
string
Shorthand for sdkOptions.baseURL; setting both is a ConfigError.
packages/openai/dist/index.d.ts
client?
OpenAI | OpenAiClientLike
A preconstructed client instead of the construction options above (combining them is a ConfigError): the official OpenAI instance (production; it must be constructed with maxRetries: 0) or a structural OpenAiClientLike mock (tests).
packages/openai/dist/index.d.ts
sdkOptions?
OpenAiSdkOptions
Official SDK construction options; see OpenAiSdkOptions.