🥤 豆包(ByteDance) 视频生成模型

豆包是 ByteDance 推出的视频生成模型,支持 Lite 和 Pro 两个版本,提供多种分辨率和时长选择,适合不同的使用场景。

版本对比

🚀 豆包 Lite 版

  • 分辨率:480p, 720p
  • 时长:5秒, 10秒
  • 特点:快速生成,成本较低
  • 适用:测试、快版内容

⭐ 豆包 Pro 版

  • 分辨率:720p, 1080p
  • 时长:5秒, 10秒
  • 特点:高质量,更多参数
  • 适用:商业制作,精品内容

💰 豆包模型价格表

版本 分辨率 时长 基础价格 VIP1价格 非VIP价格
Lite 版
st-ai/bytedance/seedance/v1/lite/*
480p 5秒 25积分 37积分 50积分
480p 10秒 50积分 75积分 100积分
720p 5秒 50积分 75积分 100积分
720p 10秒 100积分 150积分 200积分
Pro 版
st-ai/bytedance/seedance/v1/pro/*
480p 5秒 35积分 52积分 70积分
480p 10秒 70积分 105积分 140积分
1080p 5秒 160积分 210积分 260积分
1080p 10秒 320积分 420积分 420积分

📋 详细模型案例

1. 豆包 Lite 文生视频

APP st-ai/bytedance/seedance/v1/lite/text-to-video
{
  "app_name": "st-ai/bytedance/seedance/v1/lite/text-to-video",
  "input_params": {
    "prompt": "A little dog is running in the sunshine. The camera follows the dog as it plays in a garden.",
    "aspect_ratio": "16:9",
    "resolution": "720p",
    "duration": "5"
  }
}

2. 豆包 Lite 图生视频

APP st-ai/bytedance/seedance/v1/lite/image-to-video
{
  "app_name": "st-ai/bytedance/seedance/v1/lite/image-to-video",
  "input_params": {
    "prompt": "A little dog is running in the sunshine. The camera follows the dog as it plays in a garden.",
    "resolution": "480p",
    "duration": "10",
    "image_url": "https://fal.media/files/koala/f_xmiodPjhiKjdBkFmTu1.png",
    "camera_fixed": true,
    "seed": 1,
    "end_image_url": "https://fal.media/files/koala/f_xmiodPjhiKjdBkFmTu1.png"
  }
}

3. 豆包 Pro 文生视频

APP st-ai/bytedance/seedance/v1/pro/text-to-video
{
  "app_name": "st-ai/bytedance/seedance/v1/pro/text-to-video",
  "input_params": {
    "prompt": "A bright blue race car speeds along a snowy racetrack. [Low-angle shot] Captures several cars speeding along the racetrack through a harsh snowstorm. [Overhead shot] The camera gradually pulls upward, revealing the full race scene illuminated by storm lights",
    "aspect_ratio": "16:9",
    "resolution": "1080p",
    "duration": "5",
    "seed": 6535013
  }
}

4. 豆包 Pro 图生视频

APP st-ai/bytedance/seedance/v1/pro/image-to-video
{
  "app_name": "st-ai/bytedance/seedance/v1/pro/image-to-video",
  "input_params": {
    "prompt": "A skier glides over fresh snow, joyously smiling while kicking up large clouds of snow as he turns. Accelerating gradually down the slope, the camera moves smoothly alongside.",
    "resolution": "1080p",
    "duration": "5",
    "image_url": "https://storage.googleapis.com/falserverless/example_inputs/seedance_pro_i2v_img.jpg",
    "seed": 786630
  }
}

📝 豆包模型参数说明

参数名 类型 必填 描述 可选值
prompt string 视频描述提示词 任意文本
aspect_ratio string 视频宽高比 16:9, 4:3, 1:1, 9:21, 21:9, 9:16, 3:4
resolution string 视频分辨率 480p, 720p, 1080p
duration string 视频时长(秒) "5", "10"
image_url string 输入图片URL(图生视频时必需) 有效的图片URL
end_image_url string 结束图片URL(可选) 有效的图片URL
camera_fixed boolean 是否固定镜头(仅图生视频) true, false
seed integer 随机种子,用于控制生成结果 任意整数

🎯 参数支持情况

版本 分辨率 宽高比 时长 特殊功能
Lite 480p, 720p 全部支持 5秒, 10秒 基础参数
Pro 720p, 1080p 全部支持 5秒, 10秒 seed控制、高级参数
💡 使用技巧
  • 镜头指示:在提示词中使用 [Low-angle shot], [Overhead shot] 等指示镜头角度
  • 固定镜头:图生视频时,设置 camera_fixed=true 可以减少镜头运动
  • seed 控制:Pro 版本支持 seed 参数,可以生成可重现的结果
  • 时长选择:10秒视频比 5秒视频成本更高,根据需要选择
  • 分辨率匹配:选择与输入图片分辨率相近的输出分辨率

🎥 应用场景示例

1. 社交媒体内容

使用 Lite 版本生成 9:16 比例的短视频,适合抽音、快手等平台。

2. 广告宣传

使用 Pro 版本生成 1080p 高质量广告视频,支持多种宽高比。

3. 教育内容

使用图生视频功能,将静态图表、图片转化为动态讲解视频。

4. 产品展示

结合首尾图片功能,展示产品的使用过程和效果。

⚠️ 版本选择建议
  • 选择 Lite 版:快速测试、社交媒体内容、成本敏感项目
  • 选择 Pro 版:商业用途、高质量要求、需要精确控制的项目
  • 不确定时:先用 Lite 版测试效果,满意后再用 Pro 版正式制作
  • 批量制作:考虑成本和质量的平衡,合理选择版本