changelog

Vercel AI SDK adds Grok-4.5 support and video reference inputs for xAI provider

TL;DR

Vercel released version 4.0.10 of its xAI SDK provider, adding support for the Grok-4.5 model and introducing video reference inputs for reference-to-video generation. The update extends the existing image reference capability to handle video inputs.

1 min read
0

Vercel released version 4.0.10 of its xAI SDK provider, adding support for xAI's Grok-4.5 model and enabling video reference inputs for generation tasks.

Key Changes

The update adds the Grok-4.5 model ID to the xAI provider, making it accessible through Vercel's AI SDK. This follows xAI's recent release of the Grok-4.5 model series.

The SDK now supports video inputs in the inputReferences parameter, extending beyond the previous image-only capability. This enables reference-to-video generation workflows where developers can use existing video content as a reference for generating new video outputs.

Technical Details

The patch includes three commits:

  • Addition of Grok-4.5 model ID to the xAI provider
  • Video reference input support in inputReferences for reference-to-video generation
  • Dependency updates across the AI SDK stack including @ai-sdk/provider@4.0.3, @ai-sdk/openai-compatible@3.0.7, and @ai-sdk/provider-utils@5.0.7

The video reference feature applies to the broader AI SDK provider system, not exclusively to xAI models.

What This Means

Vercel continues expanding its AI SDK to support newly released models immediately after launch. The Grok-4.5 addition maintains the SDK's position as a model-agnostic abstraction layer for developers building AI applications. The video reference capability suggests increasing demand for video-to-video generation workflows in production applications, though actual model support for this feature depends on the underlying providers' capabilities.

Related Articles

changelog

Vercel AI SDK Adds Support for Grok 4.6 Model IDs and 'xhigh' Reasoning Effort

Vercel released version 4.0.37 of its @ai-sdk/xai package, adding support for Grok 4.6 model IDs and a new 'xhigh' reasoning effort level. The patch update lets developers using the Vercel AI SDK target xAI's newest model IDs directly.

changelog

Vercel AI SDK Adds Support for Grok 4.6 Model IDs and 'xhigh' Reasoning Effort

Vercel released @ai-sdk/xai version 3.0.119, a patch update that adds model IDs for Grok 4.6 and introduces support for an 'xhigh' reasoning effort parameter. The change lets developers using the Vercel AI SDK target xAI's newer model directly through the existing provider interface.

changelog

Cline CLI v3.0.54 Fixes Claude Code Provider Tool-Bridging Bug and Token Telemetry Overcounting

Cline's CLI v3.0.54 release fixes a major bug that made the Claude Code provider unusable for agentic work, along with tool-call JSON truncation handling and token telemetry that was overcounting cache-heavy sessions by roughly 5x. The update also changes how Managed Hub daemons handle version conflicts between multiple Cline installs.

changelog

Vercel AI SDK Adds Support for Grok 4.6 in @ai-sdk/xai 2.0.86 Patch

Vercel shipped @ai-sdk/xai version 2.0.86, a patch release that adds support for Grok 4.6 models in its xAI provider integration. The update lets developers using the Vercel AI SDK route requests to Grok 4.6 without custom API handling.

Comments

Loading...