AI Gateway

Sonoma Dusk Alpha

stealth/sonoma-dusk-alpha

This model is no longer in stealth and gets responses from Grok 4 Fast Non-Reasoning–xAI's latest multimodal model with SOTA cost-efficiency and a 2M token context window.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'stealth/sonoma-dusk-alpha',
prompt: 'Why is the sky blue?'
})