Class OpenAiProviderConfig

All Implemented Interfaces:
Describable<AiProviderConfig>, Serializable

public class OpenAiProviderConfig extends AiProviderConfig
OpenAI itself. Deliberately minimal - just a model and a credential - with the API base URL defaulted internally to https://api.openai.com/v1 rather than asked of every user, on the theory that someone choosing "OpenAI" from the provider dropdown almost always means the real OpenAI API. An advanced override is still available for edge cases (a private OpenAI network endpoint, a regional routing layer, etc.) without cluttering the common path.
See Also: