Class GoogleAiGeminiBatchEmbeddingModel

java.lang.Object
dev.langchain4j.model.googleai.GoogleAiGeminiBatchEmbeddingModel
All Implemented Interfaces:
BatchEmbeddingModel

@Experimental public final class GoogleAiGeminiBatchEmbeddingModel extends Object implements BatchEmbeddingModel
Batch embedding model for Google AI Gemini.

Provides asynchronous batch processing for generating embeddings from multiple text segments at reduced cost (50% of standard pricing) with a 24-hour turnaround SLO.

Implements BatchEmbeddingModel for unified batch processing of embedding requests.

See Also: