Context
2K
Input
text, image
Output
video
Tool calling
Not listed
About this model
Grok Imagine Video is xAI's foundational multimodal video generation model capable of turning text prompts and static images into dynamic video clips. It supports high-quality visual motion, cinematic camera controls, and clip lengths of up to 10 seconds, establishing the baseline for xAI's video generation capabilities.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Video generation
$0.0500 / second
Video generation
$0.0700 / second
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Video generation480p · 6–15s · No audio | $0.0500 / second |
| Video generation720p · 6–15s · No audio | $0.0700 / second |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "grok",
"model": "x-ai/grok-imagine-video",
"prompt": "A red fox running through a snowy forest",
"resolution": "480p",
"aspect_ratio": "16:9",
"duration": 5,
"generate_audio": false,
"camera_fixed": false,
"service_tier": "default"
}'