أسعار 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 مع إضاءة طبيعية ومواد دقيقة وألوان غنية.
توليد سريع
أسرع حتى 4 مرات من GPT Image 1 مع جودة أعلى.
حفظ قوي للوجه والهوية
يوفر تعديلات سينمائية مع الحفاظ على اتساق الشخصية.
تحسين عرض النصوص
محسن للنصوص الواضحة والصغيرة مع تخطيط متسق وتباين قوي.
صور منظمة ومعقدة
قوي في الإنفوجرافيك والمخططات والتراكيب متعددة اللوحات.
تحكم دقيق في الأسلوب والتزام قوي بالموجه
مناسب للتسويق والعلامات التجارية مع حفظ جيد للعناصر.
معرفة بالعالم الواقعي وقدرات reasoning أفضل
يستطيع تصوير الكائنات والبيئات والمشاهد بدقة.
قدرات التحرير
متميز في الإضافة والحذف والدمج والمزج والتحويل.
أداء مثبت في العالم الحقيقي
تفوق على النماذج الحالية في مجموعة بيانات Microsoft الداخلية في مواءمة الموجهات ومهام الإنفوجرافيك.
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/…
الأسئلة الشائعة
ما أنماط الصور المدعومة؟
تدعم الواجهة أنماطًا متنوعة من المشاهد الواقعية إلى الرسومات الفنية.
هل يمكنها التعامل مع الموجهات المعقدة؟
نعم، فهي مصممة لفهم التعليمات المعقدة والعناصر المتعددة والمشاهد التفصيلية.
ما صيغ الصور المدعومة؟
تدعم JPG و PNG و WEBP و JPEG مع مخرجات عالية الدقة.
More questions? See the API docs.
Our blog
GPT Image 1.5 API



