惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
罗磊的独立博客
IT之家
IT之家
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
博客园 - 聂微东
博客园_首页
爱范儿
爱范儿
量子位
博客园 - 三生石上(FineUI控件)
G
Google Developers Blog
Martin Fowler
Martin Fowler
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Vercel News
Vercel News
腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
Engineering at Meta
Engineering at Meta

AI SaaS 产品推荐

Seedance 2.5 Video Examples: Three Clips, Prompts, and Reference Images - V2EX Sora 2 API:面向开发者的文本转视频与图生视频 API - V2EX 调整了 Wan 3.0 的 API 价格:官方国际站原价 6.8 折, Prime 7.8 折 - V2EX 接了 xAI 的 Grok Imagine 生图模型,按张计费:普通 0.03 元,高质量 0.06 元 - V2EX Nano Banana Pro 一张 0.03 美元, GPT Image 2 按 OpenAI 表价 75 折:图片生成 API 最新价格表 - V2EX MiniMax H3 vs Seedance 2.5: choose by shot length, not demo-reel quality - V2EX OpenAI image API too expensive for n8n? Four cheaper options for product ads - V2EX Cheapest Seedance 2.0 API in 2026: Five Platforms, One Billing Trap - V2EX Seedance 2.5 Is Now Available on Cinelyo: A Practical AI Video Workflow for Creators - V2EX fal.ai Alternatives in 2026: Seedance Priced Per Second - V2EX KIE Alternatives in 2026: Seedance and MiniMax H3 Priced Per Second - V2EX Musci.io 这类 AI Music Generator,开始触及一个更实际的问题 还在熬夜肝文?这款 AI 神器让你实现“量产自由”,自媒体人必备! Seedance 2.0 AI Video Generator: Honest Review and Comparison for 2026 我使用 AI 开发了一个 AI 小说辅助编辑器,副业首选 用 AI 生成 ASMR 视频?试了一下效果还挺意外
We wired ByteDance's Seedance 2.5 into our API platform. ...
baicaix · 2026-08-10 · via AI SaaS 产品推荐

Last week we got Seedance 2.5 running on the official Ark channel, and since Chinese docs on this model are thin and English docs are thinner, here are the notes I wish someone had written before we started.

The quick facts first. One async endpoint, model id `doubao-seedance-2.5-face`. Each request produces 4 to 30 seconds of video at 480p or 720p, MP4 or MOV out. Audio is generated in the same pass: speech, sound effects, background music. Spoken lines go inside double quotes in the prompt, everything else reads as scene direction. References go up to 30 images + 10 videos + 10 audio tracks per request, a lone audio file is a valid input, and real-person reference material is allowed, which is what the "face" in the id means.

Now the parts that cost us time:

- Prompt is mandatory on every mode, including image-to-video. Minimum 3 characters. 2.0 let you throw a bare image; 2.5 rejects it.
- The cheaper "reference" billing rate only triggers when you attach reference video. Image and audio references bill at the full text rate. Easy to misread, expensive to assume.
- With video input there is a minimum billing floor of roughly 5/3 of the output seconds, and input seconds count toward the bill. Trim your reference clips.
- The vendor supports duration=-1 (model picks the length), but there is no way to bill an unknown duration up front, so we could not expose it. Same reason the video-edit mode is not available in v1.
- No seed parameter. Two identical requests give two different videos.

Model page with playground and full parameter reference:
https://reapi.ai/models/seedance-2-5
https://reapi.ai

If you try it and hit an edge case I did not list, reply here. Genuinely curious what breaks first.