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.
seedance-1.5-pro-1080p/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": "seedance-1.5-pro-1080p",
"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",
"ratio": "16:9",
"frames": 121,
"camera_fixed": false,
"watermark": true,
"return_last_frame": false,
"service_tier": "auto",
"generate_audio": false,
"execution_expires_after": 600,
"draft": false
}
};
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 | 回调地址 |
ratioenum | Optional | 画幅比例 Options: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9. Default: 16:9. |
framesinteger | Optional | 帧数 |
camera_fixedboolean | Optional | 固定镜头 Default: false. |
watermarkboolean | Optional | 水印 Default: true. |
return_last_frameboolean | Optional | 返回尾帧 Default: false. |
service_tierenum | Optional | 服务等级 Options: auto, standard, fast. Default: auto. |
generate_audioboolean | Optional | Generate synchronized audio with the video. Default: false. |
execution_expires_afterinteger | Optional | 任务超时秒数 |
draftboolean | Optional | 草稿模式 Default: false. |
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 |
|---|---|
| 1 s+ | $0.056 per second |
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-480pseedance-1.5-pro-720pseedream-5-0-lite-image-to-imageBrowse all video modelsBrowse API Market
字节上一代视频模型,可生成音画高精同步的视频内容
Send POST /v1/jobs with the model ID seedance-1.5-pro-1080p 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.
字节上一代视频模型,可生成音画高精同步的视频内容