← All models
Grok Imagine 1.5 — video model on LumeAPI

Grok Imagine 1.5

grok-video

Cheaper. More stable. One-stop API aggregation.

Introduction

Grok Imagine 1.5 (xAI) is async video with audio included by default.

Model id `grok-video`.

Portal from-price is $0.03/s (official ref $0.08/s).

Supports common aspect ratios and I2V via image_urls where enabled.

Pricing

Official$0.08/s
LumeAPIfrom $0.03 / s
per second

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call examplegrok-video
curl https://api.lumeapi.site/v1/videos \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "grok-video",
    "prompt": "Cinematic drone shot over mountains"
  }'
# then poll GET https://api.lumeapi.site/v1/videos/{id}