xai/xai-grok-imagine-video-1-5-image-to-video/Released May 2026

Grok Imagine Video 1.5 - Image to Video

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

Commercial use
Provider
xai
Modality
image-to-video
Released
May 2026
Pricing
$0.07 / sec

Ready to build with Grok Imagine Video 1.5 - Image to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "xai-grok-imagine-video-1-5-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": "720p",
  "duration": 5
}'