VEO3
VEO3 Video Generation
- Asynchronous processing mode, returns task ID for subsequent queries
- Supports multiple generation modes including text-to-video and image-to-video
- Supports 4K resolution output
- Generated video links are valid for 24 hours, please save them promptly
POST
Documentation Index
Fetch the complete documentation index at: https://gccai.heqingsong.uk/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
All API endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd to the request header:
Request Parameters
Video generation model nameAvailable models:
veo3.1-fast- Fast generation model, suitable for quick previews and iterationsveo3.1-quality- High quality generation model, suitable for final productionveo3.1-lite- Lightweight generation model, suitable for low-cost batch generation
"veo3.1-fast"Text description for video generation
Video duration in secondsFixed value:
8 (VEO3 only supports 8 seconds duration)Video aspect ratioSupported formats:
16:9(Landscape)9:16(Portrait)
Video generation typeSupported types:
frame- Frame-to-video (FL mode)reference- Reference image-to-video
veo3.1-quality model does not support reference modeArray of reference image URLs for image-to-video generationSupports publicly accessible image URLs (http:// or https://)Example:
["https://example.com/image.jpg"]Limitations:- Maximum 3 images
- For frame-to-video mode: first image is the start frame, second image is the end frame
- Maximum file size: 10MB
- Supported formats: .jpeg, .jpg, .png, .webp
Video resolutionSupported values:
720p(Default)1080p4k
Enable GIF output format. Default: falseNote: GIF and 1080p/4k resolution cannot be used simultaneously
Whether to use official channel as fallback
false: Do not use (default)true: Use official channel
Response
Response status code
Response data array