Modellere dön
Canlı APIQwen Image
Canlı APIQwen ImageQwen Image 2512
qwen-image-2512Cost-efficient image generation route for production batches, concept exploration, and image-editing pipelines.
Model genel bakışı
- Uç nokta
- /api/v1/images/generations
- Kredi maliyeti
- 5 credits / image
- Tipik gecikme
- 15-45 sec
- Girdi ve çıktı
- Text or images → PNG, JPEG, WebP
Yetenekler
- Low per-image cost
- Text-to-image
- Multi-image editing
- Flexible pixel sizes
İstek parametreleri
| Parametre | Tür | Gereklilik | Açıklama |
|---|---|---|---|
| model | string | Zorunlu | Model identifier. Varsayılan: qwen-image-2512 |
| prompt | string | Zorunlu | Generation or edit prompt. |
| images | string[] | İsteğe bağlı | Source image URLs for editing. |
| size | string | İsteğe bağlı | Pixel dimensions using width*height. Varsayılan: 1024*1024 |
| output_format | png | jpeg | webp | İsteğe bağlı | Generated file format. Varsayılan: jpeg |
İ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-image-2512",
"prompt": "Minimal packaging design for a botanical sparkling water brand",
"size": "1024*1024",
"output_format": "jpeg"
}'Oluşturma uç noktası eşzamansızdır. Aynı Bearer anahtarıyla GET /api/v1/tasks/ adresini sorgulayın.