Text → video · Image → video · Native audio
VideoPremiumPartner APINew

Seedance 2.5

seedance-2-5

ByteDance's Seedance 2.5 — 4–30 second clips with native audio and expanded multimodal references, at 480p and 720p.

No GPU. No setup. Cancel anytime.

S

About

Seedance 2.5 is ByteDance's mainline video generation model, served through BytePlus ModelArk. It renders 4 to 30 second clips at a fixed 24 fps and generates native audio in the same pass.

It takes text on its own, a first frame or a first-and-last-frame pair for image-to-video, and multimodal references — a path that also covers video editing and video extension. Seedance 2.5 accepts up to 30 reference images, 10 reference videos, and 10 reference audio clips, roughly three times what Seedance 2.0 accepts.

Seedance 2.5 is an addition to the Seedance line, not a replacement. Seedance 2.0 stays the default: 2.5 doubles the maximum clip length and widens reference input, but it tops out at 720p, while 2.0 also renders 1080p and 4K. Pick 2.5 for length and references, and 2.0 when resolution decides the shot.

Pricing

Seedance 2.5 is a pay-as-you-go Premium Spark vendor model. Every clip uses purchased Spark, including for Sogni Unlimited members. Unlimited saves 5%; Unlimited Pro saves 10%.

Configuration Spark USD
5 s · 480p 134 Spark $0.67
30 s · 480p 802 Spark $4.01
5 s · 720p 300 Spark $1.50
10 s · 720p 600 Spark $3.00
30 s · 720p 1802 Spark $9.01

Per-second Premium Spark rates: $0.300 per second at 720p and $0.134 per second at 480p.

Jobs that supply a reference video — video editing and video extension — use a lower vendor rate, so they cost less per second than text-to-video.

API

One Sogni API key reaches every model on the Supernet — call Seedance 2.5 with the exact model id.

import { SogniClient } from '@sogni-ai/sogni-client';

const client = await SogniClient.createInstance({
  appId: crypto.randomUUID(),
  apiKey: process.env.SOGNI_API_KEY,
  network: 'fast',
});

const project = await client.projects.create({
  type: 'video',
  modelId: 'seedance-2-5',
  positivePrompt: 'a slothicorn surfing a wave of liquid paint, slow push-in, cinematic',
  numberOfMedia: 1,
  duration: 5,
});

const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h
# seedance-2-5 is addressable by id via the JavaScript SDK (see the JavaScript tab).
# The REST workflow API routes this family through its flagship alias instead:

curl https://api.sogni.ai/v1/creative-agent/workflows \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $SOGNI_API_KEY" \
  -d '{
    "input": {
      "title": "First render",
      "steps": [{
        "id": "step1",
        "toolName": "generate_video",
        "arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, slow push-in, cinematic", "duration": 5 }
      }]
    },
    "confirm_cost": true
  }'

Addressable by id via the JavaScript SDK; the REST workflow API routes this family through its flagship alias. Full reference at docs.sogni.ai.

Why run it on Sogni

Premium Spark pay-as-you-go

Seedance 2.5 is a third-party frontier model. It uses purchased Spark for every clip; Unlimited plans discount those pay-as-you-go rates instead of covering them as fair-use renders.

Premium Spark required

Vendor-backed renders are billed with Spark even when your account has an active Unlimited subscription.

%

Subscriber discounts

Unlimited saves 5%; Unlimited Pro saves 10%.

App and API

Launch Seedance 2.5 from the Sogni app or call the exact model id through the API.

One workspace

Use premium vendor models alongside Sogni Supernet image, video, music, and language models.

FAQ

Seedance 2.5 on Sogni

Should I use Seedance 2.5 or Seedance 2.0?

Seedance 2.0 remains the default. Choose Seedance 2.5 when you need a clip longer than 15 seconds — it runs 4 to 30 seconds — or more reference material, up to 30 images, 10 videos, and 10 audio clips against 9, 3, and 3 on Seedance 2.0. Choose Seedance 2.0 when resolution decides it: Seedance 2.5 renders 480p and 720p only, while 2.0 also offers 1080p and 4K.

What can Seedance 2.5 take as input?

Text on its own; a first frame, or a first-and-last-frame pair, for image-to-video; and multimodal references for reference-to-video, video editing, and video extension.

Does Seedance 2.5 generate audio?

Yes. Seedance 2.5 generates native audio as part of the same pass, at a fixed 24 fps.

Can Seedance 2.5 render 1080p or 4K?

No. Seedance 2.5 renders 480p and 720p only. For 1080p or 4K, use Seedance 2.0.

How much does Seedance 2.5 cost on Sogni?

Seedance 2.5 is pay-as-you-go Premium Spark. It is not covered as an Unlimited fair-use render; every clip uses purchased Spark. Unlimited saves 5%; Unlimited Pro saves 10%. Prices start at 134 Spark ($0.67) per clip.

Start with Seedance 2.5 today

Create in the app, or build with the API. Your call.