Midjourney Image To Video
Playground
Try it on WavespeedAI!Midjourney Image-to-Video turns a single image into an artistically rich, high-quality video using Midjourney’s creative AI. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Features
Midjourney — Image-to-Video Model
Midjourney Image-to-Video transforms static artworks or illustrations into cinematic video clips with motion, lighting, and depth — while maintaining Midjourney’s signature artistic fidelity. This model captures subtle camera movement, breathing effects, and dynamic perspective shifts, bringing your images vividly to life.
✨ Why It Looks Great
- Midjourney-grade aesthetic — built on the same visual backbone as the legendary Midjourney image engine.
- Artistic motion synthesis — intelligently infers camera movement, light flicker, and environmental animation.
- High visual consistency — preserves texture, detail, and lighting from the input image.
- Multi-resolution support — generate videos at 480p or 720p resolution.
- Tunable creativity — control motion randomness and artistic deformation with parameters like
chaos,stylize, andweird.
⚙️ Limits and Performance
-
Input: one reference image (JPEG / PNG / WebP).
-
Output duration: fixed short cinematic clip (~5 seconds).
-
Resolutions:
- 480p for faster, lower-cost generation.
- 720p for enhanced clarity and professional output.
-
Supported aspect ratios: 1:1, 16:9, 4:3, 3:4, 2:3, 9:16, etc.
-
Estimated processing time: 30–60 seconds per video (depending on prompt complexity).
💰 Pricing
| Resolution | Example Price |
|---|---|
| 480p | $0.15 |
| 720p | $0.48 |
🧠 Parameters Overview
| Parameter | Description |
|---|---|
| resolution | Choose 480p or 720p. |
| aspect_ratio | Controls video composition (e.g., 16:9 for widescreen). |
| quality | Higher values produce more refined visuals but increase render time. |
| stylize | Adjusts how strongly Midjourney’s artistic style influences the animation. |
| chaos | Adds controlled randomness to camera and scene motion. |
| weird | Introduces surreal, experimental effects for creative exploration. |
| version | Model version selector (7 is current). |
| niji | Toggles anime-style adaptation (close for realistic style). |
| seed | Fix this for reproducible motion results. |
🚀 How to Use
-
Upload your image as the base frame.
-
Write a prompt describing the desired motion, lighting, and tone. Example: “Slow cinematic zoom on a magical fox reading under warm lamp light.”
-
Choose resolution (480p or 720p).
-
Adjust parameters:
stylizefor artistrychaosandweirdfor creativityqualityfor detail
-
Click Run to generate your video.
-
Download and preview the animated result.
🧠 Understanding — stylize
The stylize parameter defines how strongly Midjourney’s internal aesthetic “rules” guide your output.
-
Low values (≈50–150) → lower visual coherence, rougher details, but higher prompt control. Ideal for original or hybrid concepts (“catragon,” “centaur,” etc.).
-
High values (≈250–750) → smoother, more realistic images, but weaker prompt adherence. MJ leans toward dataset beauty rather than creative deviation.
-
Pro tip: for both coherence and control, use strong visual prompts and mention your style at both the beginning and end, e.g.:
“Salvador Dali painting of surreal architecture, by Salvador Dali —stylize 250”
Midjourney has confirmed: the higher the
--stylizevalue, the closer results align with the average user’s preferred visual aesthetic.
💡 Quick Presets
| Goal | Suggested Settings |
|---|---|
| Precise control / faithful to prompt | stylize=100, chaos=0, weird=0 |
| Visually beautiful / cohesive | stylize=300, chaos=0, weird=0 |
| Creative exploration | stylize=150, chaos=20–40, weird=100–400 |
🧩 Tips for Best Results
- Keep prompts visual and descriptive (use lighting, materials, mood, and camera terms).
- Lower
stylizeto make Midjourney listen more closely to your wording. - Raise
stylizefor a more polished or realistic look. - Avoid high
chaosorweirdunless experimenting with concept art. - Reuse the same
seedto refine results iteratively.
🧩 Notes
- Motion style depends heavily on prompt clarity and the original image composition.
- Extreme
weirdvalues can produce abstract deformation effects — experiment for creativity. - For consistent results, fix the seed parameter across multiple runs.
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/midjourney/image-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"resolution": "480p",
"aspect_ratio": "1:1",
"motion": "low",
"quality": 1,
"stylize": 0,
"chaos": 0,
"weird": 0,
"seed": -1,
"enable_base64_output": false
}'
# 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 |
|---|---|---|---|---|---|
| image | string | Yes | - | The image for generating the output. | |
| prompt | string | Yes | - | The text prompt describing the image you want to generate. | |
| last_image | string | No | - | - | The last image for generating the output. |
| resolution | string | No | 480p | 480p, 720p | The resolution of the generated media. |
| aspect_ratio | string | No | 1:1 | 1:1, 4:3, 3:4, 2:3, 16:9, 1:2 | The aspect ratio of the generated media. |
| motion | string | No | low | low, high | The motion of the generated media. |
| quality | number | No | 1 | 0.25, 0.5, 1, 2 | Use the quality parameter to control image detail and processing time. |
| stylize | integer | No | - | 0 ~ 1000 | Use the stylize parameter to control the artistic style in the image (0-1000). |
| chaos | integer | No | - | 0 ~ 100 | Use the chaos parameter to add variety to your image results (0-100). Higher values produce more unusual and unexpected results. |
| weird | integer | No | - | 0 ~ 3000 | Use the weird parameter to make your images quirky and unconventional (0-3000). |
| seed | integer | No | -1 | -1 ~ 2147483647 | Use the seed parameter for testing and experimentation. Use the same seed and prompt to get similar results. |
| enable_base64_output | boolean | No | false | - | The random seed to use for the generation. |
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 |