Skip to content

Grok 4.3

Grok 4.3 is a xAI reasoning model with an improved architecture and a December 2025 knowledge cutoff, matching the scale of Grok 4.20 within a context window of 1M tokens.

ReasoningTool UseImplicit CachingFile InputVision (Image)Web Search
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'xai/grok-4.3',
prompt: 'Why is the sky blue?'
})

Playground

Try out Grok 4.3 by xAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.