Stable Images Beta

Generate image assets with steadier cost control

Move product shots, covers, campaign drafts, and repeated image jobs into a dedicated image lane. See what each size is likely to cost, which key was used, and where the records live.

Built for repeated image work
Per-image usage estimates
Separate keys and records
Why images get their own entry

Generate image assets with steadier cost control

Image generation behaves differently from chat: jobs can take longer, retries happen, sizes matter, and cost checks matter. Stable Images separates that work so business users can understand spend and developers can connect or debug it cleanly.

Image jobs, keys, and records stay separate from normal chat and text usage.

Per-size estimates help you plan a batch before you generate it.

Developers can use an OpenAI Images-compatible request shape instead of learning a custom flow.

Not a one-off prompt toy. A lane for image production.

Use Stable Images when you need repeatable output, budget visibility, and a setup your team or system can keep using.

01

More product image options

Generate product shots, white-background images, lifestyle visuals, and size variants so your team can choose from useful options faster.

02

Campaign assets with less waiting

Turn article images, social covers, poster drafts, and brand assets into a repeatable workflow instead of starting from scratch every time.

03

Batch jobs can run automatically

Connect a product backend or script to generate many SKU images, cover variants, or template-based assets without manual clicking.

Pricing

GPT Image 2

Different image sizes and quality levels consume different amounts of balance. This table turns common sizes into per-image estimates so you can plan a batch first; it is currently shown at 6x GPT Image 2 standard pricing page rates.

SizeEstimated per-image usageReference cost
1K$0.804 / image¥0.101 - ¥0.322 / image
2K$1.206 / image¥0.151 - ¥0.482 / image
4K$1.608 / image¥0.201 - ¥0.643 / image
How to start

https://api.gettoken.dev/image/v1

If you own the business need, start by checking the use case, pricing, and budget. When it is time to connect a product or script, send the key and setup details to your developer.

1

Sign in to GetToken and open Stable Image API in the console.

2

Create an image-only key and name it after the project or workflow.

3

Send the key, endpoint, and model parameters to the product, script, or developer using it.

4

Review balance usage, key status, and records in the console after generation starts.

Setup details for your developer

Most users do not need to understand every parameter. This section keeps the connection details in one place for whoever integrates the workflow.

model
gpt-image-2
size
auto / 1024x1024 / 1536x1024 / 1024x1536 / 2048x2048 / 4096x4096
quality
auto / low / medium / high
output_format
png / jpeg / webp
output_compression
0-100, JPEG/WebP only
POST https://api.gettoken.dev/image/v1/images/generations
Authorization: Bearer <image_api_key>

{
  "model": "gpt-image-2",
  "prompt": "A clean product photo on a white desk",
  "size": "1024x1024",
  "quality": "auto",
  "output_format": "png"
}

FAQ

Turn image generation into a managed workflow

Create an image key, connect product visuals or campaign assets, and scale usage after you understand per-image cost.