Grok Imagine Video

Fast short-form video with synchronized audio and strong prompt following. It can continue from the last frame, making scene stitching easier. 480p/720p.

Cost

from 0.5 tokens/s

VideoProvider: xAI

Try Grok Imagine Video in Givon AI

Open a working project for regular creation, or use Playground to inspect the model parameters.

Use through API

Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.

Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Idempotency-Key: $IDEMPOTENCY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"video","model":"grok-imagine-video","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"480p","duration":6}}'

Input fields

* required
prompt*prompt

Generation prompt describing the scene, action and direction.

Type
string
Default
Allowed
string
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
16:9, 1:1, 2:3, 3:2, 9:16
resolutionresolution
Type
string
Default
480p
Allowed
480p, 720p, 1080p
durationduration
Type
number
Default
6
Allowed
6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
Start imagestartImage

Asset input for the startImage slot.

Type
string
Default
Allowed
image · asset, https, data

Cost

from 0.5 tokens/s
480pdefault0.5 tokens/s
720p1 tokens/s
1080p3 tokens/s

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modesimage_to_videotext_to_video
Asset slotsstartImage:image
Get API key

Where to use this model