Google Veo 3
Veo 3.1 fast / quality video generation
Via the unified POST /api/v2/video/generate, set model to a Veo variant.
Base URL:
https://api.aiclonevoicefree.com| Auth:Authorization: Bearer sk_...
| Field | Notes |
|---|---|
model | veo3.1-fast / veo3.1-quality |
prompt | ✅ Description |
aspect_ratio | 16:9 / 9:16 |
image_urls | Image-to-video |
Billing (flat, independent of duration): veo3.1-fast = 75, veo3.1-quality = 170; +20 for image-to-video.
Examples:
- veo3.1-fast text-to-video = 75 credits
- veo3.1-fast image-to-video = 75 + 20 = 95 credits
- veo3.1-quality image-to-video = 170 + 20 = 190 credits
402at 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": "veo3.1-fast", "prompt": "a corgi running, cinematic", "aspect_ratio": "16:9" }'Poll GET /api/v2/tasks/{task_id} for result.videoUrl. See Tasks.