Quick Answer

  • Use POST /v1/images/generations with model=gpt-image-2.
  • Supports prompt generation and reference_images URL inputs for guided generation.
  • Reference images must be URLs, so local files must be uploaded first instead of passing base64 directly.
  • The endpoint returns an async task id for later status polling.
  • Official public pricing is roughly $0.22 / $0.50 / $1.30 per image for 1K / 2K / 4K; ToAPIs currently shows $0.015 / $0.020 / $0.025 per image on the landing comparison, with final billing based on account pricing.
  • At the ToAPIs 1K listed rate of $0.015 per image, a $10 top-up is roughly 600+ additional 1K images; at the 4K listed rate of $0.025 per image, it is roughly 400 4K images.

Key Parameters

  • model | string | required | gpt-image-2 | - | Use gpt-image-2 as the exact model id.
  • prompt | string | required | - | - | Primary prompt for image generation or editing.
  • size | string | optional | 1:1 | 1K: 1:1 | 3:2 | 2:3; 2K: 1:1 | 3:2 | 2:3 | 4:3 | 3:4 | 5:4 | 4:5 | 16:9 | 9:16 | 2:1 | 1:2 | 21:9 | 9:21; 4K: 4:3 | 3:4 | 16:9 | 9:16 | 2:1 | 1:2 | 21:9 | 9:21 | Output aspect ratio; supported values depend on the selected resolution tier.
  • resolution | string | optional | 1K | 1K | 2K | 4K | Output resolution tier; must match a supported size combination.
  • reference_images | string[] | optional | - | URL array | Reference image URL array. Local files must be uploaded first; no direct base64 references.
  • image_urls | string[] | optional | - | URL array (compat field) | Compatibility field; prefer reference_images for new integrations.
  • response_format | string | optional | url | url | b64_json | Response format; current ToAPIs docs recommend url.

Common Errors

  • 400 invalid_request_error: trigger=Missing required fields or invalid size-resolution combinations.; fix=Validate model, prompt, size, resolution, and response_format against docs.; retry=Retry only after correcting the payload.
  • 400 invalid_reference_images: trigger=Passing base64, local paths, or non-URL reference_images values.; fix=Upload the image first and pass the resulting URL in reference_images.; retry=Retry after fixing the reference image input.
  • 401 authentication_error: trigger=Missing Authorization header or invalid API key.; fix=Verify bearer token format and key scope.; retry=Retry after fixing authentication.
  • 429 rate_limit_exceeded: trigger=Request rate, concurrency, or current quota hits upstream rate limiting.; fix=Apply exponential backoff first, then review request rate, concurrency, and quota usage.; retry=Use 1s/2s/4s backoff with jitter; if it persists, reduce submission pressure.
OpenAI logo

GPT-Image-2

상업적 이용

하나의 ToAPIs 계정으로 OpenAI의 최신 이미지 모델을 이용해 놀랍도록 뛰어난 고품질 이미지를 생성하세요.

모델 유형:
가격: 1K $0.015 / ; 2K $0.02 / ; 4K $0.025 /
1

이미지 설명

참조 이미지

생성할 이미지를 설명하세요.83 / 1200

고급 옵션

예시 매개변수

여러 이미지 생성은 온라인 Playground 또는 API

2

생성 결과

예시 결과

생성에는 시간이 걸립니다. 잠시 기다려 주세요.이 페이지를 나가도 [ 작업 로그 ] 에서 생성된 콘텐츠를 바로 확인할 수 있습니다.

요청 미리보기

{
  "model": "gpt-image-2",
  "prompt": "프리미엄 패션 캠페인 이미지를 만들어 주세요: 구조적인 아이보리색 재킷을 입은 모델, 부드러운 스튜디오 조명, 선명한 원단 디테일, 에디토리얼 구도.",
  "size": "4:5",
  "n": 1,
  "response_format": "b64_json",
  "metadata": {
    "resolution": "1K",
    "orientation": "portrait"
  }
}

2M+

생성된 이미지 수

8s

평균 응답 시간

99.9%

가동률

API

프로덕션 준비 완료

생성 예제

GPT-Image-2 생성 결과 살펴보기

이 모델로 생성
GPT-Image-2로 생성한 패션 캠페인 비주얼

GPT-Image-2로 8.2초 만에 생성

GPT-Image-2로 생성한 제품 씬

GPT-Image-2 #2

GPT-Image-2로 생성한 소셜 크리에이티브

GPT-Image-2 #3

투명한 가격

ToAPIs와 공식 GPT-Image-2 가격 비교

동일한 이미지 모델 성능은 그대로, 생성 비용은 낮추고, 가입 시 무료 크레딧까지 드립니다.

크레딧 충전

1K

ToAPIs

$0.015

93% 절감VS

공식 가격

$0.22

2K

ToAPIs

$0.02

96% 절감VS

공식 가격

$0.5

4K

ToAPIs

$0.025

98% 절감VS

공식 가격

$1.3

가격은 모델 페이지 비교를 위해 표시된 것으로 변경될 수 있습니다. 실제 청구 금액은 현재 계정 요금을 따릅니다.

ToAPIs를 선택하는 이유

왜 GPT-Image-2를 ToAPIs로 사용해야 할까요?

GPT-Image-2의 품질은 그대로 유지하면서 이미지 생성 비용은 낮추고, API 키 하나로 더 많은 모델을 사용할 수 있습니다.

이미지당 가격 절감

1K, 2K, 4K 이미지를 공식 가격보다 낮은 표시 가격으로 생성할 수 있습니다.

먼저 무료 크레딧으로

신규 사용자는 10크레딧을 받아 충전 전에 프롬프트를 테스트할 수 있습니다.

통합 API 액세스

하나의 ToAPIs 계정과 API 키로 이미지, 동영상, 언어 모델을 모두 이용할 수 있습니다.

3단계로 바로 시작하기

페이지에서 먼저 테스트한 후, 동일한 모델을 그대로 프로덕션 워크플로에 적용하세요.

  1. 1

    프롬프트 테스트하기

    Playground에서 화질, 텍스트 렌더링, 스타일 적합성을 확인해보세요.

  2. 2

    API 키 생성

    가입 후 Dashboard를 열고 GPT-Image-2 요청에 사용할 토큰을 생성하세요.

  3. 3

    워크플로에 적용하기

    이미지 엔드포인트를 호출하고 비동기 작업 상태를 폴링하며, 사용량이 늘어나면 크레딧을 충전하세요.

이미지 생성 팀을 위해 설계됨

광고 및 소셜 크리에이티브

캠페인 콘셉트, 썸네일, 포스터, 현지화된 이미지 변형까지 제작할 수 있습니다.

제품 비주얼

제품 스타일 컷, 머천다이징 씬, 참조 이미지 기반 변형을 생성할 수 있습니다.

개발자 파이프라인

에이전트, CMS 툴, 배치 크리에이티브 시스템에 비동기 이미지 생성을 추가할 수 있습니다.

자주 묻는 질문

GPT-Image-2 요금 관련 자주 묻는 질문

GPT-Image-2를 무료로 체험할 수 있나요?

네. ToAPIs 신규 사용자는 10크레딧을 받아 충전 전에 GPT-Image-2를 테스트할 수 있습니다.

공식 비교 가격은 고정되어 있나요?

이 모델 페이지에서는 명확한 비교를 위해 고정된 비교표를 사용합니다. ToAPIs의 최종 청구 금액은 현재 계정 요금을 따릅니다.

테스트 후 API를 사용할 수 있나요?

네. Dashboard에서 API 키를 생성하여 GPT-Image-2를 이미지 생성 워크플로에 통합할 수 있습니다.

GPT-Image-2 API

ToAPIs에서 첫 GPT-Image-2 이미지를 생성해보세요

먼저 무료 크레딧으로 시작해 결과물을 비교해보고, 확장할 준비가 되면 API 키를 발급받으세요.

처음이신가요? 지금 가입하고 무료 크레딧 10개를 받아 GPT-Image-2를 체험해보세요!

리스크 없이 AI 이미지 생성의 강력함을 경험해보세요.

가입하고 무료 크레딧 받기