← All Models
Grok Imagine Video
xAI's video generation model. Create short videos from text descriptions.
Specifications
| Provider | xAI |
| Category | Video |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-video",
"params": {
"prompt": "A spaceship launching from a launchpad with dramatic lighting",
"duration": 5
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "grok-imagine-video",
"params": {
"prompt": "A spaceship launching from a launchpad with dramatic lighting",
"duration": 5
}
}