xai/xai-grok-imagine-video-edit-video/Released Feb 2026
Grok Imagine - Video Edit
Video editing model for prompt-driven modifications like object swapping, scene restyling, and character animation with synced native audio.
Commercial use
Provider
xai
Modality
video-to-video
Released
Feb 2026
Pricing
$0.08 / sec
bash
curl -sSf -X POST https://dev.hub.oxen.ai/api/videos/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "xai-grok-imagine-video-edit-video",
"prompt": "A cat sitting on a chair",
"input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
"aspect_ratio": "auto"
}'