Prezzi della GPT Image 1.5 API
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /immagine
Starting price per generated image.
GPT Image 1.5 API
Fotorealismo ad alta fedelta
GPT-Image-1.5 eccelle in T2I e I2I con luce naturale, materiali accurati e colori ricchi.
Generazione ad alta velocita
GPT Image 1.5 raggiunge fino a 4x piu velocita con maggiore qualita rispetto a GPT Image 1.
Robusta conservazione del volto e dell'identita
La nostra API ChatGPT Image offre modifiche di livello cinematografico mantenendo la coerenza del personaggio.
Rendering del testo migliorato
Sviluppata per testi nitidi e piccoli caratteri densi, produce layout coerenti e forte contrasto.
Visual strutturati complessi
La nostra API GPT 1.5 eccelle nella creazione di infografiche, diagrammi e composizioni multi-pannello.
Controllo preciso dello stile e forte aderenza al prompt
Ideale per marketing e brand, eccelle in T2I e I2I per sistemi di design e stili artistici con forte preservazione degli elementi.
Conoscenza del mondo reale e ragionamento migliorati
GPT Image 1.5 puo rappresentare con precisione oggetti, ambienti e scene grazie al suo forte ragionamento.
Capacita di editing
GPT Image 1.5 eccelle in I2I, soprattutto nell'aggiungere, rimuovere, combinare, fondere e trasporre.
Prestazioni reali comprovate
Ha superato i modelli esistenti su un dataset Microsoft interno per allineamento del prompt e infografiche.
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/…
Domande frequenti
Quali stili sono supportati?
L'API supporta stili diversi, da scene fotorealistiche a rendering artistici.
ChatGPT Image API gestisce prompt complessi?
Si. E progettata per comprendere istruzioni complesse, oggetti multipli, scene dettagliate e richieste stilistiche.
Quali formati sono supportati?
Supporta JPG, PNG, WEBP e JPEG con output ad alta risoluzione.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



