Modellere dön
Canlı APIQwen Image
Canlı APIQwen ImageQwen Image 3
qwen-image-3High-fidelity text-to-image and image-to-image generation with strong typography, layout, and multilingual prompt following.
Model genel bakışı
- Uç nokta
- /api/v1/images/generations
- Kredi maliyeti
- 10 credits / image
- Tipik gecikme
- 20-60 sec
- Girdi ve çıktı
- Text, up to 3 images → PNG or JPEG
Yetenekler
- 1K and 2K output
- Text and image conditioning
- Prompt expansion
- Deterministic seeds
İstek parametreleri
| Parametre | Tür | Gereklilik | Açıklama |
|---|---|---|---|
| model | string | Zorunlu | Model identifier. Varsayılan: qwen-image-3 |
| prompt | string | Zorunlu | Generation prompt, up to 800 characters. |
| image_urls | string[] | İsteğe bağlı | Up to three public image URLs for image-to-image generation. |
| aspect_ratio | string | İsteğe bağlı | Output aspect ratio. Varsayılan: 16:9 |
| resolution | 1K | 2K | İsteğe bağlı | Output resolution tier. Varsayılan: 1K |
| output_format | png | jpeg | İsteğe bağlı | Generated file format. Varsayılan: png |
| seed | integer | İsteğe bağlı | Integer from 0 to 2147483647. 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-image-3",
"prompt": "Editorial product photo of a translucent blue speaker on a steel desk, soft morning light",
"aspect_ratio": "16:9",
"resolution": "1K",
"output_format": "png"
}'Oluşturma uç noktası eşzamansızdır. Aynı Bearer anahtarıyla GET /api/v1/tasks/ adresini sorgulayın.