Skip to content

Studio coming soon

Image 2 — OpenAI's flagship image model, on AllToken.

Generate production-quality images through the same OpenAI-compatible API surface. Async tasks, idempotency, one AllToken API Key.

Image models

Image modelsN+ models
Max output1536px max
Typical p50~15s p50

Capabilities

Production image generation behind one API surface.

Image 2 gives teams a practical route to OpenAI image quality without adding another provider workflow.

Native OpenAI quality

Direct access to gpt-image-2 output quality through AllToken, with no extra quality layer in the way.

One API surface

Use the same AllToken API Key for chat, image, and video workloads instead of managing separate OpenAI billing.

Async + idempotency

Submit a task, poll the result, respect the 30-minute TTL, and use Idempotency-Key for safe retries.

Region availability

Region availability is handled by the upstream provider; AllToken keeps billing and account access unified.

API

Create, poll, and read b64_json.

The Image 2 flow is asynchronous: submit with gpt-image-2, poll the task, then read the returned data array.

curl https://api.alltoken.ai/v1/images/generations/async \  -H "Authorization: Bearer $ALLTOKEN_API_KEY" \  -H "Content-Type: application/json" \  -H "Idempotency-Key: $REQUEST_ID" \  -d '{  "model": "gpt-image-2",  "prompt": "A premium skincare bottle on frosted glass with soft morning light, clean product photography, subtle shadows, 1:1.",  "size": "1024x1024",  "quality": "high",  "output_format": "png"}'curl https://api.alltoken.ai/v1/images/generations/$TASK_ID \  -H "Authorization: Bearer $ALLTOKEN_API_KEY"

Showcase

Six starter directions for Image 2.6 examples

These cards use local WebP placeholders for now, with OpenAI public sample sources recorded for audit and later asset replacement.

Product photo placeholder for Image 2 skincare bottle example.
gpt-image-21024x10241:1

A premium skincare bottle on frosted glass with soft morning light, clean product photography, subtle shadows, 1:1.

Try in Studio
Editorial illustration placeholder for Image 2 robotics workshop example.
gpt-image-21024x10241:1

A friendly editorial illustration of a robotics workshop, warm color palette, clean shapes, detailed but readable, 1:1.

Try in Studio
Landscape placeholder for Image 2 alpine lake example.
gpt-image-21536x10243:2

A wide alpine lake at sunrise with glassy reflections and low mist, photorealistic landscape, 3:2.

Try in Studio
Portrait placeholder for Image 2 studio lighting example.
gpt-image-21024x15362:3

A cinematic studio portrait with natural skin texture, soft rim light, neutral background, professional editorial look, 2:3.

Try in Studio
Abstract material placeholder for Image 2 translucent ribbon example.
gpt-image-21024x10241:1

Abstract translucent ribbons folding through a dark studio space, luminous edges, high-detail material study, 1:1.

Try in Studio
Typography poster placeholder for Image 2 text rendering example.
gpt-image-21024x10241:1

A crisp poster mockup that reads "IMAGE 2" in bold type, precise typography, paper texture, warm accent color, 1:1.

Try in Studio

Pricing

Pricing stays explicit when the backend number is ready.

Size options1024x1024 / 1536x1024 / 1024x1536
Quality optionsauto / low / medium / high
Price referenceSee pricing
See full pricing ->

FAQ

Image 2 FAQ

What is Image 2?

Image 2 is AllToken's dedicated surface for OpenAI flagship image generation through the gpt-image-2 model.

How do I start?

Create an AllToken API Key, use the AllToken base URL, submit an async image task, then poll until the response returns a data array.

How is GPT Image 2 different from DALL-E 3?

gpt-image-2 is positioned as the current flagship image model surface in this workflow, while DALL-E 3 remains a separate OpenAI image model family.

How is Image 2 billed?

Billing uses the AllToken account layer. Exact image pricing will be shown after the backend pricing source is finalized; do not rely on placeholder numbers.

Can I use outputs commercially?

Commercial use depends on your AllToken Terms and upstream OpenAI policy obligations. Review both before shipping generated assets.

Studio coming soon

Generate your first image.