← All models
Generate videos from prompts with audio using xAI's Grok Imagine 1.5 Video model.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 1.25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | Text description of desired changes or motion in the video. |
| duration | integer | Video duration in seconds. |
| image_url | string | URL of the input image for video generation. |
| resolution | stringenum: 480p, 720p, 1080p | Resolution of the output video. |
| aspect_ratio | stringenum: 16:9, 4:3, 3:2, 1:1, 2:3, 3:4… | Aspect ratio of the generated video. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video. |