ราคา 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 ได้สูงสุด 4 เท่าพร้อมคุณภาพที่ดีกว่า
คงรายละเอียดใบหน้าและอัตลักษณ์ได้ดี
ให้การแก้ไขระดับภาพยนตร์พร้อมรักษาความต่อเนื่องของตัวละคร
เรนเดอร์ข้อความได้ดีขึ้น
เหมาะสำหรับข้อความคมชัดและตัวหนังสือเล็กที่อ่านง่าย
ภาพเชิงโครงสร้างที่ซับซ้อน
เหมาะกับอินโฟกราฟิก ไดอะแกรม และองค์ประกอบหลายพาเนล
ควบคุมสไตล์ได้แม่นยำและทำตามพรอมป์ได้ดี
เหมาะกับงานการตลาดและแบรนด์ พร้อมรักษาองค์ประกอบสำคัญได้ดี
ความรู้โลกจริงและการให้เหตุผลที่ดีขึ้น
ถ่ายทอดวัตถุ สภาพแวดล้อม และฉากได้แม่นยำ
ความสามารถในการแก้ไข
เก่งในการเพิ่ม ลบ รวม ผสม และปรับองค์ประกอบ
ประสิทธิภาพที่พิสูจน์ได้ในโลกจริง
ทำได้ดีกว่าโมเดลเดิมบน ชุดข้อมูล Microsoft ภายในด้าน prompt alignment และงานอินโฟกราฟิก
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



