bytedance/seedance/2.0/fast/image-to-video
ByteDance's most advanced image-to-video model in its fast tier delivering lower latency and cost without compromising on cinematic output, native audio, multi-shot editing, and director-level camera control for profess...
PNG, JPEG, WebP, or GIF · 20 MiB maximum
PNG, JPEG, WebP, or GIF · 20 MiB maximum
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/runbytedance/seedance/2.0/fast/image-to-videoInput Schema
6 parameters · 2 required · 4 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
image | string | Required | The URL of the starting image for video generation. |
prompt | string | Required | The text prompt to generate a video from. · Min length: 3 · Max length: 50000 · Default: "Create a 360-degree orbiting camera shot based on this photo." |
duration | integer | Optional | The duration of the generated video in seconds. · Options: 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 · Default: 5 456789101112131415 |
end_image | string | Optional | The URL of the ending image for video generation. |
resolution | string | Optional | The resolution of the video to generate. · Options: 480p, 720p · Default: "720p" 480p720p |
aspect_ratio | string | Optional | The aspect ratio of the generated video. · Options: 16:9, 9:16, 1:1, 4:3, 3:4 16:99:161:14:33:4 |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Async Workflow
This model uses asynchronous execution. Submit a request and poll for the result.
- Submit — POST to /v1/run, receive an
id - Poll — GET /v1/run/{id} until status is
completed,failed, ortimeout - Retrieve — Read
outputsfrom the completed response
Code Examples
Ready-to-run snippets
# Step 1: Submit
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "bytedance/seedance/2.0/fast/image-to-video",
"image": "https://p9-arcosite.byteimg.com/tos-cn-i-goo7wpa0wc/f8fc1008f23a4908b7c897e8b7eb87df~tplv-goo7wpa0wc-image.image",
"prompt": "Create a 360-degree orbiting camera shot based on this photo.",
"duration": 5,
"resolution": "720p"
}'
# Step 2: Poll result (replace <id>)
curl https://api.sandbase.ai/v1/run/<id> \
-H "Authorization: Bearer YOUR_API_KEY"API README
Seedance 2.0 Fast Image to Video
ByteDance's fast-tier image-to-video model — transforms a reference image into video with lower latency and ~20% cost savings compared to the standard version.
- Need higher resolution (1080p)? Try Seedance 2.0 Image to Video.
- Need text-only generation? Try Seedance 2.0 Fast Text to Video.
- Need reference-guided generation? Try Seedance 2.0 Fast Reference to Video.
Highlights
Lower latency — Optimized for speed, ideal for iterative workflows and rapid prototyping.
Image-driven generation — Use a first-frame image to guide the video's visual style and starting point.
Native audio generation — Automatically creates synchronized sound effects and ambient audio.
Up to 720p — Supports 480p and 720p output (1080p not available in fast tier).
Pricing
Non-4K rates use Volcengine's non-promotional list price converted at 1 USD = 6.74 CNY. All 4K output rates use the confirmed reference price.
| Resolution | Output price per second |
|---|---|
| 480p | $0.05 |
| 720p | $0.12 |
Default: 5 output seconds at 720p = $0.59. Input images do not add a video-input charge. Audio generation is included at no extra cost.
Technical Specs
| Spec | Value |
|---|---|
| Input | Image + optional text prompt |
| Output | MP4 video with optional audio |
| Resolution | 480p / 720p |
| Aspect ratios | 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
| Duration | 4–15 seconds |
| Execution | Async (submit → poll for result) |
| Typical latency | 1–5 minutes |
Related
- Seedance 2.0 Image to Video — Standard version with 1080p support
- Seedance 2.0 Fast Text to Video — Fast text-driven generation
- Seedance 2.0 Fast Reference to Video — Fast multi-reference generation

