8news

Tech • AI • Robotics

VIDEO
ENFR
TodayShortsTop StoriesYour topicFor youTopicsAll videosYT channelsArchivesSearchFavorites

Building with Gemini Embedding 2: Our first natively multimodal embedding model

8/10
GoogleGoogle for DevelopersApril 30, 2026 at 07:00 PM11:12
Audio player
0:00 / 0:00

TL;DR

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.

KEY POINTS

Unified multimodal embeddings

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.

Interleaved input capability

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.

Multilingual support

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.

Flexible vector size with Matryoshka learning

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.

Benchmark-leading performance

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.

Core use cases in retrieval and agents

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.

Broad task optimization

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.

Cross-modal search capabilities

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.

Developer accessibility

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.

CONCLUSION

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
Full transcript

More from Google