xAI · Video
OpenClaw x Grok Imagine
Grok Imagine is xAI's creative AI suite built on Grok, covering image and video generation. Through RunAPI, all Grok Imagine endpoints share a single API key.
Public versions and endpoints
| Model ID | Version | Endpoints | Starting price | Catalog |
|---|---|---|---|---|
grok-imagine-edit-image | Prompt-guided style transfer and composition editing from one source image | /api/v1/grok_imagine/edit_image | $0.040 | Model detail |
grok-imagine-image-to-video | Input image becomes frame 1; animates with motion + camera | /api/v1/grok_imagine/image_to_video | $0.020 | Model detail |
grok-imagine-text-to-image | Aurora model; 5 aspect ratios; realistic/artistic/anime styles | /api/v1/grok_imagine/text_to_image | $0.040 | Model detail |
grok-imagine-text-to-video | 6–15s video from text with synchronized native audio and lip-sync | /api/v1/grok_imagine/text_to_video | $0.020 | Model detail |
grok-imagine-video-1.5-fast | Fast text- and image-to-video generation for rapid iteration | /api/v1/grok_imagine/text_to_video/api/v1/grok_imagine/image_to_video | $0.570 | Model detail |
grok-imagine-video-1.5-preview | Video 1.5 preview; text/image input; auto aspect ratio; up to 15s | /api/v1/grok_imagine/text_to_video/api/v1/grok_imagine/image_to_video | $0.080 | Model detail |
Configuration
Guide endpoint: <endpoint>
Select <model-id> to generate a request with the endpoint's public input contract.Verify
Select <model-id> to generate verification commands.Additional operations
These operations do not use a model ID.
/api/v1/grok_imagine/extend_video/api/v1/grok_imagine/upscale_image
How it works
- 1. Choose a model ID
Select a public catalog model ID and review its endpoint and current starting price.
- 2. Configure RunAPI
Set RUNAPI_API_KEY before making the endpoint request.
- 3. Verify the result
For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.
FAQ
Which model ID should I use?
Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.
Does this guide configure a chat model?
No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model.