Harga Qwen Image API
Pay per image, no subscription required
Qwen Image API - GenerationGeneration
$0.015 /gambar
- Text-to-image generation with multilingual text rendering.
Qwen Image API - EditEdit
$0.025 /gambar
- Precision image editing through the Qwen Image API.
Qwen Image API Features
Qwen Image API menghadirkan render teks luar biasa dalam 26+ bahasa.
Performa SOTA
Qwen Image mencapai hasil mutakhir di benchmark terdepan seperti GenEval, DPG, OneIG-Bench, GSO, GEdit, ImgEdit, ChineseWord, TextCraft, dan LongText-Bench.
Render teks multibahasa unggul
Memberikan render teks luar biasa di 26+ bahasa, termasuk Inggris, Mandarin, dan Jepang.
Model dasar 20B parameter
Dengan arsitektur 20 miliar parameter, Qwen Image menetapkan standar baru untuk teks, editing, dan generasi artistik.
Qwen Image Edit
Menawarkan kemampuan editing tingkat industri, dari penyempurnaan objek hingga transformasi penuh adegan.
Pemahaman gambar
Mendukung deteksi objek, segmentasi semantik, estimasi kedalaman, sintesis sudut pandang baru, dan super-resolution.
Generasi super cepat
Dioptimalkan untuk sintesis cepat sambil mempertahankan kualitas tinggi bahkan pada skenario kompleks.
Inferensi teroptimasi GPU
API Qwen Image dari PiAPI sangat efisien untuk deployment GPU di cloud maupun lokal.
Pemrosesan batch
Mendukung generasi batch multi-prompt untuk meningkatkan efisiensi alur kerja skala produksi.
Lisensi komersial
Dirilis di bawah Apache 2.0 untuk penggunaan pribadi dan komersial.
Integrate in Minutes
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/qwen-image",
"task_type": "qwen-image",
"input": {
"prompt": "A multilingual editorial poster with precise typography.",
"width": 1024,
"height": 1024
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run qwen-image \ prompt="A multilingual editorial poster with precise typography." \ width=1024 \ height=1024 ✓ Task completed! https://img.theapi.app/ephemeral/…
Ingin tahu lebih banyak tentang Qwen Image API?
Apa itu Qwen Image?
Dikembangkan oleh Alibaba, Qwen Image adalah model T2I yang kuat untuk generasi dan editing gambar. Di PiAPI, kami menyediakan Qwen AI API yang cocok untuk developer dan kreator konten.
Bahasa apa yang didukung untuk render teks?
Qwen Image mendukung bahasa alfabet seperti Inggris dan sistem logografis seperti Mandarin dengan akurasi tipografi tinggi.
Apakah cocok untuk editing gambar profesional?
Ya. Dirancang untuk tugas presisi tinggi seperti transfer gaya, penyisipan dan penghapusan objek, peningkatan detail, serta editing teks di dalam gambar.
Gaya artistik apa yang bisa dihasilkan?
Dari adegan fotorealistis hingga lukisan impresionis dan estetika anime yang cerah.
Apakah cocok untuk membuat avatar virtual?
Ya, berkat kemampuan editing semantik dan tampilan yang canggih.
More questions? See the API docs.
Our blog
Qwen Image API


