Grok Imagine Video 1.5
What is Grok Imagine Video 1.5?
Grok Imagine Video 1.5 is xAI's current Grok Imagine Video model. It replaces the original Grok Imagine Video generate endpoint with the same text-to-video and image-to-video flows, plus native synchronized audio, clips up to 30 seconds, and up to 7 reference images per call. Pass prompt alone for text-to-video, or add image_urls when you want a still to drive the opening frame or lock composition. Sound effects, ambient audio, music, and lip-synced dialogue generate in the same pass as the picture.
Key features of Grok Imagine Video 1.5
Text-to-video and image-to-video on one endpoint
Pass `prompt` alone for text-to-video. Add up to 7 `image_urls` for image-to-video or reference-guided composition. Same code path for both flows.
Native audio in the same pass
Sound effects, ambient beds, music, and lip-synced dialogue generate with the video and stay timed to the action. No separate audio edit or second model call.
Up to 30 seconds per clip
Duration runs from 1 to 30 seconds. Shorter 5-to-8-second clips stay the most stable; 30-second cuts work for longer ad spots and social sequences.
Glass, water, and held composition
From one abstract render, glossy surfaces flow and refract as the shape deforms. Translucent materials and accurate reflection are where many video models break.
Best for
Text-to-video social ads
Generate a 9:16 or 16:9 clip from a prompt alone, with a matching music bed and sound effects baked into the same pass.
Product photo to motion ad
Pass a packaging or hero shot as a reference image and animate it into a short clip with synced audio for paid social.
Talking character clips
Turn a portrait into a lip-synced scene where the subject speaks a short line, with dialogue timed to the motion.
Multi-reference brand spots
Lock product, talent, and background with up to 7 reference images while the prompt drives camera and sound.
Short-form social clips
Reels, TikTok, and Shorts where audio and picture must match, generated together without a separate mix.
Longer 30-second cuts
Ad spots and trailer beats that need more than the 10-second ceiling on the original Grok Imagine Video model.
Use cases
Run text-to-video when you only have a brief. A social team can prompt a 9:16 street scene with footsteps, breathing, and distant traffic in one call, no reference images required. For image-to-video, start with a clean still and let the prompt say what moves: a cosmetics brand can pass a packaging shot and get a presenter clip with products locked in frame, or a studio can animate a glass render so surfaces ripple and refract. With up to seven references, you can separate product, talent, and background while the prompt handles camera and audio. The 30-second ceiling and 24 fps make it a fit for ad spots, trailers, and social cuts rather than long-form video.
Limitations
Negative prompts are ignored, so you describe what you want rather than what to avoid. Output tops out at 720p. Longer 30-second clips are more prone to artifacts than 5-to-8-second clips. Video extension still runs on the separate Grok Imagine Video Extend endpoint, not on this model.
Grok Imagine Video 1.5 vs Grok Imagine Video
Grok Imagine Video 1.5 replaces the original Grok Imagine Video generate model. Both cover text-to-video and image-to-video, but 1.5 adds native synchronized audio, raises the per-clip duration from 10 to 30 seconds, and accepts up to 7 reference images instead of one optional still. The original model still handles Extend through its dedicated endpoint. Pick 1.5 when the clip needs sound baked in or a longer single pass; keep the original route only when you need Extend on an existing task_id.
API examples
Call Grok Imagine Video 1.5 from any language by POSTing to /v1/tasks. Full parameter docs live at docs.unifically.com/models/video/xai/grok-imagine-1.5-video.
curl -X POST https://api.unifically.com/v1/tasks \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "xai/grok-imagine-1.5-video",
"input": {
"prompt": "A handheld tracking shot follows a skateboarder down a sunny street. He looks into the camera and says, Keep rolling. AUDIO: wheels on pavement, light wind, distant traffic.",
"aspect_ratio": "16:9",
"duration": 6,
"resolution": "720p"
}
}'
Successful submission returns a task_id. Poll GET /v1/tasks/<task_id> or set a callback_url on the request to receive the finished video URL.
FAQs
People also ask
It is xAI's current Grok Imagine Video model. Pass a prompt alone for text-to-video, or add up to 7 reference images for image-to-video. Output includes native synchronized audio in the same pass.
Yes. Pass prompt alone for text-to-video. Add up to 7 image_urls when you want image-to-video or reference-guided composition.
Up to 7 image_urls per request. Use them as the opening frame for image-to-video, or to lock subject, style, and composition while the prompt drives motion and sound.
Yes. Sound effects, ambient audio, music, and lip-synced dialogue are generated in the same pass as the video and stay timed to the action. No second audio step.
From 1 to 30 seconds, with a default of 6. Shorter clips are the most stable; longer 30-second clips work but can show more artifacts.
480p or 720p at 24 frames per second. You set the resolution per generation, and 720p is the ceiling.
Auto plus eight fixed ratios, 16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, and 21:9. Auto is the default.
Grok Imagine Video 1.5 replaces the original Grok Imagine Video generate model. Same text-to-video and image-to-video flows, with native audio, up to 30 seconds per clip, and up to 7 reference images instead of one optional still.