Skip to content

Grok 4 Fast Non-Reasoning

Grok 4 Fast Non-Reasoning is the speed-optimized, non-reasoning variant of xAI's Grok 4 Fast. It delivers fast inference without chain-of-thought overhead, tailored for high-throughput applications within a context window of 2M tokens.

Tool UseImplicit Cachingtiered-costVision (Image)File Input
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'xai/grok-4-fast-non-reasoning',
prompt: 'Why is the sky blue?'
})