News · Google makes Gemini Embedding 2 generally available across text, image, video and audio
Google makes Gemini Embedding 2 generally available across text, image, video and audio
The natively multimodal embedding model moves from preview to production through the Gemini API and Gemini Enterprise Agent Platform.
What Google actually shipped
Google announced that Gemini Embedding 2 is now generally available, available through both the Gemini API and the Gemini Enterprise Agent Platform. The model was previously in a preview phase, and Google describes this step as offering the stability and optimizations needed to move projects into production.
The defining characteristic Google emphasizes is that the embeddings are natively multimodal. Rather than pairing a text embedding model with a separate image or audio model, Gemini Embedding 2 is presented as one system that can search and reason across text, image, video and audio data.
These projects demonstrated the need for systems that can search and reason across text, image, video and audio data, which previously required complex, fragmented pipelines.Montana Labs
The pipeline consolidation Google is targeting
The most concrete claim in the announcement is about what this replaces: fragmented pipelines. Teams building cross-modal search today typically stitch together multiple embedding models, normalize their outputs, and reconcile vectors that were never trained to share a space. Google's framing is that a single native model removes that reconciliation work.
Google cites two categories of prototypes built during preview — advanced e-commerce discovery engines and efficient video analysis tools. Both are workloads where a query in one modality needs to retrieve results in another: a text query against product images, or search across the visual and audio content of video. Those are exactly the cases where separate per-modality embeddings force awkward glue code.
What the announcement leaves unstated
The post is short on the details production teams will need to evaluate the move. It names no embedding dimensions, no benchmark scores, no latency or cost figures, and no context limits per modality. It also does not specify how the preview version differs from the GA release beyond the general language of stability and optimizations.
Google notes that the model is a core technology powering many of its own products, which is a signal of internal validation rather than a published metric. For anyone deciding whether to re-embed an existing corpus, the practical questions — migration cost, how a unified vector space compares to their current stack on retrieval quality — are not answered here and will have to be tested directly.
The bet a single vector space makes
The specific implication of this release is that Google is asking teams to standardize their retrieval layer on one shared embedding space rather than a per-modality collection. That is an attractive simplification for anyone maintaining multimodal search, but it also concentrates a foundational dependency: the embedding model becomes a hard interface that indexes, retrieval quality, and downstream agents all sit on top of.
Delivering it through both the Gemini API and the Gemini Enterprise Agent Platform makes clear the intended endpoint is agent workflows, where a single retrieval substrate across modalities is more useful than several. The consolidation is real and worth prototyping against — but the decision to adopt it is a decision to re-embed against a Google-controlled interface, and that trade is best made after measuring it on your own data.
Find this story relevant to you?
Contact us to find a unique solution
Need an AI engineering partner that can actually build?
We help businesses integrate AI, build AI-powered products, automate high-value workflows, and modernize the software systems behind them.
Related reading
More analysis around product delivery, operational AI, and the systems work that makes deployment hold up in reality.