Vercel AI SDK Adds Grok 4.7 Model ID Support in xai Provider Patch 3.0.134
Vercel released version 3.0.134 of its @ai-sdk/xai provider package, adding support for a Grok 4.7 model ID. The patch also bumps two internal dependencies, provider-utils and openai-compatible.
Vercel shipped version 3.0.134 of @ai-sdk/xai, the xAI provider package for its AI SDK, adding a model ID reference for "Grok 4.7." The change appears in a single commit labeled feat(xai): add grok 4.7 model ID, part of a routine patch release.
The update also pulls in two dependency bumps: @ai-sdk/provider-utils to version 4.0.52 and @ai-sdk/openai-compatible to version 2.0.76. No other functional changes are listed in the release notes.
What this actually is
This is a patch to Vercel's AI SDK, the open-source toolkit developers use to integrate multiple model providers into JavaScript and TypeScript applications through a unified API. The xai provider package translates AI SDK calls into requests compatible with xAI's API. Adding a model ID string to this package lets developers reference "Grok 4.7" in their code when calling xAI's endpoints through the SDK.
Importantly, this release does not constitute an official model launch from xAI. There is no accompanying announcement from xAI confirming Grok 4.7's specifications, benchmark scores, context window, pricing, or release date. Model IDs are frequently added to SDK packages ahead of or around a provider's own announcement, sometimes even speculatively, to reduce integration lag once a model becomes available via API.
No details on Grok 4.7's parameter count, training cutoff, context window, or pricing per million tokens are available in this changelog or from xAI directly as of this release. Developers attempting to call the model ID through the SDK would need xAI's API to actually support that identifier server-side for requests to succeed.
What this means
For developers using the Vercel AI SDK, this patch means the string identifier for Grok 4.7 is now recognized by the xai provider package, which simplifies future integration once xAI formally exposes the model via its API. It does not confirm that Grok 4.7 is publicly available, fully trained, or benchmarked.
Teams should treat this as an infrastructure update rather than a signal to build production features around Grok 4.7 today. The authoritative source for Grok 4.7's capabilities, pricing, and availability will be xAI's own announcement, not a dependency bump in a third-party SDK. Until xAI publishes specifications, any claims about the model's performance or feature set remain unconfirmed.
Related Articles
Vercel AI SDK Adds Support for Grok 4.7 Model ID in xAI Provider Package
Vercel released version 2.0.95 of its @ai-sdk/xai provider package, a patch update that adds a model identifier for Grok 4.7. The change lets developers targeting xAI models through the Vercel AI SDK reference the new model string in their code.
Vercel AI SDK Patch Adds Grok 4.7 Model ID Support
Vercel released @ai-sdk/xai version 5.0.5, a patch update that adds a model ID for 'grok 4.7' to its xAI provider package. The change lets developers targeting xAI models through the Vercel AI SDK reference the new identifier in their code.
OpenAI Python SDK v3.15.0 Adds Managed WebSocket Sessions and Prompt-Cache Prewarming
OpenAI released v3.15.0 of its Python SDK on September 18, 2026, adding managed Responses WebSocket sessions, prompt-cache prewarming, compaction progress events, and audio-mini model choices. The release also fixes a bug affecting chat stream moderation results.
Cline CLI v3.0.62 Adds Retry Logic, Fixes Checkpoint Stalls, Refreshes Model Catalog to 6,079 Entries
Cline CLI v3.0.62 introduces automatic retry logic for transient provider errors, fixes performance stalls in large workspaces, and refreshes its bundled model catalog from 5,788 to 6,079 models. The release also previews Cline Desktop, a new native app for open-weight models.
Comments
Loading...