Package dev.langchain4j.model.openai
Class OpenAiChatModel
java.lang.Object
dev.langchain4j.model.openai.OpenAiChatModel
- All Implemented Interfaces:
ChatModel
Represents an OpenAI language model with a chat completion interface, such as gpt-4o-mini and o3.
You can find description of parameters here.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenAiChatModel
-
-
Method Details
-
defaultRequestParameters
- Specified by:
defaultRequestParameters
in interfaceChatModel
-
supportedCapabilities
- Specified by:
supportedCapabilities
in interfaceChatModel
-
doChat
-
listeners
-
provider
-
builder
-