Modellere dön
Canlı APIQwen Image Tools
Canlı APIQwen Image ToolsQwen Multi-Angles
qwen-multi-anglesCreate 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
| Parametre | Tür | Gereklilik | Açıklama |
|---|---|---|---|
| model | string | Zorunlu | Model identifier. Varsayılan: qwen-multi-angles |
| images | string[] | Zorunlu | One to three public source image URLs. |
| horizontal_angle | number | İsteğe bağlı | Horizontal camera rotation in degrees. Varsayılan: 0 |
| vertical_angle | number | İsteğe bağlı | Vertical camera rotation in degrees. Varsayılan: 0 |
| distance | number | İ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.