The Vercel AI SDK has received several updates, as detailed in its changelog. These include improvements to the xAI provider, new model integrations, and enhancements to the sandbox environment. The @ai-sdk/xai@4.0.39 release, dated August 14, addresses how video moderation blocks and missing URLs are handled, changing them from throwing errors to reporting an error status.
Separately, the @ai-sdk/xai@3.0.121 release introduced support for the Grok Imagine Video 1.5 model, enabling native 1080p resolution for text-to-video and image-to-video generation. This update also added functionality for reference audio in reference-to-video, allowing up to 3 xAI preset voice IDs to be passed and referenced within prompts. The @ai-sdk/google@3.0.109 release, also on August 14, added the Gemini 3.7 Flash model. Concurrently, the @ai-sdk/sandbox-vercel@1.0.72 release, dated August 14, introduced support for request transformations in its network sandbox abstraction, facilitating credential brokering.
Key Points
- The @ai-sdk/xai@4.0.39 release on August 14 changed video moderation blocks and missing URLs to report an error status instead of throwing an error.
- The @ai-sdk/xai@3.0.121 release added support for the Grok Imagine Video 1.5 model.
- Grok Imagine Video 1.5 now supports native 1080p 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 and a warning issued.
- The @ai-sdk/xai@3.0.121 release added support for up to 3 xAI preset voice IDs for reference audio in reference-to-video.
- The @ai-sdk/google@3.0.109 release on August 14 integrated the Gemini 3.7 Flash model.
- The @ai-sdk/sandbox-vercel@1.0.72 release on August 14 introduced request transformations in the network sandbox for credential brokering.
Context
According to the Vercel AI SDK Changelog, the xAI provider updates enhance error handling for video moderation and missing URLs, aiming for more robust application behavior. The addition of Grok Imagine Video 1.5 expands the SDK's video generation capabilities, particularly with high-resolution output for certain modes and new audio referencing features. The integration of Gemini 3.7 Flash provides developers with access to a new model from Google. The sandbox improvements facilitate more secure and flexible handling of credentials within the development environment.
Why It Matters
These updates provide developers using the Vercel AI SDK with enhanced capabilities and improved error handling for xAI models, access to new models like Gemini 3.7 Flash, and more robust development tools through the sandbox. Builders can leverage these changes to create more sophisticated AI-powered applications, particularly in video generation and multimodal interactions, while benefiting from clearer error reporting and improved credential management.
What To Do
- Review the @ai-sdk/xai@4.0.39 changelog entry to understand the updated error reporting for video moderation and missing URLs.
- Test the Grok Imagine Video 1.5 model's 1080p text-to-video and image-to-video capabilities, noting the 720p cap for reference-to-video.
- Experiment with the new reference audio feature for Grok Imagine Video 1.5 using xAI preset voice IDs.
- Explore the integration of the Gemini 3.7 Flash model within your applications.
- Investigate the new request transformation features in the @ai-sdk/sandbox-vercel@1.0.72 release for credential brokering.
Keep Exploring
/atlas/**gemini**-family /atlas/**grok**-family /techniques/multimodal-grounding /studio?pack=foundation
