Video ModelsSeedance
Seedance 2.0 Fast 图生视频
获取 API Keyseedance-2.0-fast-image-to-video
Seedance 2.0 Fast 图生视频 API 文档
使用
seedance-2.0-fast-image-to-video模型快速生成视频内容
Overview
本文档说明如何使用 seedance-2.0-fast-image-to-video 模型进行快速图生视频。
Authentication
所有 API 请求都需要在请求头中携带 Bearer Token:
Authorization: Bearer YOUR_API_KEY获取 API Key:
- 打开 API Keys 页面
- 点击
Create API Key
1. 创建生成任务
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | 对外模型 ID,必须精确传入 seedance-2.0-fast-image-to-video |
input | object | Yes | 输入参数对象 |
input Object Parameters
prompt(string,必填):描述源图片应如何运动或扩展成视频image_urls(string[],必填):至少一张源图片 URLaspect_ratio/ratio(string,可选):输出视频比例resolution(string,可选):480p、720p、1080pduration(number,可选):输出视频时长,单位秒generate_audio(boolean,可选):是否生成音频web_search(boolean,可选):是否启用联网搜索nsfw_checker(boolean,可选):默认false;如果传false,平台侧内容过滤会被关闭,结果会直接返回模型原始输出
积分消耗
seedance-2.0-fast-image-to-video 当前公开积分规则如下:
| 分辨率 | 每秒积分 |
|---|---|
480p | 10 |
720p | 20 |
1080p | 40 |
Request Example
{
"model": "seedance-2.0-fast-image-to-video",
"input": {
"prompt": "Animate the portrait with subtle hair motion and a slow cinematic push-in",
"image_urls": ["https://cdn.example.com/input.png"],
"resolution": "720p",
"duration": 5,
"nsfw_checker": false
}
}Notes
- 第一张源图片会作为主参考首帧输入
- Fast 版本与标准 Seedance 2.0 的积分规则不同