GPT Image 1.5 API Pricing
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /image
Starting price per generated image.
GPT Image 1.5 API
High-fidelity Photorealism
GPT-Image-1.5 excels in producing T2I and I2I generations with natural lighting, accurate materials, and rich color rendering.
High Speed Generation
GPT Image 1.5 achieves up to 4x faster generation at higher quality compared to its predecessor model, GPT Image 1. Ideal for rapid and time-sensitive workflows.
Robust Facial & Identity Preservation
Our ChatGPT Image API delivers cinematic-level edits while maintaining character consistency, making it suitable for multi-step workflows.
Enhanced text rendering
Developed for crisp lettering and denser small text, our ChatGPT Image 1.5 API produces consistent layouts and strong contrast inside images.
Complex Structured Visuals
Our GPT 1.5 API excels in creating structured visuals such as infographics, diagrams, and multi-panel compositions.
Precise Style Control and Strong Prompt Adherence
Ideal for marketing and brand work, our GPT-Image-1.5 API excels in T2I and I2I tasks for branded design systems and fine art styles with strong element preservation.
Enhanced Real-world Knowledge and Reasoning
GPT Image 1.5 can accurately depict objects, environments, and scenarios through its strong real-world knowledge and reasoning.
Editing Capabilities
GPT Image 1.5 excels in I2I tasks, specifically in adding, subtracting, combining, blending, and transposing.
Proven Real-world Performance
Outperformed existing image AI generation models on an internal Microsoft dataset in prompt alignment and infographic tasks.
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/…
Frequently asked questions
What image styles does GPT Image 1.5 API support?
GPT-Image-1.5 API supports diverse artistic styles, from photorealistic scenes to artistic renderings, enabling creative freedom across various visual domains.
Can ChatGPT Image API handle complex prompts?
Absolutely! ChatGPT Image API is designed for advanced prompt understanding, including complex instructions, multiple objects, detailed scenes, and stylistic requests, making it suitable for professional use cases.
What image formats does GPT-Image-1.5 API support?
GPT-Image-1.5 API supports standard image formats including JPG, PNG, WEBP and JPEG, with high-resolution output capabilities.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



