
Tech • AI • Robotics
Google DeepMind has launched Gemini Embedding 2, a multimodal model that unifies text, images, audio, video, and documents into a single embedding space for search and AI workflows.
Gemini Embedding 2 directly maps multiple data types—including text, images, audio, video, and documents—into a shared vector space. This enables systems to compare and retrieve information across formats without converting everything into text, improving both accuracy and efficiency.
The model supports combining different modalities in a single request, such as pairing an image with descriptive text or audio. These inputs are merged into one composite embedding, simplifying system design and reducing the need for separate processing pipelines.
The model handles more than 100 languages out of the box. This allows developers to build global applications without additional translation layers, maintaining semantic consistency across languages and media types.
Using Matryoshka representation learning, the model prioritizes key semantic information in early vector dimensions. Developers can choose between the default 3,072 dimensions or smaller sizes like 1,536 or 768, balancing performance, storage costs, and search latency while preserving quality.
The system sets new performance standards across multimodal tasks, outperforming leading models in text, image, and video benchmarks while adding speech understanding. This positions it as a strong foundation for advanced AI retrieval systems.
The model is designed as a backbone for multimodal retrieval-augmented generation (RAG) and agent-based systems. It enables querying across mixed data sources—such as video libraries, meeting recordings, and documents—within a single unified framework.
Gemini Embedding 2 is tuned for multiple applications, including semantic search, question answering, classification, clustering, code retrieval, and fact-checking. Task-specific prompting guidance is provided to improve performance in each area.
Developers can perform similarity search across modalities, such as retrieving images from text queries or matching audio clips to visual content. For example, a query like “animal” can return relevant images, while an image input can retrieve visually or semantically similar items.
The model is available via the Gemini API and the Gemini Enterprise Agent Platform. Implementation requires minimal code, with support for direct embedding of raw files like images, audio, and PDFs using standard SDKs.
Gemini Embedding 2 represents a significant step toward unified multimodal AI systems, enabling more efficient search, retrieval, and agent workflows across diverse data types.
Explain this