AI Gateway

/

Grok 3 Fast Beta

Grok 3 Fast Beta by xAI

xAI's flagship model that excels at enterprise use cases like data extraction, coding, and text summarization. Possesses deep domain knowledge in finance, healthcare, law, and science. The fast model variant is served on faster infrastructure, offering response times that are significantly faster than the standard. The increased speed comes at a higher cost per output token.

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