Cennik GPT Image 1.5 API
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /obraz
Starting price per generated image.
GPT Image 1.5 API
Fotorealizm wysokiej wiernosci
Swietnie radzi sobie w T2I i I2I z naturalnym swiatlem, dokladnymi materialami i bogatymi kolorami.
Wysoka szybkosc generowania
Do 4x szybciej niz GPT Image 1 przy wyzszej jakosci.
Silne zachowanie twarzy i tozsamosci
Zapewnia edycje na poziomie filmowym przy zachowaniu spojnosi postaci.
Lepsze renderowanie tekstu
Optymalizacja dla ostrego liternictwa i drobnego tekstu z mocnym kontrastem.
Zlozone wizualizacje strukturalne
Mocne w infografikach, diagramach i kompozycjach wielopanelowych.
Precyzyjna kontrola stylu i wysoka zgodnosc z promptem
Dobre do marketingu i brandingu, z mocnym zachowaniem elementow.
Lepsza wiedza o swiecie i rozumowanie
Dokladnie przedstawia obiekty, otoczenie i sceny.
Mozliwosci edycji
Dobrze radzi sobie z dodawaniem, usuwaniem, laczeniem i mieszaniem elementow.
Potwierdzona wydajnosc w praktyce
Przewyzszyl istniejace modele na wewnetrznym zbiorze danych Microsoft w zgodnosci z promptem i zadaniach infograficznych.
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/…
Często zadawane pytania
Jakie style sa obslugiwane?
API obsluguje rozne style, od fotorealistycznych scen po artystyczne rendery.
Czy obsluguje zlozone prompty?
Tak. Zostalo zaprojektowane do zlozonych instrukcji, wielu obiektow i szczegolowych scen.
Jakie formaty sa obslugiwane?
JPG, PNG, WEBP i JPEG z wyjsciem w wysokiej rozdzielczosci.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



