Bytedance Dreamina V3.0 Image To Video 1080p
Playground
Try it on WavespeedAI!Dreamina V3.0 converts text or image prompts into 1080P videos with natural expression, diverse styles, and multi-scene narratives. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Features
ByteDance Dreamina v3.0 Image-to-Video 1080p
Transform your images into cinematic 1080p videos with ByteDance’s Dreamina v3.0. This powerful image-to-video model brings static images to life with fluid, natural motion guided by your text descriptions — perfect for creating engaging visual content with professional quality.
Why It Looks Great
- 1080p output: Full HD resolution for crisp, professional-quality video results.
- Narrative motion: Describe complex actions and the AI generates coherent, story-driven movement.
- Prompt Enhancer: Built-in tool to refine and expand your motion descriptions automatically.
- Flexible duration: Control how long your generated video runs.
- Reproducible results: Use the seed parameter to recreate exact outputs or explore variations.
- ByteDance quality: Powered by advanced video generation technology from a leading AI research team.
Parameters
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text description of the motion, action, and atmosphere you want in the video. |
| image | Yes | Source image to animate (upload or public URL). |
| seed | No | Random seed for reproducibility. Use -1 for random. |
| duration | No | Video length in seconds. Default: 5. |
How to Use
- Write your prompt — describe the motion, actions, and cinematic details you want.
- Use Prompt Enhancer (optional) — click to automatically enrich your motion description.
- Upload your image — drag and drop or paste a public URL.
- Set duration — choose how long you want the video to be.
- Set seed (optional) — use -1 for random, or a specific number to reproduce results.
- Run — click the button to generate.
- Download — preview and save your 1080p video.
Pricing
Flat rate per video generation.
| Output | Cost |
|---|---|
| Per video | $0.60 |
Examples
| Videos Generated | Total Cost |
|---|---|
| 1 | $0.60 |
| 5 | $3.00 |
| 10 | $6.00 |
| 20 | $12.00 |
Best Use Cases
- Storytelling & Narrative — Create short cinematic sequences from key story moments.
- Social Media Content — Transform photos into engaging video content for higher engagement.
- Product Showcases — Animate product images with dynamic camera movements and effects.
- Art & Illustration — Bring artwork to life with magical, fantastical motion.
- Marketing & Advertising — Produce eye-catching video ads from static campaign images.
Example Prompts
- “In a cozy, sunlit bookstore, a young woman is reading quietly. As she turns a page, the printed words gently lift off the paper, transforming into tiny, glowing butterflies that flutter around her head”
- “Slow camera push in as soft morning light streams through the window, dust particles floating gently in the air”
- “The subject smiles warmly and tilts their head slightly, hair moving softly in a gentle breeze”
- “Dramatic camera orbit around the product as spotlights create dynamic reflections on the surface”
- “Ocean waves crash against the rocky shore, sea spray rising into the misty air, cinematic slow motion”
Pro Tips for Best Results
- Describe both subject motion and camera movement for more dynamic results.
- Include atmospheric details — lighting changes, particle effects, environmental motion.
- Use cinematic language: “slow motion”, “camera push in”, “dramatic lighting”, “soft focus”.
- High-quality source images with clear subjects produce the smoothest animations.
- The Prompt Enhancer excels at adding professional cinematography details.
- Start with shorter durations to test your concept before generating longer videos.
Notes
- If using a URL for the image, ensure it is publicly accessible. A preview thumbnail confirms successful loading.
- Processing time may vary based on duration and current queue load.
- Complex motion descriptions may require iteration to achieve the desired effect.
- Best results come from images with clear subjects and room for implied motion.
Authentication
For authentication details, please refer to the Authentication Guide.
API Endpoints
Submit Task & Query Result
# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/bytedance/dreamina-v3.0/image-to-video-1080p" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"seed": -1,
"duration": 5
}'
# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"
Parameters
Task Submission Parameters
Request Parameters
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
| prompt | string | Yes | - | The positive prompt for the generation. | |
| image | string | Yes | - | The image to be used for the generation. | |
| seed | integer | No | -1 | -1 ~ 2147483647 | The random seed to use for the generation. -1 means a random seed will be used. |
| duration | integer | No | 5 | 5 | The duration of the generated media. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data.id | string | Unique identifier for the prediction, Task Id |
| data.model | string | Model ID used for the prediction |
| data.outputs | array | Array of URLs to the generated content (empty when status is not completed) |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
Result Request Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | Yes | - | Task ID |
Result Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | string | Array of URLs to the generated content (empty when status is not completed). |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |