Class OpenAiStreamingChatModel

java.lang.Object
dev.langchain4j.model.openai.OpenAiStreamingChatModel
All Implemented Interfaces:
StreamingChatLanguageModel

public class OpenAiStreamingChatModel extends Object implements StreamingChatLanguageModel
Represents an OpenAI language model with a chat completion interface, such as gpt-4o-mini and o3. The model's response is streamed token by token and should be handled with StreamingResponseHandler. You can find description of parameters here.