Modellere dön
Canlı APIQwen Image Tools

Qwen Multi-Angles

qwen-multi-angles

Create a new camera viewpoint from one to three reference images using explicit horizontal, vertical, and distance controls.

Model genel bakışı
Uç nokta
/api/v1/images/generations
Kredi maliyeti
5 credits / image
Tipik gecikme
20-60 sec
Girdi ve çıktı
1-3 images → PNG or JPEG

Yetenekler

  • Camera orbit control
  • Elevation control
  • Distance control
  • Reference preservation

İstek parametreleri

ParametreTürGereklilikAçıklama
modelstringZorunluModel identifier. Varsayılan: qwen-multi-angles
imagesstring[]ZorunluOne to three public source image URLs.
horizontal_anglenumberİsteğe bağlıHorizontal camera rotation in degrees. Varsayılan: 0
vertical_anglenumberİsteğe bağlıVertical camera rotation in degrees. Varsayılan: 0
distancenumberİsteğe bağlıRelative camera distance. Varsayılan: 1

İstek örneği

curl https://qwenapi.org/api/v1/images/generations \
  -H "Authorization: Bearer $QWEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "qwen-multi-angles",
  "images": [
    "https://example.com/product.jpg"
  ],
  "horizontal_angle": 45,
  "vertical_angle": 10,
  "distance": 1,
  "output_format": "jpeg"
}'

Oluşturma uç noktası eşzamansızdır. Aynı Bearer anahtarıyla GET /api/v1/tasks/ adresini sorgulayın.