Skip to content

Grok 3 Beta

Grok 3 Beta is xAI's full-scale Grok 3 reasoning model. Trained on the Colossus supercomputer, it targets math, science, and coding benchmarks with a context window of 131.1K tokens.

Tool Use
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'xai/grok-3',
prompt: 'Why is the sky blue?'
})