Inputlive schema
Sign in to run this model with your own API key. Sign in →
字节跳动最新一代视频模型
Sign in to run this model with your own API key. Sign in →
Run the form on the left. Results, polling status and cURL appear under the form.
This model is priced by the usage dimensions listed here. Compare all pricing.
List prices in USD. Your effective price also depends on the billing group attached to your API key.
seedance2.0seedance2.0seedance2.0seedance2.0seedance2.0seedance2.0seedance2.0seedance2.0/v1/jobsconst BASE_URL = "https://api.dreamtoai.com";
const API_KEY = process.env.MIX_API_KEY;
const headers = {
"Authorization": `Bearer ${API_KEY}`,
"Content-Type": "application/json",
};
const payload = {
"model": "seedance2.0",
"input": {
"prompt": "电影感街头运镜,一辆跑车穿过雨夜霓虹街道",
"first_frame_url": "https://example.com/first.png",
"last_frame_url": "https://example.com/last.png",
"reference_image_urls": [
"https://example.com/ref.png"
],
"reference_video_urls": [
"https://example.com/ref.mp4"
],
"resolution": "720p",
"duration": 5,
"aspect_ratio": "16:9",
"seed": 12345,
"callback_url": "https://example.com/webhook",
"channel": "byte2.0"
}
};
const submit = await fetch(`${BASE_URL}/v1/jobs`, {
method: "POST",
headers,
body: JSON.stringify(payload),
}).then((r) => r.json());
const status = await fetch(`${BASE_URL}/v1/jobs/${submit.id}`, { headers })
.then((r) => r.json());
console.log(status);
Create a key in Console → API Keys and replace the placeholder in the sample.
README
字节跳动最新一代视频模型
| Parameter | Required | Description |
|---|---|---|
promptstring | Required | Text description of what to generate. |
first_frame_urlimage | Optional | Image used as the first frame of the video. |
last_frame_urlimage | Optional | Image used as the last frame of the video. |
reference_image_urlsarray | Optional | Reference images to guide the result. |
reference_video_urlsarray | Optional | 参考视频 URL |
resolutionenum | Optional | Output resolution. Options: 480p, 720p, 1080p. Default: 720p. |
durationnumber | Optional | Output length in seconds. |
aspect_ratioenum | Optional | Output aspect ratio. Options: 16:9, 9:16, 1:1, 4:3, 3:4. |
seedinteger | Optional | Random seed. Reuse it to reproduce a result. |
callback_urlstring | Optional | 回调地址 |
channelstring | Optional | channel Default: byte2.0. |
Write the prompt like a shot list: the more you direct, the more the model delivers.
Open with subject, setting, action, style and camera in one sentence.
A cyclist rides along a foggy forest road at dawn, cinematic, slow side tracking shot.
Split the clip into timed beats, such as 0–3s and 3–6s, and give each beat one clear action.
Use shot sizes (wide, medium, close-up) and moves (push in, pan, orbit, handheld) directly.
End with what holds for the whole clip: lighting, color palette, mood and sound.
| Prompt | |
|---|---|
| Weak | a dog running |
| Strong | A golden retriever sprints across a wet beach at sunset, chasing a red ball. 0–2s: low tracking shot beside the dog, sand spraying. 2–5s: it catches the ball and turns to the camera, slow push in. Warm backlight, light sea spray, shallow depth of field, only the sound of waves. |
| Billing item | Price |
|---|---|
| 480p - 无视频输入 | $6.5714 per 1M |
| 480p - 有视频输入 | $4.00 per 1M |
| 720p - 无视频输入 | $6.5714 per 1M |
| 720p - 有视频输入 | $4.00 per 1M |
| 1080p - 无视频输入 | $7.2857 per 1M |
| 1080p - 有视频输入 | $4.4286 per 1M |
| 4K - 无视频输入 | $3.7143 per 1M |
| 4K - 有视频输入 | $2.2857 per 1M |
List prices in USD. Your effective price also depends on the billing group attached to your API key. Compare all pricing
seedance-1-5-pro-1080pseedance2-5seedream-5-0-lite-image-to-imageBrowse all video modelsBrowse API Market
字节跳动最新一代视频模型
Send POST /v1/jobs with the model ID seedance2.0 and your API key. Ready-to-run samples are in the API section above.
Requests are billed at the prices listed above and charged to your wallet. Final cost depends on usage and the billing group attached to your API key.
Create one in Console → API Keys. The same key works for every model on the gateway.
Yes. You can use what you generate in commercial projects, subject to the model provider’s terms.
字节跳动最新一代视频模型