generate_audio 「Audio Control」
🔍 Function: Controls whether the video contains synchronized audio (supported only by Seedance 1.5 Pro, invalid for other models)
service_tier 「Service Tier」
🔍 Function: Specifies the task processing tier, unmodifiable after submission
ratio to adaptive to match the aspect ratio of the reference image| Model | Price | Remarks |
|---|---|---|
| seedance-1.0-pro | 2.2 PTC /1M token | |
| seedance-1.0-lite | 1.5 PTC /1M token | |
| seedance-1.5-pro | 0.6 PTC /1M token | Silent (Offline) |
| seedance-1.5-pro | 1.2 PTC /1M token | Audio (Offline) |
| seedance-1.5-pro | 1.2 PTC /1M token | Silent (Online) |
| seedance-1.5-pro | 2.4 PTC /1M token | Audio (Online) |
Pricing is calculated by Token: Token = Width × Height × Frame Rate × Duration / 1024
Pricing Reference Source
{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "The girl in the picture says cheese to the camera, with a 360-degree"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_first_frame.jpeg"
},
"role": "first_frame"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_last_frame.jpeg"
},
"role": "last_frame"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 10,
"generate_audio": true,
"service_tier": "default"
}curl --location --request POST 'https://api.302.ai/doubao/doubao-seedance' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-1-5-pro-251215",
"content": [
{
"type": "text",
"text": "The girl in the picture says cheese to the camera, with a 360-degree"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_first_frame.jpeg"
},
"role": "first_frame"
},
{
"type": "image_url",
"image_url": {
"url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_last_frame.jpeg"
},
"role": "last_frame"
}
],
"resolution": "720p",
"ratio": "16:9",
"duration": 10,
"generate_audio": true,
"service_tier": "default"
}'{
"id": "cgt-20250605180428-cfjt9"
}