Seedance 2.5 is live — 30-second cinematic video with native audio & real-person references

Grok Imagine Video 1.5 — Image-to-Video with Native Audio

Grok Imagine Video 1.5 turns a single reference image into a realistic short clip with synchronized audio. xAI's image-to-video model delivers lifelike motion, strong prompt adherence, and consistent identity at 480p or 720p, 1 to 15 seconds.

Highlights
1–15 s · 480p / 720p · native audio
Best for
UGC ads, image animation, socials
Input
Text, plus one reference image
Output
Video with audio (mp4)
Input

optional · up to 4096 chars

upload 11

playground-input.png

1 file added

https://file.deepytb.com/landing/grok-imagine-video-1-5/playground-input.png
1/1 file

required · 1 image · public URL only

default auto

default 480p

8

1 to 15 · default 8

default on

Result

Try one of these prompts

What is the Grok Imagine Video 1.5 API?

Grok Imagine Video 1.5 is xAI's image-to-video model: send exactly one reference image and it animates that frame into a clip with natively generated, synchronized audio. Clips run 1 to 15 seconds at 480p or 720p, and an optional prompt of up to 4,096 characters directs the motion, camera, dialogue and sound. reAPI serves two channels — Official (prompt required, 6 to 15 seconds, three aspect ratios, audio toggle) and Beta (optional prompt, auto plus seven ratios) — each billed per second at its own 480p / 720p rate.

What you can build with this model

Real-world workflows and production use cases you can build and ship with this model.

Animate a still with Grok Imagine Video 1.5

Pass one reference image and an optional motion prompt. Grok Imagine Video 1.5 returns a 1 to 15 second clip with lifelike movement and synchronized audio — identity, face, and silhouette stay consistent from the first frame to the last.

Generate a clip

Short-form social video with native sound

Turn product shots, portraits, and posters into TikTok, Reels, and Shorts content. Grok Imagine Video 1.5 generates the motion and the audio together in one request, so there is no separate voice, music, or sound-effects pass to wire up.

Marketing and ad creatives at scale

Automate promo clips and campaign assets from a single source frame. Grok Imagine Video 1.5 keeps the subject on-model across shots and renders realistic lighting and camera moves, so batch output stays usable straight out of the call.

Pricing

Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.

First test cost
$0.2200 credits

One 5-second sample at the cheapest tier.

Testing budget guide
Add credits
$10
≈ 50 tests
$50
≈ 250 tests
$100
≈ 500 tests
ModelCategoryPrice
Official480p
$0.04
40 credits · 1 second
720p
$0.08
80 credits · 1 second
Grok Imagine Video 1.5480p
$0.084
84 credits · 1 second
720p
$0.144
144 credits · 1 second

Why reAPI

Image-to-video that holds identity

Grok Imagine Video 1.5 animates from one reference image while keeping face, body, and silhouette consistent across the clip. Real skin texture and natural motion, no morphing or clones — built for believable live-action results.

Native synchronized audio

Grok Imagine Video 1.5 generates video and audio together in a single workflow — dialogue, sound effects, ambient room tone, and music — so you skip the separate audio-generation and post-production steps entirely.

Simple per-second pricing

Grok Imagine Video 1.5 bills per second by resolution, with no subscription. The cost scales linearly with the duration parameter, and failed jobs refund automatically — you only pay for clips that succeed.

Grok Imagine Video 1.5 vs Seedance 2.0

Both turn images into short clips on reAPI. Grok Imagine Video 1.5 focuses on image-to-video realism with native synchronized audio; Seedance 2.0 spans more input modes and a higher resolution tier. Here is how the two compare on publicly documented behavior.

Capability
Grok Imagine Video 1.5 on reAPI
Seedance 2.0
Primary mode
Image-to-video from one reference image, with strong identity and motion adherence.
Text, image, first/last frame, and multi-modal reference inputs on one endpoint.
Native audio
Generates synchronized audio together with the video in a single call.
Optional generated audio track via a request flag.
Resolution range
480p and 720p, selectable per request.
480p, 720p, and 1080p.
Duration
1 to 15 seconds per clip.
4 to 15 seconds per clip.
Pricing model
Pay-as-you-go per second by resolution; no subscription required.
Pay-as-you-go per second by resolution and reference mode.
Integration
One REST endpoint, submit-and-poll, OpenAI-style API key — the same pattern as every reAPI model.
Same submit-and-poll pattern and API key on reAPI.

Comparison reflects publicly documented behavior at the time of writing. Model behavior and pricing can change; check the pricing card above and the API docs for current values.

Ship Grok Imagine Video 1.5 in three steps

  1. step 01

    Create an API key

    Sign up and grab a key from the dashboard. Free credits cover your first Grok Imagine Video 1.5 calls — no card required.

    Open
  2. step 02

    Submit a video task

    POST to /api/v1/videos/generations with model = grok-imagine-video-1.5-beta and one image_urls entry. Grok Imagine Video 1.5 returns a task ID immediately.

    Open
  3. step 03

    Poll the result

    GET /api/v1/tasks/:id until status is completed, then download the Grok Imagine Video 1.5 output clip and ship it.

    Open
docs/api/grok-imagine-video-1-5

API reference

Drop-in code and the full parameter table.

curl -X POST https://reapi.ai/api/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "grok-imagine-video-1.5-beta",
    "prompt": "A dog running on a sunlit beach, slow-motion",
    "image_urls": ["https://example.com/source.jpg"],
    "resolution": "720p",
    "duration": 8
  }'

Parameter validation failed

Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.

Authentication or balance issue

401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.

Content or material rejected

Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.

Task failed or timed out

A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.

Frequently asked questions

Common questions about this model.

Grok Imagine Video 1.5 is xAI's async image-to-video model on reAPI. It turns a single reference image into a realistic short clip with native synchronized audio, billed per second of output.

start building

Ready to ship?

Try it in the playground or grab an API key to integrate now.