WaveSpeedAI APIBytedanceBytedance Dreamina V3.0 Text To Video 720p

Bytedance Dreamina V3.0 Text To Video 720p

Bytedance Dreamina V3.0 Text To Video 720p

Playground

Try it on WavespeedAI!

Dreamina V3.0 creates 720P videos from text or image prompts with natural dynamic expression, diverse styles, and multi-scene narratives. Ready-to-use REST API, best performance, no coldstarts, affordable pricing.

Features

ByteDance Dreamina v3.0 Text-to-Video 720p

Create videos from pure imagination with ByteDance’s Dreamina v3.0 text-to-video model. Simply describe your scene in words and watch it come to life — no source images required. Generate cinematic 720p videos with dynamic motion, detailed environments, and compelling narratives.

Why It Looks Great

  • Pure text-to-video: Generate complete videos from descriptions alone — no images needed.
  • 720p HD output: Sharp, clean video quality suitable for most digital platforms.
  • Wide aspect ratio support: Six format options including ultra-wide 21:9 for cinematic content.
  • Prompt Enhancer: Built-in tool to refine and expand your descriptions automatically.
  • Flexible duration: Control how long your generated video runs.
  • Reproducible results: Use the seed parameter to recreate exact outputs or explore variations.

Parameters

ParameterRequiredDescription
promptYesText description of the scene, action, and cinematography you want.
aspect_ratioNoOutput format: 16:9, 4:3, 1:1, 3:4, 9:16, or 21:9. Default: 16:9.
seedNoRandom seed for reproducibility. Use -1 for random.
durationNoVideo length in seconds. Default: 5.

How to Use

  1. Write your prompt — describe the scene, characters, action, lighting, and camera work in detail.
  2. Use Prompt Enhancer (optional) — click to automatically enrich your description with cinematic details.
  3. Choose aspect ratio — select the format that fits your platform or creative vision.
  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 720p video.

Pricing

Flat rate per video generation.

OutputCost
Per video$0.30

Aspect Ratio Guide

RatioBest For
16:9YouTube, presentations, standard video
4:3Classic film look, retro content
1:1Instagram feed, profile content
3:4Portrait photos, Pinterest
9:16TikTok, Instagram Reels, Stories
21:9Cinematic widescreen, film trailers

Best Use Cases

  • Concept Visualization — Bring ideas to life without any source material.
  • Social Media Content — Generate platform-ready videos for TikTok, Reels, and Stories.
  • Storyboarding & Pre-vis — Visualize scenes before production.
  • Creative Exploration — Experiment with ideas quickly and affordably.
  • Marketing & Ads — Create attention-grabbing video content from scratch.

Example Prompts

  • “An elderly, white-haired scientist stands beside a massive astronomical telescope, looking up at the starry sky with wonder and awe in his eyes. In the control room, data scrolls across monitors, casting a faint blue glow on his face. Cinematography: Low-angle shot.”
  • “A lone astronaut walks across a red Martian landscape, dust swirling around their boots, Earth visible as a tiny blue dot in the sky”
  • “Timelapse of a flower blooming in a sunlit garden, soft bokeh background, macro cinematography”
  • “Neon-lit cyberpunk street at night, rain falling, reflections on wet pavement, camera tracking forward through crowds”
  • “Cozy cabin interior with a crackling fireplace, snow falling outside the window, warm ambient lighting”

Pro Tips for Best Results

  • Be cinematic — include camera directions like “low-angle”, “tracking shot”, “slow zoom”, “dolly in”.
  • Describe lighting and atmosphere — “golden hour”, “dramatic shadows”, “soft diffused light”.
  • Include environmental details — weather, time of day, ambient elements.
  • Use the Prompt Enhancer to add professional film language to simple ideas.
  • Match aspect ratio to your platform: 9:16 for TikTok/Reels, 16:9 for YouTube, 21:9 for cinematic trailers.
  • Start with shorter durations to test concepts before generating longer videos.

Notes

  • Processing time may vary based on duration and current queue load.
  • More detailed prompts generally produce better, more coherent results.
  • The 21:9 ultra-wide format is perfect for film-style cinematic content.
  • For higher resolution needs, check if a 1080p version is available.

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/text-to-video-720p" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "aspect_ratio": "16:9",
    "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.
aspect_ratiostringNo16:916:9, 4:3, 1:1, 3:4, 9:16, 21:9The aspect ratio of the generated media.
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.