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배 빠른 생성 속도를 제공합니다.
강력한 얼굴 및 정체성 보존
시네마틱한 편집을 수행하면서도 캐릭터 일관성을 유지합니다.
향상된 텍스트 렌더링
작은 글씨도 선명하게 표현하고 일관된 레이아웃과 대비를 제공합니다.
복잡한 구조형 비주얼
인포그래픽, 다이어그램, 멀티패널 구성 생성에 뛰어납니다.
정밀한 스타일 제어와 높은 프롬프트 충실도
브랜딩과 아트 스타일 작업에 적합하며 요소 보존력이 강합니다.
향상된 현실 지식과 추론
강한 추론으로 사물, 환경, 장면을 정확하게 묘사할 수 있습니다.
편집 기능
추가, 제거, 결합, 혼합, 치환 같은 I2I 편집에 강합니다.
검증된 실전 성능
내부 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



