Skip to main content
Video Text to Video Kie.ai

Seedance 2.5

Seedance 2.5 costs $0.378/sec on FairStack · a text to video model for Narrative clips with dialogue and sound, Character-consistent reference video, Storyboard animation. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.

FairStack price
$0.378/sec
Try Seedance 2.5 API Quickstart Last updated 2026-09-22

What is Seedance 2.5?

Seedance 2.5 is the next generation of ByteDance's Seedance video model. Like the rest of the Seedance family it is multi-mode from one model: drive it with a text prompt, a single first frame, a first and last frame for interpolation, or a set of reference images and audio clips. FairStack detects the mode from your input. It renders 480p, 720p, or 1080p in seven aspect ratios (including 21:9 and adaptive), with synchronized audio generated in the same pass. On FairStack a clip runs from 4 to 16 seconds. The model itself supports up to 30 seconds and larger reference sets; FairStack does not expose those yet. Reference videos are not accepted on FairStack yet. Billing is per second of output at the provider rate for the resolution you choose, plus the flat 20% platform fee, shown before you spend.

Key Features

4 to 16 seconds per generation on FairStack
Multi-mode from one model: text, first-frame, first+last-frame, multi-reference
Reference images and reference audio in one request
Native synchronized audio (generate_audio)
480p, 720p, and 1080p in seven aspect ratios

What are Seedance 2.5's strengths?

Newest Seedance generation
Single model handles t2v / i2v / reference
Reference images for character and style consistency
Built-in audio

What are Seedance 2.5's limitations?

No 4K output (Seedance 2.0 offers 4K)
FairStack caps clips at 16 seconds (the model supports 30)
Reference videos not yet accepted on FairStack
Priced above Seedance 2.0 at every resolution
Quality scores estimated, not yet benchmark-verified

What is Seedance 2.5 best for?

Narrative clips with dialogue and sound Character-consistent reference video Storyboard animation

How much does Seedance 2.5 cost?

Metric
FairStack
Details
Price per generation
$0.378
Includes 20% margin
Per-second rate
$0.378/sec
Billed per second of output
Subscription
None
Pay per generation only

How does Seedance 2.5 perform across capabilities?

Carried over from the Seedance 2.0 estimates pending a benchmark; not independently verified.

motion quality
86%
visual quality
86%
prompt adherence
78%
temporal coherence
88%
character consistency
82%
camera control
78%

How do I use the Seedance 2.5 API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/video \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2-5",
    "prompt": "Your prompt here"
  }'
Python
import requests

response = requests.post(
    "https://api.fairstack.ai/v1/generations/video",
    headers={
        "Authorization": f"Bearer {FAIRSTACK_API_KEY}",
        "Content-Type": "application/json",
    },
    json={
        "model": "seedance-2-5",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
const response = await fetch(
  "https://api.fairstack.ai/v1/generations/video",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      model: "seedance-2-5",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does Seedance 2.5 support?

Parameter
Type
Default
Details
duration
integer
5
Range: 4–30
aspect_ratio
enum (optional)
16:9
Options: 1:1, 4:3, 3:4, 16:9, 9:16, 21:9...
resolution
enum
720p
Options: 480p, 720p, 1080p
generate_audio
boolean (optional)
true
web_search
boolean (optional)
false

Frequently Asked Questions

How much does Seedance 2.5 cost?

Seedance 2.5 costs $0.378/sec on FairStack as of 2026-09-22. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.

What is Seedance 2.5 and what is it best for?

Seedance 2.5 is the next generation of ByteDance's Seedance video model. Like the rest of the Seedance family it is multi-mode from one model: drive it with a text prompt, a single first frame, a first and last frame for interpolation, or a set of reference images and audio clips. FairStack detects the mode from your input. It renders 480p, 720p, or 1080p in seven aspect ratios (including 21:9 and adaptive), with synchronized audio generated in the same pass. On FairStack a clip runs from 4 to 16 seconds. The model itself supports up to 30 seconds and larger reference sets; FairStack does not expose those yet. Reference videos are not accepted on FairStack yet. Billing is per second of output at the provider rate for the resolution you choose, plus the flat 20% platform fee, shown before you spend. Seedance 2.5 is best for Narrative clips with dialogue and sound, Character-consistent reference video, Storyboard animation. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does Seedance 2.5 have an API?

Yes. Seedance 2.5 is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/video with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.

How does Seedance 2.5 compare to other video models?

Seedance 2.5 excels at Narrative clips with dialogue and sound, Character-consistent reference video, Storyboard animation. It is a text to video model priced at $0.378/sec on FairStack. Key strengths: Newest Seedance generation, Single model handles t2v / i2v / reference. Compare all video models at fairstack.ai/models.

Start using Seedance 2.5 today

$0.378/sec. Full API access. No subscription.

Start Creating