The Vercel AI SDK has introduced support for Google's Gemini 3.7 Flash model. This integration was noted in patch changes for @ai-sdk/gateway@3.0.173, @ai-sdk/google@3.0.109, and @ai-sdk/google@2.0.88, all released on August 14 or August 13. Additionally, the SDK now supports xAI's Grok Imagine Video 1.5 model, as detailed in the @ai-sdk/xai@3.0.121 release.
Key Points
- The Vercel AI SDK now includes support for the Gemini 3.7 Flash model.
- This integration was part of patch changes in
@ai-sdk/gateway@3.0.173and@ai-sdk/google@3.0.109released on August 14. - An earlier release,
@ai-sdk/google@2.0.88on August 13, also added Gemini 3.7 Flash support. - The SDK also supports xAI's Grok Imagine Video 1.5 model.
- Grok Imagine Video 1.5 enables native 1080p resolution for text-to-video and image-to-video.
- Reference-to-video with Grok Imagine Video 1.5 remains capped at 720p, with 1080p requests downgraded.
- The Grok Imagine Video 1.5 integration includes support for up to 3 xAI preset voice IDs for reference audio.
Context
According to the Vercel AI SDK changelog, the @ai-sdk/gateway and @ai-sdk/google packages received updates to incorporate the Gemini 3.7 Flash model. The @ai-sdk/xai package was updated to support the Grok Imagine Video 1.5 model, including specific functionalities for video generation and audio referencing.
Why It Matters
These updates expand the range of advanced AI models available to developers using the Vercel AI SDK, offering new capabilities for text generation and video creation. The addition of Gemini 3.7 Flash provides a new option for Google's models, while Grok Imagine Video 1.5 introduces specific video generation features, including high-resolution output and audio customization.
What To Do
- Check the Vercel AI SDK documentation for details on integrating Gemini 3.7 Flash.
- Explore the
@ai-sdk/xaipackage documentation for features related to Grok Imagine Video 1.5. - Test the 1080p text-to-video and image-to-video capabilities of Grok Imagine Video 1.5.
- Experiment with the
referenceVoiceIdsfeature for custom audio in Grok Imagine Video 1.5 video generations.
