Qwen Image Edit 2509 Multiple Angles
Playground
Try it on WavespeedAI!Qwen Image Edit 2509 Multiple Angles is an AI image editing model that generates multiple-angle views of objects or scenes from a single image. Transform perspectives and create diverse viewpoints with text prompts. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Features
Qwen Image Edit 2509 Multiple Angles
Qwen Image Edit 2509 Multiple Angles generates new perspectives of a subject from a single image. Control rotation, forward movement, vertical angle, and wide-angle lens effects to create realistic multi-angle views without needing additional photos.
Why Choose This?
-
Multi-angle generation Create new camera perspectives from a single source image.
-
Precise rotation control Rotate the viewpoint left or right with fine-grained adjustment.
-
Forward movement Simulate camera push-in or pull-out for depth variation.
-
Vertical angle control Adjust the camera height for high-angle or low-angle perspectives.
-
Wide-angle lens effect Optional lens distortion for dramatic wide-angle shots.
Parameters
| Parameter | Required | Description |
|---|---|---|
| image | Yes | Source image to generate new angles from (URL or upload) |
| rotate_right_left | No | Horizontal rotation angle (default: 90) |
| move_forward | No | Forward/backward camera movement (default: 0) |
| vertical_angle | No | Vertical camera angle adjustment (default: 0) |
| wide_angle_lens | No | Enable wide-angle lens effect (default: disabled) |
| seed | No | Random seed for reproducibility (-1 for random) |
How to Use
- Upload your image — provide the source image.
- Set rotation — adjust rotate_right_left for horizontal perspective change.
- Set forward movement (optional) — push camera in or out.
- Set vertical angle (optional) — raise or lower the camera viewpoint.
- Enable wide-angle lens (optional) — add lens distortion effect.
- Run — submit and download the new perspective.
Pricing
| Output | Cost |
|---|---|
| Per image | $0.04 |
Best Use Cases
- Product Photography — Generate multiple product angles from a single shot.
- Sports & Action — Create alternate viewing angles of action scenes.
- E-commerce — Produce multi-angle product listings without reshooting.
- 3D Visualization — Preview objects from different perspectives.
- Creative Exploration — Experiment with camera angles and compositions.
Pro Tips
- Use moderate rotation values for realistic perspective shifts.
- Combine rotation with vertical angle for dynamic camera positions.
- Enable wide-angle lens for dramatic, immersive perspectives.
- Use move_forward to simulate zoom-in effects.
- Keep seed consistent to compare different angle settings on the same image.
Notes
- Image is the only required field.
- Extreme rotation or angle values may produce less realistic results.
- Ensure uploaded image URLs are publicly accessible.
- Seed value -1 generates a random seed each time.
Related Models
- Qwen Image Max Edit — Bilingual image editing with multi-image support.
- Qwen Image Max Text-to-Image — Generate images from text descriptions.
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/wavespeed-ai/qwen-image/edit-2509-multiple-angles" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"rotate_right_left": 0,
"move_forward": 0,
"vertical_angle": 0,
"seed": -1
}'
# 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 URL of the image to adjust camera angle for. | |
| rotate_right_left | number | No | - | -90 ~ 90 | Rotate camera left (positive) or right (negative) in degrees. |
| move_forward | number | No | - | 0 ~ 10 | Move camera forward (0=no movement, 10=close-up) |
| vertical_angle | number | No | - | -1 ~ 1 | Adjust vertical camera angle (-1=bird's-eye view, 0=neutral, 1=worm's-eye view) |
| wide_angle_lens | boolean | No | - | - | Enable wide-angle lens effect |
| seed | integer | No | -1 | -1 ~ 2147483647 | Random seed for reproducibility (-1 for random, 0-2147483647 for specific seed) |
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 |