Skip to main content
Seedance 2 Fast

Seedance 2 Fast

ByteDance's faster Seedance 2 variant for multimodal asynchronous video generation at lower per-second rates.

Fast VariantMultimodal VideoLower Cost

Execution

Async video

Built for queued generation workflows

Duration

4-15s

Output length range for generated clips

Resolution

480p / 720p

Output tier; billing uses returned tokens

Token Price

$3.30-$5.60 / 1M

Varies by resolution and video input

Model Codeseedance-2-fast

Playground

seedance-2-fast
First Frame0/1

Click or drag

Last Frame0/1

Click or drag

4s8s15s

Resolution (sent to backend)

Aspect Ratio (sent to backend)

No output yet

Pricing

Video inputResolutionToken price
No video input480p / 720p$5.60 / 1M tokens
With video input480p / 720p$3.30 / 1M tokens
No video input1080pNot supported

Token rate · $5.88 · 1M tokens

Token rate · $3.465 · 1M tokens

Example 5s video · $0.294 · video

Example 5s video · $0.63 · video

README

Seedance 2 Fast provides the Seedance 2 creative workflow for faster, lower-cost video tasks with 4-15 second outputs, 480p/720p tiers, and token pricing by video input.
  • Seedance 2 Fast supports the same broad creative direction as Seedance 2, including multimodal reference workflows.
  • It is tuned for teams that want faster iteration and lower per-second cost while staying within 480p and 720p output tiers.
  • Use this model when Seedance 2 compatibility is useful but speed and lower per-second cost matter more than 1080p output.

API

Use the API docs for request format, parameters, and integration details.

ByteDance's faster Seedance 2 variant for multimodal asynchronous video generation at lower per-second rates.

Model Code

seedance-2-fast

View API Docs

API

Endpoint

POST /v1/vids/create

Authentication

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

Example

curl -X POST "https://direct.reachapi.ai/v1/vids/create" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2",
    "input": {
      "content": [
        {
          "type": "text",
          "text": "A stylized travel film scene with dynamic camera movement"
        }
      ],
      "duration_seconds": 8,
      "resolution": "1080p",
      "aspect_ratio": "adaptive",
      "watermark": false
    }
  }'