GPT Image 1.5 API प्राइसिंग
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /इमेज
Starting price per generated image.
GPT Image 1.5 API
उच्च-गुणवत्ता फोटोरियलिज्म
प्राकृतिक प्रकाश, सटीक सामग्री और समृद्ध रंगों के साथ T2I और I2I में उत्कृष्ट।
उच्च गति जनरेशन
GPT Image 1 की तुलना में अधिक गुणवत्ता के साथ 4x तक तेज।
चेहरा और पहचान संरक्षित रखना
किरदार की स्थिरता बनाए रखते हुए सिनेमैटिक एडिट देता है।
बेहतर टेक्स्ट रेंडरिंग
छोटे और स्पष्ट टेक्स्ट के लिए अनुकूलित, सुसंगत लेआउट देता है।
जटिल संरचित विजुअल्स
इन्फोग्राफिक्स, डायग्राम और मल्टी-पैनल कम्पोजिशन में मजबूत।
सटीक स्टाइल नियंत्रण और मजबूत प्रॉम्प्ट पालन
मार्केटिंग और ब्रांडिंग के लिए उपयुक्त, तत्वों को अच्छी तरह सुरक्षित रखता है।
बेहतर वास्तविक दुनिया ज्ञान और reasoning
ऑब्जेक्ट, वातावरण और दृश्य को अधिक सटीक रूप से दर्शाता है।
एडिटिंग क्षमताएं
जोड़ने, हटाने, मिलाने और बदलने वाले I2I एडिट में उत्कृष्ट।
सिद्ध वास्तविक प्रदर्शन
आंतरिक Microsoft dataset पर prompt alignment और infographic कार्यों में बेहतर।
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/…
अक्सर पूछे जाने वाले प्रश्न
कौन-कौन से स्टाइल समर्थित हैं?
फोटोरियलिस्टिक सीन से लेकर आर्टिस्टिक रेंडर तक कई स्टाइल समर्थित हैं।
क्या यह जटिल prompts संभाल सकता है?
हाँ। यह जटिल निर्देशों, कई ऑब्जेक्ट्स और विस्तृत दृश्यों के लिए डिज़ाइन किया गया है।
कौन से इमेज फ़ॉर्मैट समर्थित हैं?
JPG, PNG, WEBP और JPEG समर्थित हैं।
More questions? See the API docs.
Our blog
GPT Image 1.5 API



