Seedance 2.5 Text to Video
bytedance/seedance/2.5/text-to-videoByteDance's next-generation text-to-video model, generating native single-shot clips up to 30 seconds at 720p with coherent motion, native audio, and director-level camera control for professional-grade video creation.
- Base price
- $1.12 / run
- Execution
- async
- Model type
- video
- Input fields
- 5
Try the model
Playground
Your output will appear here
Complete the inputs, then click Run.
Specifications
Pricing
- Base price
- $1.12 / run
- Billing formula
- (usage.total_seconds ?? ((params.duration ?? 5) == 'auto' ? 5 : (params.duration ?? 5))) * ((params.resolution ?? '720p') == '480p' ? 0.099703264095 : (params.resolution ?? '720p') == '720p' ? 0.224332344214 : (params.resolution ?? '720p') == '1080p' ? 0.555222551929 : (0 / 0))
Context & modalities
- Input
- Schema-defined
- Output
- video
Capabilities
- Chat
- Not supported
- Vision
- Not supported
- Reasoning
- Not supported
- Structured output
- Not supported
- Function calling
- Not supported
- Audio input
- Not supported
Access
- Provider
- Bytedance
- Model ID
- bytedance/seedance/2.5/text-to-video
- Execution
- async
- API
- Unified Run API
- Endpoint
- /v1/run
API README
Seedance 2.5 Text to Video
ByteDance's next-generation text-to-video model — generates native single-shot video up to 30 seconds from a single text prompt, reasoning about the whole shot at once so motion, lighting, and subject identity stay coherent from first frame to last.
- Need image-driven generation? Try Seedance 2.5 Image to Video.
- Need reference-guided generation? Try Seedance 2.5 Reference to Video.
Highlights
Native 30-second single-shot — Generate long, coherent takes in one request without the drift or stitching of multi-clip workflows.
Native audio generation — Automatically creates synchronized sound effects, ambient audio, and lip-synced speech. Toggle with generate_audio parameter.
Pure imagination — No input image required. Describe your scene and the model brings it to life with cinematic quality.
Flexible duration — Generate 4 to 30 second clips in a single request.
Pricing
Rates use Volcengine's non-promotional list price converted at 1 USD = 6.74 CNY.
| Resolution | Output price per second |
|---|---|
| 480p | $0.10 |
| 720p | $0.22 |
| 1080p | $0.56 |
Default: 5 output seconds at 720p = $1.12. Input images do not add a video-input charge. Audio generation is included at no extra cost.
When to Use
| ✅ Good fit | ❌ Consider alternatives |
|---|---|
| Creative concept visualization | Real-time video streaming |
| Social media content creation | Long-form video (>30s) |
| Marketing and ad clips | Pixel-perfect frame control |
| Storyboard-to-video workflows | Image-guided generation (use I2V) |
| Quick video prototyping | Multi-reference scenes (use Ref2V) |
Technical Specs
| Spec | Value |
|---|---|
| Input | Text prompt |
| Output | MP4 video with optional audio |
| Resolution | 480p / 720p / 1080p |
| Aspect ratios | 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
| Duration | 4–30 seconds |
| Execution | Async (submit → poll for result) |
| Typical latency | 2–10 minutes |
Related
- Seedance 2.5 Image to Video — Transform images into video
- Seedance 2.5 Reference to Video — Multi-reference guided generation
Start building
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
# Preserve Unicode and shell metacharacters in the request body.
result=$(printf '%s' 'ewogICJtb2RlbCI6ICJieXRlZGFuY2Uvc2VlZGFuY2UvMi41L3RleHQtdG8tdmlkZW8iLAogICJwcm9tcHQiOiAiUGhvdG9yZWFsaXN0aWMgc3R5bGU6IFVuZGVyIGEgY2xlYXIgYmx1ZSBza3ksIGEgdmFzdCBleHBhbnNlIG9mIHdoaXRlIGRhaXN5IGZpZWxkcyBzdHJldGNoZXMgb3V0LiBUaGUgY2FtZXJhIGdyYWR1YWxseSB6b29tcyBpbiBhbmQgZmluYWxseSBmaXhhdGVzIG9uIGEgY2xvc2UtdXAgb2YgYSBzaW5nbGUgZGFpc3ksIHdpdGggc2V2ZXJhbCBnbGlzdGVuaW5nIGRld2Ryb3BzIHJlc3Rpbmcgb24gaXRzIHBldGFscy4iLAogICJkdXJhdGlvbiI6IDUsCiAgInJlc29sdXRpb24iOiAiNzIwcCIsCiAgImFzcGVjdF9yYXRpbyI6ICIxNjo5IiwKICAiZ2VuZXJhdGVfYXVkaW8iOiB0cnVlCn0=' \
| base64 --decode \
| curl --fail-with-body --silent \
-X POST "https://api.sandbase.ai/v1/run" \
-H "Authorization: Bearer $SANDBASE_API_KEY" \
-H "Content-Type: application/json" \
--data-binary @-)
run_id=$(printf '%s' "$result" | jq -r .id)
for attempt in $(seq 1 120); do
status=$(printf '%s' "$result" | jq -r .status)
case "$status" in completed|failed|timeout) break ;; esac
sleep 2
result=$(curl --fail-with-body --silent \
-H "Authorization: Bearer $SANDBASE_API_KEY" \
"https://api.sandbase.ai/v1/run/$run_id")
done
status=$(printf '%s' "$result" | jq -r .status)
[ "$status" = completed ] || { echo "Generation ended: $status" >&2; exit 1; }
printf '%s\n' "$result"Choose your model
Compare models
| Model | Context | Input / 1M | Output / 1M | Released |
|---|---|---|---|---|
Seedance 2.5 Text to VideoThis model Bytedance | — | — | — | Jul 1, 2026 |
Bytedance | — | — | — | Jul 1, 2026 |
Bytedance | — | — | — | Jul 1, 2026 |
Bytedance | — | — | — | Jun 16, 2025 |
Bytedance | — | — | — | Jun 16, 2025 |
Bytedance | — | — | — | Dec 23, 2025 |
