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

チャネル 59

画像ごと$0.057/ 枚$0.15/ 枚62% 節約

フィンガープリント履歴

検出データなし

稼働状況

検出データなし

33
gpt-image-2

チャネル 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の作成

サインアップして、OpenAI互換のAPI keyを3秒で作成。クレジットカードは不要。

API Keyを作成
02

残高をチャージ

USDTまたはEpayでクレジットを追加。1つの残高ですべてのモデルとプロバイダーで使用可能。

今すぐチャージ
03

コードやエージェントに組み込む

APIMaster keyとbase URLを差し替えるだけで、OpenAI互換のあらゆるツール(Claude Code, Cursor, LangChain, LiteLLMなど)で動作します。

ドキュメントを表示