The Vercel AI SDK, specifically the @ai-sdk/google package, now supports the Gemini 3.7 Flash model. This update was released on August 13 by github-actions, as noted in the Vercel AI SDK Changelog.
Key Points
- The
@ai-sdk/googlepackage was updated to version 2.0.88. - The update introduces support for the Gemini 3.7 Flash model.
- The change is identified by the patch change ID
df0cbe9. - The
@ai-sdk/google-vertexpackage was also updated to version 3.0.163, reflecting the dependency on@ai-sdk/google@2.0.88.
Context
According to the Vercel AI SDK Changelog, the integration of Gemini 3.7 Flash is a new feature. The update was part of a patch release for both the Google and Google Vertex AI SDK packages.
Why It Matters
This update provides developers using the Vercel AI SDK with access to the Gemini 3.7 Flash model, potentially enabling new capabilities or performance improvements in their applications.
What To Do
- Developers using the Vercel AI SDK should update their
@ai-sdk/googlepackage to version 2.0.88. - Review the Vercel AI SDK documentation for details on integrating Gemini 3.7 Flash.
- Test existing applications with the new model to assess compatibility and performance.
