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.
Channel 59
Historial de huellas
Sin datos de detección
Estado de servicio
Sin datos de detección
Channel 33
Historial de huellas
Estado de servicio
Transparent per-image pricing — pay only for the images you generate.
GPT Image API — Pricing
| Model | Our price | Official | Save |
|---|---|---|---|
| GPT Image 2 | $0.057/img | $0.15/img | 62% |
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
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 — Preguntas Frecuentes
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
Cómo Empezar
Crea tu Clave de API
Regístrate y crea una clave de API compatible con OpenAI en 3 segundos. No se requiere tarjeta de crédito.
Crear Clave de APIRecarga tu Saldo
Añade créditos mediante USDT o Epay. Un solo saldo funciona en todos los modelos y proveedores.
Recargar AhoraConéctalo a tu Código o Agente
Intercambia tu clave de APIMaster y base URL — funciona con cualquier herramienta compatible con OpenAI: Claude Code, Cursor, LangChain, LiteLLM y más.
Ver Documentación