Skip to content
Dashboard

Grok 4.5

Grok 4.5 is a SpaceXAI reasoning model built for coding, agentic tasks, and knowledge work, accepting text and image input with selectable low, medium, and high reasoning levels. Your use is subject to SpaceXAI's Terms & Privacy Policies.

ReasoningTool UseImplicit CachingFile InputVision (Image)Web Search
import { streamText } from 'ai'
const result = streamText({
model: 'spacexai/grok-4.5',
prompt: 'Why is the sky blue?'
})
Read docs