Dreamina V3.0 converts text or images into pro 720P videos with natural dynamic expression, diverse styles and multi-scene narratives. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Boşta
$0.3çalıştırma başına·~33 / $10
A lone exploration starship slowly approaches a massive, unknown gas giant with colossal rings. Electrical storms are visible on the planet's surface. From the cockpit point of view, the debris in the rings glitters like diamonds. The camera slowly pushes in (dolly in), creating a sense of awe and loneliness in the face of the unknown universe.
The soft morning light fills an open-air local coffee shop. A customer sits at a window seat, the sunlight illuminating the delicate latte art on his Kona coffee. He is smiling slightly, gazing contentedly at the awakening street outside, enjoying the peaceful start to a new week. The cafe is decorated with many hanging green plants.
An army of elves, dwarves, and humans marches solemnly through a valley towards a volcanic, doomsday mountain. Three massive dragons circle in the sky above, letting out silent roars. The camera slowly descends from a high angle, sweeping over the army's banners and finally focusing on the determined profile of the lead knight. The lighting is dim,
In a forest of glowing mushrooms, a lost little girl reaches out to touch a giant, crystal-clear mushroom. The moment she makes contact, iridescent magical energy erupts from the mushroom's textures, flowing up her arm and illuminating her astonished face. The air is filled with sparkling spores.
In a dystopian megacity, the lower districts are drenched in a perpetual acid rain. A robot detective, collar of his trench coat turned up, walks through a crowded night market. The reflections of holographic advertisements flicker across his wet, metallic face. The camera follows him through the crowd, capturing the numb and wary expressions of passersby.
On an infinite checkerboard desert, giant, melting clocks hang from the branches of withered trees, in the style of Salvador Dalí. The sky is a gradient of orange and purple, with clouds that drift slowly like silk. A single, eye-shaped moon blinks in the sky. The entire world is slightly warping and undulating as if it were a mirage.
On a summer afternoon, sunlight streams through the leaves of a tree, casting dappled light and shadows inside a cozy wooden cabin. A chubby ginger cat dozes on the floor, its tail twitching lazily now and then. Outside the window, a wind chime sways gently in the breeze. The camera is static, creating a peaceful and beautiful scene filled with the quiet joys of life.
A time-lapse from dusk until dawn, showing the celestial movement over the African savanna. The Milky Way galaxy travels from one end of the horizon to the other, with star trails streaking across the sky. In the foreground is the silhouette of a massive baobab tree, with the shadows of nocturnal animals occasionally darting past.
Bring your images to life with Dreamina v3.0 at an accessible price point. This image-to-video model generates smooth, cinematic 720p videos from static images guided by your text descriptions — ideal for rapid iteration, social content, and creative exploration.
Need higher resolution? Try Dreamina v3.0 Image-to-Video 1080p for Full HD output.
| 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. |
Flat rate per video generation.
| Output | Cost |
|---|---|
| Per video | $0.30 |
| Resolution | Cost | Best For |
|---|---|---|
| 720p | $0.30 | Social media, rapid prototyping, high-volume production |
| 1080p | $0.60 | Professional content, large displays, final deliverables |
Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/bytedance/dreamina-v3.0/image-to-video-720p with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Dreamina v3.0 Image To Video 720p below.
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/bytedance/dreamina-v3.0/image-to-video-720p" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WAVESPEED_API_KEY" \
-d '{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"image": "https://example.com/your-input.jpg",
"seed": -1,
"duration": 5
}'
# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
-H "Authorization: Bearer $WAVESPEED_API_KEY"
# When status is "completed", read the output from data.outputs[0].// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env
const result = await client.run("bytedance/dreamina-v3.0/image-to-video-720p", {
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"image": "https://example.com/your-input.jpg",
"seed": -1,
"duration": 5
});
console.log(result.outputs[0]); // → URL of the generated output# pip install wavespeed
import wavespeed
output = wavespeed.run(
"bytedance/dreamina-v3.0/image-to-video-720p",
{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"image": "https://example.com/your-input.jpg",
"seed": -1,
"duration": 5
}
)
print(output["outputs"][0]) # → URL of the generated outputDreamina v3.0 Image To Video 720p is a ByteDance model for video generation from images, exposed as a REST API on WaveSpeedAI. Dreamina V3.0 converts text or images into pro 720P videos with natural dynamic expression, diverse styles and multi-scene narratives. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.
POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/bytedance/bytedance-dreamina-v3.0-image-to-video-720p.
Dreamina v3.0 Image To Video 720p starts at $0.30 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.
Key inputs: `prompt`, `image`, `duration`, `seed`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/bytedance/bytedance-dreamina-v3.0-image-to-video-720p.
Average end-to-end generation time on WaveSpeedAI is around 37 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.
Commercial usage rights depend on the model's license, set by its provider (ByteDance). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.