Text-to-image generation
Describe the subject, scene, and lighting to create product visuals, illustrations, and campaign assets.
Images API
Generate and edit images with GPT Image 2.5. Create product visuals, campaign assets, and illustrations from text or reference images.

A cobalt-blue ceramic cup, soft studio lighting, a clean pale-blue backdrop.
IMAGE CREATION
Describe the subject, scene, and lighting to create product visuals, illustrations, and campaign assets.
Edit an existing image, change its setting or style, or use a mask to select an area.
Choose the ratio, 1K / 2K / 4K, and file format. Up to 4 outputs per request.
IMAGE EDITING
“Keep the blue cup. Move it to a sunlit terrace with warm tones and olive-leaf shadows.”


INTEGRATION
Generate and edit images in your app or automated workflow.
Try prompts, reference images, and output settings in your browser.
Give compatible AI agents access to image generation and editing tools.
curl --request POST 'https://api.sukidata.com/v1/images/generations/async' \
--header "Authorization: Bearer $SUKIDATA_API_KEY" \
--header "Idempotency-Key: $SUKIDATA_REQUEST_ID" \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2.5",
"prompt": "A cobalt-blue ceramic cup, soft studio lighting",
"size": "1254x1254",
"quality": "high",
"n": 1
}'curl 'https://api.sukidata.com/v1/images/tasks/YOUR_TASK_ID' \
--header "Authorization: Bearer $SUKIDATA_API_KEY"AI IMAGES
GPT Image 2.5 · GPT Image 2
Priced by resolution. All quality settings cost the same.
FAQ
Yes. Upload reference images in the Playground or send them to the image editing API. Describe the change you want; you can also supply a mask for a specific area.
GPT Image 2 and GPT Image 2.5 are supported. Both models support up to 4 outputs per request, auto, low, medium, or high quality, and PNG, JPEG, or WebP output. Choose an aspect ratio and resolution in the Playground, or set dimensions in the API.
Pay per image from your USD AI balance: $0.03 at 1K, $0.05 at 2K, or $0.08 at 4K.
Submit an asynchronous request to receive a task ID, then check the task until it completes or fails. The Playground follows the task for you; MCP provides tools for starting a task and checking its result.
START CREATING
Generate or edit images in the Playground, then bring them into your product through the API.