Harga GPT Image 1.5 API
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /gambar
Starting price per generated image.
GPT Image 1.5 API
Fotorealisme fidelitas tinggi
Unggul dalam T2I dan I2I dengan pencahayaan alami, material akurat, dan warna kaya.
Generasi berkecepatan tinggi
Hingga 4x lebih cepat dari GPT Image 1 dengan kualitas lebih baik.
Pelestarian wajah dan identitas yang kuat
Menghasilkan edit setara sinematik sambil menjaga konsistensi karakter.
Rendering teks yang ditingkatkan
Dioptimalkan untuk huruf tajam dan teks kecil padat dengan tata letak yang konsisten.
Visual terstruktur yang kompleks
Kuat untuk infografik, diagram, dan komposisi multi-panel.
Kontrol gaya presisi dan kepatuhan prompt yang kuat
Cocok untuk marketing dan brand, dengan pelestarian elemen yang baik.
Pengetahuan dunia nyata dan penalaran yang lebih baik
Mampu menggambarkan objek, lingkungan, dan skenario dengan akurat.
Kemampuan editing
Unggul dalam menambah, menghapus, menggabungkan, mencampur, dan memindahkan elemen.
Performa dunia nyata yang terbukti
Mengungguli model yang ada pada dataset internal Microsoft untuk penyelarasan prompt dan tugas infografik.
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": "gpt-image-1.5",
"task_type": "gpt-image-generation",
"input": {
"prompt": "A modern city street at night with neon signs and storefront lights, wet pavement reflecting the lights. Cinematic street photography style, shallow depth of field, moody atmosphere, realistic lighting.",
"n": 1,
"size": "1024x1024",
"quality": "low"
}
}'
# → { "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 gpt-image-1-5 \ prompt="A modern city street at night with neon signs and storefront lights, wet pavement reflecting the lights. Cinematic street photography style, shallow depth of field, moody atmosphere, realistic lighting." \ n=1 \ size=1024x1024 \ quality=low ✓ Task completed! https://img.theapi.app/ephemeral/…
Pertanyaan yang sering diajukan
Gaya gambar apa yang didukung?
Mendukung gaya beragam dari fotorealistik hingga artistik.
Apakah API bisa menangani prompt kompleks?
Ya. Dirancang untuk instruksi kompleks, banyak objek, detail adegan, dan permintaan gaya.
Format gambar apa yang didukung?
Mendukung JPG, PNG, WEBP, dan JPEG dengan output resolusi tinggi.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



