The Vercel AI SDK has updated its @ai-sdk/google and @ai-sdk/google-vertex packages to incorporate support for the Gemini 3.7 Flash model. This addition was noted in patch changes released on August 13 and August 14.
Key Points
- The Gemini 3.7 Flash model has been added to the Vercel AI SDK's Google integration.
- This update is reflected in
@ai-sdk/googleversions 2.0.88 and 3.0.109. - The
@ai-sdk/google-vertexpackage also received this update in versions 3.0.163 and 4.0.182. - The patch changes were released on August 13 and August 14.
Context
According to the Vercel AI SDK changelog, the integration of Gemini 3.7 Flash occurred through specific patch changes. The @ai-sdk/google package received this feature in two distinct updates. Concurrently, the @ai-sdk/google-vertex package also incorporated the Gemini 3.7 Flash model, with its updates explicitly noting dependencies on the corresponding @ai-sdk/google versions.
Why It Matters
This update expands the range of models available to developers using the Vercel AI SDK for Google and Google Vertex. It allows builders to integrate the Gemini 3.7 Flash model into their applications, potentially enabling new capabilities or optimizing existing ones.
What To Do
- Check the Vercel AI SDK documentation for details on integrating Gemini 3.7 Flash.
- Update your
@ai-sdk/googlepackage to version 2.0.88 or 3.0.109. - Update your
@ai-sdk/google-vertexpackage to version 3.0.163 or 4.0.182. - Test applications with the newly supported Gemini 3.7 Flash model.
