Veo 3.1 Extend Video Generation
- VEO 3.1 video extension model, generates continuation segments based on existing videos
- Fixed extension of 7 seconds, supports generating accompanying audio
- Async processing mode, use the returned task ID to query task status
- Generated video links are valid for 24 hours, please save them promptly
Authorizations
All APIs require Bearer Token authentication
Add to request header:
Authorization: Bearer YOUR_API_KEY
Body
veo-3.1-extend: Standard version
veo-3.1-extend-fast: Fast version
"veo-3.1-extend"
"veo-3.1-extend-fast"
Text prompt describing the direction of the video extension content
Notes:
- Supports both Chinese and English
- Describe continuing actions, scene changes, etc.
"The camera continues to pan across the landscape"
Publicly accessible URL of the input video
Notes:
- Must be a publicly accessible URL
- Input video should be
720por1080p - Input video aspect ratio should be
16:9or9:16 - The system will continue generating 7 seconds of content from the end of this video
"https://example.com/input-video.mp4"
Output video aspect ratio
Options:
16:9— Landscape (default)9:16— Portrait
"16:9"
Whether to generate accompanying audio
Notes:
- Enabled by default
true
Auto-fix prompt (default true)
Do not pass this parameter unless necessary.
true
Content safety level, 1 is the strictest
Do not pass this parameter unless necessary.
1 <= x <= 63
Negative prompt, describing elements you do not want to appear
Notes:
- Separate multiple keywords with commas
Do not pass this parameter unless necessary.
"blurry, low quality, watermark"
Random seed
Notes:
- Set a fixed value to reproduce generation results
- Omit for random
Do not pass this parameter unless necessary.
42
Response
Task created successfully
Task creation timestamp
1757165031
Task ID
"task-unified-1757165031-uyujaw3d"
Actual model name used
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Async task information
Task output type
video "video"