Vidu Q3 與 Q3 Pro 模型 5 折 · 僅限 WaveSpeedAI | 5月20日 – 6月2日
首頁/探索/WaveSpeed/Qwen Image/Edit 2509 Multiple Angles

Qwen Image Edit 2509 Multiple Angles

wavespeed-ai /

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.

image-to-image
輸入

拖放檔案或點擊上傳

preview
If enabled, the output will be encoded into a BASE64 string instead of a URL. This property is only available through the API.
If set to true, the function will wait for the result to be generated and uploaded before returning the response. It allows you to get the result directly in the response. This property is only available through the API.

就緒

$0.025每次運行·~40 / $1

下一步:

示例查看全部

相關模型

README

Qwen Image Edit 2509 Multiple Angles

Qwen Image Edit 2509 Multiple Angles generates new camera perspectives of a subject from reference images. Control horizontal rotation, vertical tilt, and camera distance to create realistic multi-angle views — perfect for product photography and 3D visualization without reshooting.

Why Choose This?

  • Multi-angle generation Create new camera perspectives from up to 3 reference images.

  • Precise horizontal rotation Rotate the viewpoint in 5 positions: -90 (left), -45, 0 (front), 45, 90 (right).

  • Vertical tilt control Adjust camera elevation: -30 (low angle), 0 (eye level), 30 (elevated), 60 (high angle).

  • Camera distance Control zoom level: 0 = close-up, 1 = medium shot, 2 = wide shot.

  • Optional prompt guidance Add text descriptions to refine the generated perspective.

Parameters

ParameterRequiredDescription
imagesYesReference images, up to 3 (click "+ Add Item")
horizontal_angleNoHorizontal rotation: -90, -45, 0, 45, 90 (default: 90)
vertical_angleNoVertical tilt: -30, 0, 30, 60 (default: 0)
distanceNoCamera distance: 0 (close-up), 1 (medium), 2 (wide) (default: 1)
promptNoText description to guide the output
sizeNoCustom output size
seedNoRandom seed for reproducibility (-1 for random)
output_formatNoOutput format: jpeg (default), png, webp
enable_base64_outputNoReturn BASE64 string instead of URL (API only)
enable_sync_modeNoWait for result before returning response (API only)

Angle Reference

Horizontal Angle (horizontal_angle):

  • -90 → left side view
  • -45 → rotate left 45 degrees
  • 0 → front view
  • 45 → rotate right 45 degrees
  • 90 → right side view

Vertical Angle (vertical_angle):

  • -30 → low angle (looking up)
  • 0 → eye level
  • 30 → elevated view
  • 60 → high angle (looking down)

Distance:

  • 0 → close-up
  • 1 → medium shot
  • 2 → wide shot

How to Use

  1. Upload your images — provide 1-3 reference images.
  2. Set horizontal angle — choose the horizontal rotation.
  3. Set vertical angle (optional) — adjust camera elevation.
  4. Set distance (optional) — choose close-up, medium, or wide shot.
  5. Add prompt (optional) — describe any additional guidance.
  6. Run — submit and download the new perspective.

Pricing

OutputCost
Per image$0.025

Best Use Cases

  • Product Photography — Generate multiple product angles from a few reference shots.
  • E-commerce — Produce multi-angle product listings without reshooting.
  • 3D Visualization — Preview objects from different perspectives.
  • Sports & Action — Create alternate viewing angles of action scenes.
  • Creative Exploration — Experiment with camera angles and compositions.

Pro Tips

  • Use multiple reference images from different angles for more accurate results.
  • Combine horizontal rotation with vertical tilt for dynamic camera positions.
  • Use distance 0 for detail shots, distance 2 for full-body or environment context.
  • Values are rounded to the nearest valid angle automatically.
  • Keep seed consistent to compare different angle settings on the same subject.

Notes

  • Images is the only required field; maximum 3 reference images.
  • Angle values are rounded to the nearest valid position.
  • enable_base64_output and enable_sync_mode are API-only parameters.
  • Ensure uploaded image URLs are publicly accessible.
  • Seed value -1 generates a random seed each time.

Related Models

無障礙:本網站使用的 AI 模型由第三方提供。

Qwen Image Edit 2509 Multiple Angles API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/wavespeed-ai/qwen-image/edit-2509-multiple-angles 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 Qwen Image Edit 2509 Multiple Angles below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/qwen-image/edit-2509-multiple-angles" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "horizontal_angle": 0,
    "vertical_angle": 0,
    "distance": 1,
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "seed": -1,
    "output_format": "jpeg",
    "enable_base64_output": false,
    "enable_sync_mode": false
}'

# 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].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');

const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env

const result = await client.run("wavespeed-ai/qwen-image/edit-2509-multiple-angles", {
        "horizontal_angle": 0,
        "vertical_angle": 0,
        "distance": 1,
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "seed": -1,
        "output_format": "jpeg",
        "enable_base64_output": false,
        "enable_sync_mode": false
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "wavespeed-ai/qwen-image/edit-2509-multiple-angles",
    {
    "horizontal_angle": 0,
    "vertical_angle": 0,
    "distance": 1,
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "seed": -1,
    "output_format": "jpeg",
    "enable_base64_output": false,
    "enable_sync_mode": false
}
)

print(output["outputs"][0])  # → URL of the generated output

Qwen Image Edit 2509 Multiple Angles API — Frequently asked questions

What is the Qwen Image Edit 2509 Multiple Angles API?

Qwen Image Edit 2509 Multiple Angles is a WaveSpeedAI model for image editing, exposed as a REST API 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. You can call it programmatically or try it from the playground above.

How do I call the Qwen Image Edit 2509 Multiple Angles API?

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/wavespeed-ai/qwen-image-edit-2509-multiple-angles.

How much does Qwen Image Edit 2509 Multiple Angles cost per run?

Qwen Image Edit 2509 Multiple Angles starts at $0.025 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.

What inputs does Qwen Image Edit 2509 Multiple Angles accept?

Key inputs: `prompt`, `images`, `seed`, `distance`, `enable_base64_output`, `enable_sync_mode`. 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/wavespeed-ai/qwen-image-edit-2509-multiple-angles.

How long does Qwen Image Edit 2509 Multiple Angles take to generate?

Average end-to-end generation time on WaveSpeedAI is around 46 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.

Can I use Qwen Image Edit 2509 Multiple Angles outputs commercially?

Commercial usage rights depend on the model's license, set by its provider (WaveSpeedAI). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.