Skip to content
Docs menu

Video models

Grok Imagine Video 1.5

On this page

Grok Imagine Video 1.5 — high-quality AI video generation.

modelIdgrok-imagine-video-1-5-preview
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=grok-imagine-video-1-5-previewRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextareaoptionalEnter your text here...
image_urlsimagerequiredDrag and drop or click to upload your image
aspect_ratioselectoptionalauto, 1:1, 16:9, 9:16, 3:2, 2:3
resolutionselectoptional480p, 720p
durationnumberoptional
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"grok-imagine-video-1-5-preview","input":{"prompt":"Slow cinematic push-in with gentle ambient motion, soft light shifting across the frame, subtle parallax and shallow depth of field.","aspect_ratio":"auto","resolution":"480p","duration":8,"nsfw_checker":"true"}}'