The parameters for creating a Gemini instance.
Readonly[A unique symbol to identify BaseLlm classes.
ReadonlymodelProtected ReadonlyvertexaiStatic ReadonlysupportedA list of model name patterns that are supported by this LLM.
ProtectedtrackingConnects to the Gemini model and returns an llm connection.
LlmRequest, the request to send to the Gemini model.
BaseLlmConnection, the connection to the Gemini model.
Sends a request to the Gemini model.
LlmRequest, the request to send to the Gemini model.
bool = false, whether to do streaming call.
ProtectedgetProtectedgetAppends a user content, so that model can continue to output.
LlmRequest, the request to send to the LLM.
Integration for Gemini models.