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.
Vercel AI SDK Adds Grok 4.6 Model IDs and 'xhigh' Reasoning Effort
Vercel shipped version 4.0.37 of the @ai-sdk/xai package, a patch release that adds support for Grok 4.6 model IDs and introduces a new "xhigh" reasoning effort setting for xAI's models.
The change, tracked in commit a4d386d, is described in the release notes as: "feat(xai): add the Grok 4.6 model IDs and support its xhigh reasoning effort." The release was published automatically by GitHub Actions on August 12 at 15:54 UTC, one commit ahead of the main branch at time of tagging.
What changed
This is a patch-level update (4.0.37) to the xAI provider package within the Vercel AI SDK monorepo. Patch releases in this package typically add compatibility for new upstream model identifiers or parameters without altering the SDK's public API surface. In this case, the update does two things:
- Registers new model ID strings for Grok 4.6, allowing developers to reference the model directly in
ai-sdkcalls (e.g., viaxai('grok-4.6')-style identifiers). - Adds support for an "xhigh" reasoning effort tier, extending the existing reasoning-effort parameter options that xAI exposes for its Grok reasoning models.
No new benchmark data, pricing, or context window figures accompanied this SDK release. The underlying Grok 4.6 model itself was not detailed in this changelog — this release only concerns the SDK's ability to address and configure it. Specific parameters for Grok 4.6, including context window size, input/output pricing per million tokens, and benchmark scores, have not been disclosed in this release and were not part of xAI's own announcement channels referenced here.
Context
The @ai-sdk/xai package is one of many provider integrations maintained inside Vercel's ai monorepo, which lets developers write model-agnostic code across OpenAI, Anthropic, xAI, Google, and other providers through a unified interface. Reasoning-effort settings — low, medium, high, and now xhigh — let developers trade off latency and cost against how much internal deliberation a reasoning model performs before returning an answer, a pattern xAI has used since earlier Grok reasoning releases.
What this means
This release is infrastructure plumbing, not a model launch. It confirms that xAI has model IDs for something called "Grok 4.6" and that it supports a new, more intensive reasoning tier called "xhigh," but xAI has not published its own detailed model card, pricing, or benchmarks alongside this SDK update. Developers building on the Vercel AI SDK can now target Grok 4.6 in code, but anyone evaluating the model's actual capabilities, cost, and context window will need to wait for xAI's own release documentation.
Related Articles
Vercel AI SDK Patch Adds Support for 'None' Reasoning Effort on GPT-6 Sol and Luna
Vercel released version 4.0.78 of @ai-sdk/openai, a patch that adds support for setting reasoningEffort to 'none' for GPT-6 Sol and Luna models. The update also introduces validation logic that warns on unsupported request-level effort updates and rejects invalid historical ones.
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.
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 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.
Comments
Loading...