Grok Video

Grok Video 3 generation

Via the unified POST /api/v2/video/generate, set model to a Grok variant.

Base URL: https://api.aiclonevoicefree.comAuth: Authorization: Bearer sk_...

FieldNotes
modelgrok-video-3 / grok-video-3-10s (10s)
prompt✅ Description
aspect_ratioe.g. 2:3 / 3:2 / 1:1
image_urlsImage-to-video

Billing (flat, independent of duration): grok-video-3 = 18, grok-video-3-10s = 36; +20 for image-to-video.

Examples:

  • grok-video-3 text-to-video = 18 credits
  • grok-video-3 image-to-video = 18 + 20 = 38 credits
  • grok-video-3-10s image-to-video = 36 + 20 = 56 credits

402 at submit if insufficient; auto-refunded on failure.

curl -X POST https://api.aiclonevoicefree.com/api/v2/video/generate \
  -H "Authorization: Bearer sk_your_api_key" -H "Content-Type: application/json" \
  -d '{ "model": "grok-video-3", "prompt": "a corgi running, cinematic", "aspect_ratio": "3:2" }'

Poll GET /api/v2/tasks/{task_id}. See Tasks.