Runbase

Command Palette

Search for a command to run...

ByteDance

Seedance 1.0 Pro

ID:bytedance/seedance-1-pro

Seedance 1.0 Pro video generation API by ByteDance — high-fidelity cinematic video with multi-shot transitions at 720p and 1080p resolution.

Text to videoImage to videoMulti-shot1080p
Input
Aspect ratio
Resolution
Duration
Source image
Max 1 images, 10MB each
OutputView all
Output will appear here
720p
$0.38
1080p
$0.86
cURL
curl https://api.runbase.net/v1/runs \
  -H "Authorization: Bearer $RUNBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-1-pro",
    "input": {
      "prompt": "A cinematic product photo of a ceramic lamp",
      "aspect_ratio": "1:1",
      "resolution": "1K"
    }
  }'

Examples

Text to Video

Text to Video

16:9

A blue race car drifting around a snow-covered track at night under bright floodlights, snow spray, cinematic motion

Image to Video (Source)

Image to Video (Source)

1:1

A skier carving down a snowy mountain slope, ski poles in hand, alpine peaks in the background

Image to Video (Result)

Image to Video (Result)

1:1

The skier powers down the slope kicking up a wall of snow, dynamic camera follow

Overview

Seedance 1.0 Pro is ByteDance's first-generation high-fidelity video model, released in June 2025. It generates cinematic video at 720p or 1080p with smooth multi-shot transitions — camera cuts and angle changes are handled within a single generation pass. The model supports text-to-video and image-to-video but does not produce audio; that capability was added in the later 1.5 Pro release.

Use cases

Narrative-driven brand films and commercial content. Multi-shot sequences with camera transitions — wide establishing shots cutting to close-ups. Image-to-video for animating hero images or key art into motion. Short cinematic clips for presentations and pitch decks.

Inputs

All parameters are passed in the input object of the run request.

ParameterRequiredDescription
promptYesText description (1–10000 chars)
aspect_ratioNoDefault 16:9. Options: 16:9, 9:16, 4:3, 3:4, 1:1, 21:9
resolutionNoDefault 720p. Options: 720p, 1080p
durationNoDefault 5. Options: 5s, 10s
image_urlsNoSource image (max 1, max 10 MB) for image-to-video

Prompt tips

Describe camera transitions explicitly

Pro handles multi-shot well. Use phrases like "wide shot of the street, then cut to a close-up of the character's face" to guide transitions within a single clip.

Use cinematic language

Terms like "tracking shot," "dolly zoom," "rack focus," and "slow pan" translate directly into camera behavior. Be specific about movement direction and speed.

Match duration to complexity

Use 5-second clips for single-action shots. Reserve 10 seconds for prompts with camera transitions or multiple beats — it gives the model room to pace the sequence.

Limitations

  • No audio generation (available starting with Seedance 1.5 Pro)
  • Only two duration options (5s or 10s)
  • No 480p option — minimum resolution is 720p
  • 1080p increases generation time and cost compared to 720p
  • Aspect ratio is ignored in image-to-video mode (derived from source image)

FAQ

What makes Pro different from Lite?

Pro produces higher visual fidelity and handles multi-shot transitions more coherently. It also starts at 720p (no 480p), while Lite supports all three resolutions. Pro costs more per generation.

Does Seedance 1.0 Pro generate audio?

No. For synchronized audio, dialogue, or sound effects, use Seedance 1.5 Pro or Seedance 2.0.

Can I control camera cuts in the prompt?

Yes. Describe transitions in natural language — the model interprets multi-shot directions and produces cuts, pans, and angle changes within a single generation.