Grok Imagine (Text-to-Video)

xAI Grok Imagine video generation. Text-to-video and image-to-video, 6-30s, 480p / 720p.

All models
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "grok-imagine-text-to-video",
  "input": {
    "aspect_ratio": "2:3",
    "mode": "normal",
    "duration": 6,
    "resolution": "480p"
  }
}'