xai
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.

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

Ready to build with Grok Imagine - Video Edit?

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-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"
}'