Skip to main content
Seedance 1.5 Pro

Seedance 1.5 Pro

ByteDance's Seedance 1.5 Pro video model for higher-capability text and frame-guided video generation.

Video GenerationAdaptive Aspect RatioFrame Guidance

Execution

Async video

Built for queued generation workflows

Duration

4-12s

Output length range for generated clips

Resolution

480p / 720p / 1080p

Output tier; billing uses returned tokens

Token Price

$1.20-$2.40 / 1M

Billed from returned video tokens

Model Codeseedance-1-5-pro

Playground

seedance-1-5-pro
First Frame0/1

Click or drag

Last Frame0/1

Click or drag

4s8s12s

Resolution (sent to backend)

Aspect Ratio (sent to backend)

No output yet

Pricing

AudioBilling basisToken price
With audioReturned video tokens$2.40 / 1M tokens
Without audioReturned video tokens$1.20 / 1M tokens

Token rate · $2.4 · 1M tokens

Token rate · $1.2 · 1M tokens

Example audio video · $0.12 · video

Example audio video · $0.26 · video

Example audio video · $0.58 · video

Example silent video · $0.06 · video

Example silent video · $0.13 · video

Example silent video · $0.29 · video

README

Seedance 1.5 Pro is an asynchronous video generation model on ReachAPI for 4-12 second outputs, adaptive aspect ratios, and token pricing that varies by audio output.
  • Seedance 1.5 Pro supports text prompts plus first-frame and last-frame image guidance for polished short-form video generation.
  • It is a strong fit for brand visuals, product motion, character beats, and cinematic clips that benefit from adaptive aspect ratios.
  • Use this model for Seedance 1.5 workflows that need adaptive aspect ratios and a stronger Pro video generation profile.

API

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

ByteDance's Seedance 1.5 Pro video model for higher-capability text and frame-guided video generation.

Model Code

seedance-1-5-pro

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-1-5-pro",
    "input": {
      "content": [
        {
          "type": "text",
          "text": "A luxury watch slowly rotates on a marble pedestal under soft studio light"
        }
      ],
      "duration_seconds": 4,
      "resolution": "720p",
      "aspect_ratio": "16:9"
    }
  }'