Video Generation
text
Veo 3 Fast
Veo 3 Fast
Google Veo 3 fast video generation model。
输入
生成方式
当前模板仅支持以下输入方式
文生视频
仅使用文本描述生成视频,无需上传图片。
Duration
Size
Generate_audio
准备开始生成API 参考
POSThttps://api.token360.ai/v1/videos# Step 1: Create video generation task
curl https://api.token360.ai/v1/videos \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "veo-3.0-fast-generate-001",
"prompt": "A cat walking across a room",
"size": "1280x720",
"duration": 4
}'
# Step 2: Poll for completion (replace VIDEO_ID with the id from step 1)
curl https://api.token360.ai/v1/videos/VIDEO_ID \
-H "Authorization: Bearer your-api-key"