Precios de la API GPT Image 1.5
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /imagen
Starting price per generated image.
GPT Image 1.5 API
Fotorrealismo de alta fidelidad
GPT-Image-1.5 destaca en T2I e I2I con iluminacion natural, materiales precisos y colores ricos.
Generacion de alta velocidad
GPT Image 1.5 logra hasta 4 veces mas velocidad con mayor calidad frente a GPT Image 1.
Conservacion robusta del rostro e identidad
Nuestra API de ChatGPT Image ofrece ediciones de nivel cinematografico manteniendo la consistencia del personaje.
Renderizado de texto mejorado
Desarrollada para letras nitidas y textos pequenos mas densos, produce composiciones consistentes y gran contraste.
Visuales estructurados complejos
Nuestra API GPT 1.5 destaca creando infografias, diagramas y composiciones multipanel.
Control preciso del estilo y fuerte adherencia al prompt
Ideal para marketing y marca, sobresale en T2I e I2I para sistemas de diseno y estilos artisticos con buena preservacion de elementos.
Conocimiento del mundo real y razonamiento mejorados
GPT Image 1.5 puede representar objetos, entornos y escenas con precision gracias a su fuerte razonamiento.
Capacidades de edicion
GPT Image 1.5 destaca en I2I, especialmente al anadir, quitar, combinar, mezclar y transponer.
Rendimiento real comprobado
Supero a modelos existentes en un conjunto de datos de Microsoft interno en alineacion de prompts e infografias.
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/…
Preguntas frecuentes
Que estilos soporta GPT Image 1.5 API?
Soporta estilos diversos, desde escenas fotorrealistas hasta renderizados artisticos.
Puede ChatGPT Image API manejar prompts complejos?
Si. Esta disenada para comprender instrucciones complejas, multiples objetos, escenas detalladas y estilos profesionales.
Que formatos soporta GPT-Image-1.5 API?
Soporta JPG, PNG, WEBP y JPEG con salida de alta resolucion.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



