Grok 4.3 on AI Gateway

Published: (April 30, 2026 at 03:00 AM EDT)
1 min read
Source: Vercel Blog

Source: Vercel Blog

Overview

Grok 4.3 is now available on the Vercel AI Gateway. The model has a December 2025 knowledge cutoff and a 1 M‑token context window, with improvements in accuracy, tool calling, and instruction following.

Usage

To use Grok 4.3, set the model to xai/grok-4.3 in the AI SDK.

import { streamText } from 'ai';

const result = streamText({
  model: 'xai/grok-4.3',
  prompt: 'Analyze this dataset and summarize the key trends.',
});

Features

  • Knowledge cutoff: December 2025
  • Context window: 1 M tokens
  • Enhanced: accuracy, tool calling, instruction following
  • Unified API: call models, track usage & cost, configure retries, failover, and performance optimizations for higher‑than‑provider uptime
  • Built‑in capabilities:

Resources

0 views
Back to Blog

Related posts

Read more »