Skip to main content

Module gemini

Module gemini 

Source

Structs§

GeminiEmbeddingModel
Embedding model backed by the Gemini batch embedding API.
GeminiGeneratorModel
Text generation model backed by the Gemini generateContent API.
GeminiMultimodalEmbeddingModel
Multimodal embedding model backed by Gemini Embedding 2’s batchEmbedContents endpoint with multimodal parts.
RemoteGeminiProvider
Remote provider that calls the Google Gemini API for embedding (batchEmbedContents) and text generation (generateContent).