GPT Image 1.5 API fiyatlandirmasi
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /gorsel
Starting price per generated image.
GPT Image 1.5 API
Yuksek dogrulukta fotogercekcilik
Dogal isik, dogru materyaller ve zengin renklerle T2I ve I2I gorevlerinde basarilidir.
Yuksek hizli uretim
GPT Image 1'e gore daha yuksek kaliteyle 4 kata kadar hizlidir.
Yuz ve kimlik koruma
Karakter tutarliligini korurken sinematik duzeyde duzenleme saglar.
Gelismis metin olusturma
Net yazi ve kucuk metinlerde daha iyi duzen ve kontrast sunar.
Karmasik yapiya sahip gorseller
Infografik, diyagram ve cok panelli kompozisyonlarda gucludur.
Hassas stil kontrolu ve prompt bagliligi
Pazarlama ve marka calismalari icin uygun, ogeleri iyi korur.
Gercek dunya bilgisi ve akil yurütme
Goruntuleri ve sahneleri daha dogru temsil eder.
Duzenleme yetenekleri
Ekleme, cikarma, birlestirme, karistirma ve donusum islemlerinde etkilidir.
Kanıtlanmis gercek dunya performansi
Dahili bir Microsoft veri setinde prompt uyumu ve infografik gorevlerinde daha iyidir.
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/…
Sıkça sorulan sorular
Hangi stiller destekleniyor?
Fotogercekci sahnelerden sanatsal goruntulere kadar farkli stilleri destekler.
Karmasik promptlari anlayabilir mi?
Evet. Karmasik talimatlar, birden fazla nesne, detayli sahneler ve stil istekleri icin tasarlanmistir.
Hangi formatlar destekleniyor?
JPG, PNG, WEBP ve JPEG desteklenir.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



