About Grok Imagine - Video Edit
Grok Imagine - Video Edit is a video generation model designed for editing existing videos.
It excels in prompt-driven video modifications like object swapping, scene restyling, and character animation, offering native synchronized audio generation (including sound effects, dialogue, and music) alongside visuals at 720p resolution and 24fps, with fast processing times such as 45 seconds for an 8-second clip.
Some other noteworthy capabilities of Grok Imagine - Video Edit include image-to-video generation from static images, support for multiple aspect ratios (e.g., 16:9, 9:16), and outputs up to 15 seconds in duration (with input videos resized to 854x480 and truncated to 8 seconds for editing).
Ready to build with Grok Imagine - Video Edit?
Try Grok Imagine - Video Edit 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.
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-edit-video",
"input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
"prompt": "A cat sitting on a chair",
"resolution": "auto"
}'