APIMaster.ai

GPT Image API

Generate images with GPT Image 2 — text-to-image, billed per image. OpenAI-compatible images endpoint.

Access GPT Image 2 through APIMaster's OpenAI-compatible images endpoint — no US card or org verification. Generate text-to-image, billed per image, pay-as-you-go. Use the sync endpoint for instant results or the async endpoint for batch pipelines.

입력
참조 이미지 (여러 개)
JPEG / PNG / WebP (최대 10MB)
출력
결과가 여기에 표시됩니다.
모델 선택
59
gpt-image-2

Channel 59

이미지당$0.057/ 장$0.15/ 장62% 절약

지문 검증 기록

검증 데이터가 없습니다

가동 상태

검증 데이터가 없습니다

33
gpt-image-2

Channel 33

이미지당$0.06/ 장$0.15/ 장60% 절약

지문 검증 기록

가동 상태

Transparent per-image pricing — pay only for the images you generate.

GPT Image API — Pricing

ModelOur priceOfficialSave
GPT Image 2$0.057/img$0.15/img62%

Capabilities

High-quality images

Detailed text-to-image generation with strong prompt following.

Sync or async

Instant sync calls, or async submit + poll for batch jobs.

Per-image billing

Pay per image generated — no subscription.

Use cases

Marketing & social visualsProduct imageryThumbnails & bannersConcept artBatch image pipelines

Quick start

curl https://apimaster.ai/v1/images/generations \
  -H "Authorization: Bearer $APIMASTER_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2",
    "prompt": "An orange cat at sunset, watercolor"
  }'

GPT Image API — 자주 묻는 질문

Which image models are available?

Currently available: gpt-image-2 — billed per image.

Which endpoint do I call?

The OpenAI-compatible images endpoint (POST /v1/images/generations) — not /chat/completions. See Quick start below.

Sync or async?

Use sync for one-off images (returns the result directly) or async submit + poll for batch pipelines.

How is it billed?

Per image generated, pay-as-you-go from $1.

Is my data safe?

Yes. Your API data is not stored or used for training, and all requests are sent over encrypted connections.

Other models

시작하는 방법

01

API Key 생성하기

가입하고 3초 안에 OpenAI 호환 API key를 생성하세요. 신용카드가 필요하지 않습니다.

API Key 생성
02

잔액 충전하기

USDT 또는 Epay로 크레딧을 추가하세요. 하나의 잔액으로 모든 모델과 제공업체에서 사용 가능합니다.

지금 충전하기
03

코드 또는 에이전트에 연결하세요

APIMaster key와 base URL을 교체하세요 — 모든 OpenAI 호환 도구(Claude Code, Cursor, LangChain, LiteLLM 등)와 함께 작동합니다.

문서 보기