changelog

Vercel AI SDK Adds Support for Gemini Embedding 2 and Deep Research Models

TL;DR

Vercel released version 4.0.0-canary.75 of its AI SDK Google package on May 30, adding support for three new Google models: gemini-embedding-2, deep-research-max-preview-04-2026, and deep-research-preview-04-2026. The update enables developers to integrate Google's latest embedding and deep research capabilities into applications built with the Vercel AI SDK.

2 min read
0

Vercel AI SDK Adds Support for Gemini Embedding 2 and Deep Research Models

Vercel released version 4.0.0-canary.75 of its AI SDK Google package on May 30, 2025, adding support for three new Google models: gemini-embedding-2, deep-research-max-preview-04-2026, and deep-research-preview-04-2026.

The update is a patch release in the 4.0.0 canary series and includes support for both the standard Google AI and Google Vertex AI implementations.

New Models

The three models added in this release:

  • gemini-embedding-2: Google's second-generation embedding model for text representation and semantic search
  • deep-research-max-preview-04-2026: A preview version of Google's deep research model, with the "max" designation suggesting enhanced capabilities
  • deep-research-preview-04-2026: The standard preview version of Google's deep research model

The "04-2026" version tag indicates these are April 2026 preview snapshots, though the naming convention suggests they are forward-dated model identifiers rather than current releases.

Google has not publicly announced these deep research models, and the "preview" designation in the model names indicates they are early-access versions. Pricing and benchmark data are not yet disclosed.

SDK Integration

The Vercel AI SDK provides a unified interface for developers to integrate multiple AI providers into their applications. This update allows developers using the SDK to access Google's latest models through both direct Google AI API calls and Google Cloud's Vertex AI platform.

The canary release tag indicates this is a pre-release version intended for testing and early adoption, not yet recommended for production use.

What This Means

This SDK update reveals Google is developing dedicated "deep research" models, likely designed for complex analytical tasks requiring extended reasoning or comprehensive information synthesis. The dual-tier approach (standard and "max") mirrors Google's existing Gemini lineup strategy. Developers building with the Vercel AI SDK gain early access to these capabilities, though production deployment should wait for stable releases with published pricing and performance metrics.

Comments

Loading...