xai
xai/xai-grok-imagine-video-image-to-video/Released Feb 2026

Grok Imagine - Image to Video

Generate videos from images with audio using xAI's Grok Imagine Video model.

Provider
xai
Modality
image-to-video
Released
Feb 2026
Pricing
$0.07 / sec

Ready to build with Grok Imagine - Image to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "xai-grok-imagine-video-image-to-video",
  "prompt": "A cat sitting on a chair",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "resolution": "480p",
  "duration": 6,
  "aspect_ratio": "auto"
}'