Class VertexAiGeminiStreamingChatModel

java.lang.Object
dev.langchain4j.model.vertexai.VertexAiGeminiStreamingChatModel
All Implemented Interfaces:
StreamingChatLanguageModel, Closeable, AutoCloseable

public class VertexAiGeminiStreamingChatModel extends Object implements StreamingChatLanguageModel, Closeable
Represents a Google Vertex AI Gemini language model with a stream chat completion interface, such as gemini-pro. See details here.