Doubao
Seedance 2.5
面向广告、品牌内容和叙事短片等专业视频创作,重点解决长镜头、多素材约束与反复精修:支持文本/图像生成及 R2V 参考控制,可组合多模态素材,标准模式最长 30 秒,并能局部修改画面而不整段重生成。相比 Seedance 2.0,选择它的主要理由是更长的连续镜头、更丰富的参考输入,以及更可控的后期修正。
此模型暫無目前語言的介紹,以下顯示英文內容。
在控制台使用
doubao-seedance-2.5USD
價格
default
video_to_video
輸入$12/1M tokens補全價格$12/1M tokens
text_to_video
輸入$20/1M tokens補全價格$20/1M tokens
顯示價格為美元公開價,實際費用可能因帳戶群組與用量級別而異。
API
程式碼範例
curl --location --request POST 'https://api.tokenhot.cn/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-2.5",
"content": [
{
"type": "text",
"text": "Use image 1 for character styling, use video 1 for camera language, and use audio 1 as background music in a cinematic product video."
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/reference-image.jpg"
},
"role": "reference_image"
},
{
"type": "audio_url",
"audio_url": {
"url": "https://example.com/reference-audio.mp3"
},
"role": "reference_audio"
}
],
"duration": 5,
"ratio": "adaptive",
"resolution": "720p",
"watermark": false,
"generate_audio": true
}'Doubao
相關模型
FAQ
常見問題
Seedance 2.5 適合哪些場景?
Seedance 2.5 適合本頁所列的輸入、輸出與能力類型。用於關鍵業務前,建議以真實負載驗證。
Seedance 2.5 如何計費?
價格請見上方,實際成本取決於用量、帳戶群組與請求內容。
如何呼叫 Seedance 2.5?
使用上方模型 ID,透過支援的 API 協議呼叫;有使用資料時會顯示程式碼範例。
開始使用