Doubao
Seedance 2.0 260128 API
The standard Seedance 2.0 model for controllable video creation from combined text, image, audio, and video references. It balances complex motion, multi-subject interaction, camera control, and joint audio-video generation, making it a solid default for ads, short films, and high-quality production assets.
- マルチモーダル出力
このモデルの説明は現在の言語に未対応のため、英語で表示しています。
コンソールで使う
doubao-seedance-2.0-260128USD
料金
default
4K
入力$3.99/1M tokens補完価格$3.99/1M tokens
video_to_video
入力$4.2/1M tokens補完価格$4.2/1M tokens
text_to_video
入力$7/1M tokens補完価格$7/1M tokens
1080p
入力$7.7/1M tokens補完価格$7.7/1M tokens
seedance-0.95
4K
入力$3.7905/1M tokens補完価格$3.7905/1M tokens
video_to_video
入力$3.99/1M tokens補完価格$3.99/1M tokens
text_to_video
入力$6.65/1M tokens補完価格$6.65/1M tokens
1080p
入力$7.315/1M tokens補完価格$7.315/1M tokens
米ドル建ての公開価格です。実際の料金はアカウントグループや利用量により異なる場合があります。
API
コード例
curl --location --request POST 'https://api.tokenhot.ai/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-2.0-260128",
"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
関連モデル
Blog
関連記事
FAQ
よくある質問
Seedance 2.0 260128 はどの用途に適していますか?
Seedance 2.0 260128 は、このページに記載された入出力と機能に適しています。重要なシステムでは実際の負荷で事前に検証してください。
Seedance 2.0 260128 の料金体系は?
料金は上の料金セクションに表示されています。実際の費用は利用量、アカウントグループ、リクエスト内容によって異なります。
Seedance 2.0 260128 を呼び出すには?
上記のモデル ID と対応 API プロトコルを使用します。利用データがある場合はコード例も表示されます。
はじめる