Higgsfield Seedance 2.5 (Unlimited 活动 + API)

Higgsfield 平台提供的 Seedance 2.5:网页端订阅附赠 33 天 Unlimited 无限生成,API 按积分计费。

Updated 8/10/2026Provider trust 88/1002 code examples

About the Model

为什么要选择 Seedance 2.5?

Seedance 2.5 是 ByteDance 于 2026 年发布的旗舰视频生成模型,在 Higgsfield 平台通过官方 BytePlus 合作提供,当前正开展最高 33 天的 Unlimited 免费生成活动。

核心优势与特点

  • 最可控的 AI 视频模型:多镜头(Multi-shot)、原生音频、角色一致性一应俱全。
  • 最长 30 秒片段:Ultra 9000 年付档可生成 720p、30 秒视频。
  • 33 天 Unlimited:Plus 及以上订阅套餐赠送无限量生成窗口,不消耗积分。
  • 官方 API:通过 platform.higgsfield.ai 以 REST 方式调用(按积分计费)。

How to Access for Free (via Higgsfield)

Higgsfield 免费依据(33 天 Unlimited 活动)

Higgsfield 于 2026 年 8 月上线「33 天 Unlimited Seedance」活动:订阅 Plus 及以上套餐(月付 $47 起),即可获得最高 33 天 Seedance 2.5 无限量生成窗口(720p,片段时长按档位 10-30 秒),Plus/Ultra 档另附独立计时的 Seedance 2.0 Unlimited 窗口(1080p)。⚠️ 注意:Unlimited 与免费生成仅限 higgsfield.ai 网页端,MCP/CLI 与 REST API 调用按积分计费。另注册即享 Free 档(Limited use)与不定期免费生成活动(如 5,000 次免费 Soul 2.0 生成)。社区反馈:Unlimited 走共享标准队列,高峰期排队较久,请自行评估。

使用说明

Higgsfield 通过官方 BytePlus 合作托管 Seedance 系列模型。网页端(higgsfield.ai)订阅 Plus 及以上套餐即可开启 Unlimited 开关无限量生成;开发者可通过官方 REST API(platform.higgsfield.ai,异步队列模式)或 Python SDK(higgsfield-client)以积分计费调用同一批模型。

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Code Examples

curl
curl -X POST 'https://platform.higgsfield.ai/bytedance/seedance/v1/pro/image-to-video' \
  --header 'Authorization: Key {your_api_key}:{your_api_key_secret}' \
  --header 'Content-Type: application/json' \
  --data '{
    "image_url": "https://example.com/your-image.jpg",
    "prompt": "Camera slowly pans across the landscape as clouds drift overhead"
  }'
python
import higgsfield_client

# 需要先安装:pip install higgsfield-client
# 环境变量:HF_API_KEY / HF_API_SECRET 或 HF_KEY="key:secret"
result = higgsfield_client.subscribe(
    'bytedance/seedance/v1/pro/image-to-video',
    arguments={
        'image_url': 'https://example.com/your-image.jpg',
        'prompt': 'Camera slowly pans across the landscape as clouds drift overhead',
    },
)
print(result['video']['url'])

Limitations & Caveats

重要提示

Unlimited 与免费生成仅限 higgsfield.ai 网页端可用,MCP、CLI、Canvas 与 REST API 均按积分计费。API 认证使用 Key:Secret 组合(Authorization: Key {key}:{secret})。

社区反馈:Unlimited 模式下生成走共享标准队列(单任务并发),高峰期排队时间可能很长,请合理评估后再决定是否订阅。

Higgsfield Seedance 2.5 (Unlimited 活动 + API)