About Grok Imagine Video 1.5 - Image to Video
Generate videos from images with audio using xAI's Grok Imagine 1.5 Video model.
Ready to build with Grok Imagine Video 1.5 - Image to Video?
Try Grok Imagine Video 1.5 - Image to Video in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/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
}'