Native OpenAI quality
Direct access to gpt-image-2 output quality through AllToken, with no extra quality layer in the way.
Studio coming soon
Generate production-quality images through the same OpenAI-compatible API surface. Async tasks, idempotency, one AllToken API Key.
Capabilities
Image 2 gives teams a practical route to OpenAI image quality without adding another provider workflow.
Direct access to gpt-image-2 output quality through AllToken, with no extra quality layer in the way.
Use the same AllToken API Key for chat, image, and video workloads instead of managing separate OpenAI billing.
Submit a task, poll the result, respect the 30-minute TTL, and use Idempotency-Key for safe retries.
Region availability is handled by the upstream provider; AllToken keeps billing and account access unified.
API
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
These cards use local WebP placeholders for now, with OpenAI public sample sources recorded for audit and later asset replacement.
Pricing
FAQ
Image 2 is AllToken's dedicated surface for OpenAI flagship image generation through the gpt-image-2 model.
Create an AllToken API Key, use the AllToken base URL, submit an async image task, then poll until the response returns a data array.
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.
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.
Commercial use depends on your AllToken Terms and upstream OpenAI policy obligations. Review both before shipping generated assets.
Studio coming soon