WaveSpeedAI APIBytedanceBytedance Dreamina V3.0 Image To Video 1080p

Bytedance Dreamina V3.0 Image To Video 1080p

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

ParameterRequiredDescription
promptYesText description of the motion, action, and atmosphere you want in the video.
imageYesSource image to animate (upload or public URL).
seedNoRandom seed for reproducibility. Use -1 for random.
durationNoVideo length in seconds. Default: 5.

How to Use

  1. Write your prompt — describe the motion, actions, and cinematic details you want.
  2. Use Prompt Enhancer (optional) — click to automatically enrich your motion description.
  3. Upload your image — drag and drop or paste a public URL.
  4. Set duration — choose how long you want the video to be.
  5. Set seed (optional) — use -1 for random, or a specific number to reproduce results.
  6. Run — click the button to generate.
  7. Download — preview and save your 1080p video.

Pricing

Flat rate per video generation.

OutputCost
Per video$0.60

Examples

Videos GeneratedTotal 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

ParameterTypeRequiredDefaultRangeDescription
promptstringYes-The positive prompt for the generation.
imagestringYes-The image to be used for the generation.
seedintegerNo-1-1 ~ 2147483647The random seed to use for the generation. -1 means a random seed will be used.
durationintegerNo55The duration of the generated media.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.