PrimarySeedance 2.5
Seedance 2.5 is a named cinematic model with native voice. Generations can run out to 30 seconds. Auto, the default, renders on Seedance 2.0 Fast. The reference lock is what keeps the character, whichever engine you pick.
Text to videoNative audioLip sync9:16 vertical4 to 15 s
Pricing
What this model draws
Plans are a shared credit pool. Spark, Pop, and Supernova totals are on the pricing page.
| Tier | Credits | Unit | Status |
|---|---|---|---|
| cinematic | 266 | about 10 seconds of Seedance 2.5 | Live |
Quickstart
Call it from your code
import { Arclight } from "arclight";
const client = new Arclight({ apiKey: process.env.ARCLIGHT_API_KEY });
const task = await client.videos.create({
character_id: "your-character-id",
story: "Show the product, then the offer",
duration: 8,
});
const video = await client.videos.waitForOutput(task.id);
console.log(video.output_url);