openrouter

ByteDance: Seedance 2.5

bytedance/Seedance-2.5
Context

1K

Input

text, image

Output

video

Tool calling

Not listed

About this model

Seedance 2.5 is a video generation model from ByteDance. It is suited for long-form storytelling, multimodal reference-based generation, video editing, and video extension. It supports first-frame and first-and-last-frame control, up...

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Video generation

$0.1028 / second

Video generation

$0.1027 / second

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Video generation854x480 · 480p · 4–30s · 16:9 · With audio$0.1028 / second
Video generation752x560 · 480p · 4–30s · 4:3 · With audio$0.1028 / second
Video generation640x640 · 480p · 4–30s · 1:1 · With audio$0.1027 / second
Video generation560x752 · 480p · 4–30s · 3:4 · With audio$0.1028 / second
Video generation480x854 · 480p · 4–30s · 9:16 · With audio$0.1028 / second
Video generation992x432 · 480p · 4–30s · 21:9 · With audio$0.1028 / second
Video generation1280x720 · 720p · 4–30s · 16:9 · With audio$0.2311 / second
Video generation1112x834 · 720p · 4–30s · 4:3 · With audio$0.2311 / second
Video generation960x960 · 720p · 4–30s · 1:1 · With audio$0.2311 / second
Video generation834x1112 · 720p · 4–30s · 3:4 · With audio$0.2311 / second
Video generation720x1280 · 720p · 4–30s · 9:16 · With audio$0.2311 / second
Video generation1470x630 · 720p · 4–30s · 21:9 · With audio$0.2311 / second

Performance

Published evaluation results associated with this model.

No benchmark data is listed for this model.

API example

curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "provider": "openrouter",
  "model": "bytedance/Seedance-2.5",
  "prompt": "A red fox running through a snowy forest",
  "resolution": "854x480",
  "aspect_ratio": "16:9",
  "duration": 5,
  "generate_audio": true,
  "camera_fixed": false,
  "service_tier": "default"
}'