Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
字节跳动 Seedance 1.5 Pro 文生视频模型,从文本提示词生成视频。
curl https://ai.alad.com/v1/video/generations \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "doubao-seedance-1-5-pro-251215", "content": [ {"type": "text", "text": "一只猫在金色夕阳下穿过向日葵花田"} ], "ratio": "16:9", "duration": 5, "resolution": "720p" }'
import requests response = requests.post( "https://ai.alad.com/v1/video/generations", headers={ "Authorization": "Bearer YOUR_API_KEY", "Content-Type": "application/json" }, json={ "model": "doubao-seedance-1-5-pro-251215", "content": [ {"type": "text", "text": "一只猫在金色夕阳下穿过向日葵花田"} ], "ratio": "16:9", "duration": 5, "resolution": "720p" } ) task = response.json() print(f"任务 ID: {task['id']}")
model
doubao-seedance-1-5-pro-251215
content
ratio
16:9
4:3
1:1
3:4
9:16
21:9
resolution
480p
720p
1080p
duration
5
watermark
false
seed
camera_fixed