← AI PulseAug 7, 2026

Wire · news · Single-source brief

Vercel AI SDK Adds Grok Build Harness, Video Aspect Ratio Control

The Vercel AI SDK has released updates including a Grok Build harness and new video aspect ratio options for video generation models.

By Illumora Editorial

Source · Aug 7, 2026, 11:36 PM · On Illumora · Aug 7, 2026, 11:47 PM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Vercel AI SDK Changelog — Release @ai-sdk/xai@4.0.33 · vercel/ai
Save

The Vercel AI SDK has introduced new features in its recent updates, including a harness for Grok Build and enhanced control over video aspect ratios. These changes are part of a release managed by the Changesets release GitHub action.

Key Points

  • A Grok Build harness has been added, built on top of the ACP adapter.
  • The ToolLoopAgent now respects timeouts configured in agent settings.
  • Video generation functions now support an aspectRatio option set to 'adaptive'.
  • The aspectRatio parameter for VideoModelV3CallOptions, VideoModelV4CallOptions, and experimental_generateVideo can now be a string like ${number}:${number} or 'adaptive'.
  • Some video models, such as BytePlus Seedance 2.5, derive output aspect ratios from input and may reject explicit width-height values for tasks like first-frame, first-and-last-frame, editing, and extension.

Context

According to the Vercel AI SDK changelog, these updates aim to expand the SDK's capabilities for integrating with different models and managing video generation parameters. The Grok Build harness provides a structured way to interact with that model, while the video aspect ratio feature addresses how various video models handle output dimensions.

Why It Matters

These updates offer developers more flexibility and control when working with specific AI models and video generation tasks. The addition of the Grok Build harness simplifies integration, and the enhanced aspectRatio options allow for better adaptation to the requirements of different video models, potentially reducing errors and improving output quality.

What To Do

  • Developers should review the updated aspectRatio options when using VideoModelV3CallOptions, VideoModelV4CallOptions, or experimental_generateVideo.
  • Note that some video models, like BytePlus Seedance 2.5, may require 'adaptive' aspect ratios for certain tasks.
  • Compare the new Grok Build harness with existing integration methods if working with Grok.
  • Check agent settings for ToolLoopAgent timeouts to ensure proper configuration.

Keep Exploring

/atlas/**grok**-family /atlas/image-models /techniques/output-schema