Class VertexAiGeminiStreamingChatModel

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

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