Seedance 2.5 from ByteDance is officially available on Apiframe.
Video

Grok Imagine Video 1.5 API

by xAI

xAI image-to-video with sharper motion and physics.

Animate any still into cinematic video with xAI's newest Grok Imagine model. A single REST endpoint, async jobs, and webhooks, with no separate xAI account to manage.

15s
Max clip length
8
Aspect ratios
~180s
Avg. generation
144 credits
From
Video · example

Playground

Try Grok Imagine Video 1.5 right here.

model: grok-imagine-video-1.5
Media inputs
Estimated cost 144–360 credits · $1.44–$3.60 Generate in Studio
Output Example
Animate this portrait, the subject smiles, looks to camera, and says a short greeting, soft studio light.

Capabilities

What's new in Grok Imagine Video 1.5.

xAI's best motion yet

Version 1.5 is a step change over the original Grok Imagine Video on motion quality, physics, and temporal consistency, holding subjects steady through fast action and complex camera moves.

Built for image-to-video

It takes one source image as the opening frame and animates from there, so identity, styling, lighting, and brand colors survive the whole clip instead of drifting.

Synchronized audio in one pass

Music, sound effects, and ambience are generated alongside the frames, so you get a finished clip rather than a silent render waiting on an audio step.

Up to 15 seconds at 720p

Pick 6, 10, or 15 seconds per request. Leave the aspect ratio on auto to inherit your source image, or force any of the seven supported ratios for a specific placement.

Priced by the second, billed in credits

A 6-second clip is 144 credits, 10 seconds is 240, and 15 seconds is 360, no xAI subscription, minimum spend, or separate invoice.

Same API as every other model

One endpoint, one key, one bill. Swap the model id to move between Grok Imagine Video 1.5, Veo, Kling, Sora, and the rest of the catalog without touching your integration.

Showcase

See what Grok Imagine Video 1.5 can create.

Real outputs generated with Grok Imagine Video 1.5 on Apiframe, each with the prompt behind it.

Try Grok Imagine Video 1.5

Animate this portrait, the subject smiles, looks to camera, and says a short greeting, soft studio light.

Slow push-in on this bottle as condensation forms, gentle rim light, light ambient sound.

Bring this landscape to life, wind through the grass, drifting clouds, birds crossing, natural ambience.

The figure turns and walks toward camera, dust kicking up, a low footstep rumble.

A crystal-powered rocket launches from this red desert planet, roaring engine audio, camera holds wide.

Animate this anime rooftop scene at sunset, hair in the breeze, soft city ambience.

Pricing

Simple per-generation pricing.

144–360 credits per generation ≈ $1.44–$3.60

The rate depends on the resolution and options you pick.

  • You only pay for successful generations. Failed jobs are refunded automatically.
  • One credit balance across every model on Apiframe, no per-model plans.
  • Start with free credits. No subscription required.
  • Volume discounts on larger plans.
See plans and credit packs

Specs

At a glance.

Provider xAI
Model ID grok-imagine-video-1.5
Aspect ratios auto, 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
Durations 6s, 10s, 15s
Image input Supported
Avg. time ~180s

Comparison

Grok Imagine 1.5 vs Grok Imagine 1.0 vs Hailuo 03

Grok Imagine Video 1.5 against its predecessor and the flagship it competes with. All on one API key.

Feature Grok Imagine 1.5 Grok Imagine 1.0 Hailuo 03
Input mode Image-to-video Text or reference images Text, image & references
Max clip length 15s 15s 15s
Aspect ratios 8, incl. auto 7 7, incl. auto
Native audio Stereo, co-generated
Pricing 144–360 credits/clip (≈$1.44–$3.60) 54–135 credits/clip (≈$0.54–$1.35) 22 credits/s flat (≈$0.22)
Best for Sharper motion from a single still Budget clips and drafts 2K footage with stereo sound

Specs reflect what each model supports on Apiframe today, from the live catalog.

Quickstart

How to call the Grok Imagine Video 1.5 API.

Send one POST /v2/videos/generate request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.

Swap grok-imagine-video-1.5 for any other model and nothing else changes.

const response = await fetch("https://api.apiframe.ai/v2/videos/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "a cinematic sunrise over a futuristic cityscape, smooth camera push-in",
    "model": "grok-imagine-video-1.5",
    "grokImagineVideo15Params": {
      "image": "https://example.com/input.jpg"
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

Input schema

Every field Grok Imagine Video 1.5 accepts, with types and defaults. The full reference lives in the docs.

Field Type Description
prompt required string Text description of what to generate.
model required string The model identifier for this endpoint. Default:"grok-imagine-video-1.5" · "grok-imagine-video-1.5"
grokImagineVideo15Params.image string (URL) Required. The still that gets animated; also sets the output aspect ratio.

Grok Imagine versions

Every Grok Imagine video model on Apiframe. Switch with one parameter.

Use cases

What teams build with Grok Imagine Video 1.5.

Animate any still

Feed one image and a motion prompt, Grok Imagine 1.5 turns portraits, renders, and product shots into moving clips with believable physics.

Every placement, one prompt

Eight aspect ratios from 16:9 down to 2:3 (plus auto) mean the same shot ships to feed, story, and banner without re-generating.

Character performance

Improved motion coherence over Grok 1.0 keeps faces and limbs stable through gestures, walk cycles, and camera moves.

Flat-priced clips

Per-clip pricing at 6, 10, or 15 seconds keeps unit economics predictable for batch campaign work.

Reviews

9,800+ developers. One API.

Real Apiframe reviews from Trustpilot and G2.

Seamless experience, excellent support

Just created 6 videos and the experience has been seamless. Wanted to write a review for appreciation — the customer support has also been excellent. They helped me in some process I was stuck in.

Vaibhav Sharma July 2026 Trustpilot

Stable, easy image & video generation

I like that I can generate images and videos without complicated setup. It works stable and is easy to use even if you are not a big developer. It saves me time and makes the whole process much simpler.

Anakin S. July 2026 G2

Honestly the best AI API

They got every engine possible and it's great to have them all in one place.

Daniel Zborowski July 2026 Trustpilot

Grok Imagine Video 1.5 questions

What teams ask before shipping with Grok Imagine Video 1.5. Everything else lives in the docs.

What is Grok Imagine Video 1.5?

xAI's newest Grok Imagine video model, built on the Aurora engine. It animates a source image into video with better motion, physics, and temporal consistency than the original Grok Imagine Video.

How is it different from Grok Imagine Video?

Version 1.5 is image-to-video only and costs more per second, but delivers noticeably better motion and physics. The original model still handles text-only prompts and multi-image reference sets, and is cheaper for drafts.

Does it need a source image?

Yes. Every request takes an image URL alongside the prompt, the image becomes the opening frame and, unless you override the aspect ratio, sets the output shape.

How long are the clips and what resolution?

Choose 6, 10, or 15 seconds. Output is 720p.

Does it generate audio?

Yes. Synchronized audio, music, sound effects, and ambience, is produced in the same pass as the video.

What does it cost?

144 credits for 6 seconds, 240 for 10 seconds, and 360 for 15 seconds, drawn from the same balance as every other Apiframe model.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.