Text-to-Image
Generate stunning images from text descriptions. From product photography to creative art, turn prompts into high-quality visuals in seconds.
Real outputs generated with GPT Image 2 on deAPI.
Image generation
Image generation
No samples available yet.
“A six-panel storyboard sheet for a short film, drawn in loose grey marker on white board, arranged in two rows of three with a thin border around each frame: a wide establishing shot of a coastal road, a car interior over the shoulder, a close-up of hands on a steering wheel, a wide of the car pulling over, a low angle of a figure walking to a cliff edge, and a wide of the sea. Each panel has a short handwritten caption beneath it and a small frame number in its corner.” “A six-panel storyboard sheet for a short film, drawn in loose grey marker on white board, arranged in two rows of three with a thin border around each frame: a wide establishing shot of a coastal road, a car interior over the shoulder, a close-up of hands on a steering wheel, a wide of the car pulling over, a low angle of a figure walking to a cliff edge, and a wide of the sea. Each panel has a short handwritten caption beneath it and a small frame number in its corner.”
“A detailed technical cutaway illustration of a mechanical wristwatch movement, precise line-and-wash rendering on cream paper, the mainspring barrel, escapement, balance wheel and gear train all visible and individually labelled with fine leader lines, an ornate title block at the lower right reading "CALIBRE 7 - EXPLODED VIEW", draughtsman precision, muted sepia and slate palette” “A detailed technical cutaway illustration of a mechanical wristwatch movement, precise line-and-wash rendering on cream paper, the mainspring barrel, escapement, balance wheel and gear train all visible and individually labelled with fine leader lines, an ornate title block at the lower right reading "CALIBRE 7 - EXPLODED VIEW", draughtsman precision, muted sepia and slate palette”
“A museum exhibit information panel mounted on a grey gallery wall beside a lit display case, the panel headed "NAVIGATION BEFORE SATELLITES" in clean sans-serif capitals, three short paragraphs of body text beneath it, a small labelled diagram of a sextant on the right side of the panel, and a caption line reading "BRASS SEXTANT, c. 1890" at the bottom, warm gallery spotlighting” “A museum exhibit information panel mounted on a grey gallery wall beside a lit display case, the panel headed "NAVIGATION BEFORE SATELLITES" in clean sans-serif capitals, three short paragraphs of body text beneath it, a small labelled diagram of a sextant on the right side of the panel, and a caption line reading "BRASS SEXTANT, c. 1890" at the bottom, warm gallery spotlighting”
“A wide overhead flat-lay of a woodworker's bench with exactly seven tools arranged in a single row from largest to smallest: a hand plane, a tenon saw, a mallet, a marking gauge, a chisel, a marking knife and a pencil, on a scarred beech worktop with fine shavings scattered between them, soft north light, documentary product photography” “A wide overhead flat-lay of a woodworker's bench with exactly seven tools arranged in a single row from largest to smallest: a hand plane, a tenon saw, a mallet, a marking gauge, a chisel, a marking knife and a pencil, on a scarred beech worktop with fine shavings scattered between them, soft north light, documentary product photography”
“A modern analytics dashboard UI mockup on a dark background, three KPI cards across the top reading "ACTIVE USERS", "CONVERSION" and "CHURN" with large numeric values, a wide line chart below spanning the full width with a legend, a sidebar navigation on the left with five labelled items, crisp sans-serif typography, teal accent colour, high-fidelity product design” “A modern analytics dashboard UI mockup on a dark background, three KPI cards across the top reading "ACTIVE USERS", "CONVERSION" and "CHURN" with large numeric values, a wide line chart below spanning the full width with a legend, a sidebar navigation on the left with five labelled items, crisp sans-serif typography, teal accent colour, high-fidelity product design”
“A single-page restaurant menu photographed flat on a dark oak table, heavy cream paper with letterpress impression, the restaurant name "SALT & EMBER" in small caps at the top, three sections headed "TO START", "MAINS" and "TO FINISH" each with four dishes and prices, a thin rule between sections, a sprig of rosemary resting at the corner, soft raking light” “A single-page restaurant menu photographed flat on a dark oak table, heavy cream paper with letterpress impression, the restaurant name "SALT & EMBER" in small caps at the top, three sections headed "TO START", "MAINS" and "TO FINISH" each with four dishes and prices, a thin rule between sections, a sprig of rosemary resting at the corner, soft raking light”
“A clean editorial infographic titled "HOW A HEAT PUMP MOVES HEAT", flat vector style on an off-white background, a central cutaway of the unit with four numbered callout boxes arranged clockwise around it reading "1 EVAPORATOR", "2 COMPRESSOR", "3 CONDENSER" and "4 EXPANSION VALVE", thin connecting lines, muted teal and warm grey palette, small caption text beneath the title” “A clean editorial infographic titled "HOW A HEAT PUMP MOVES HEAT", flat vector style on an off-white background, a central cutaway of the unit with four numbered callout boxes arranged clockwise around it reading "1 EVAPORATOR", "2 COMPRESSOR", "3 CONDENSER" and "4 EXPANSION VALVE", thin connecting lines, muted teal and warm grey palette, small caption text beneath the title”
“A vertical design magazine cover, matte editorial layout: the masthead "MERIDIAN" in large condensed serif capitals across the top, a single sculptural ceramic vessel photographed against a warm grey backdrop as the hero image, three coverlines down the left edge reading "THE SLOW CITY", "WHAT WE OWE THE ARCHIVE" and "48 HOURS IN TRIESTE", and a small "ISSUE 14 - AUTUMN" line at the bottom right” “A vertical design magazine cover, matte editorial layout: the masthead "MERIDIAN" in large condensed serif capitals across the top, a single sculptural ceramic vessel photographed against a warm grey backdrop as the hero image, three coverlines down the left edge reading "THE SLOW CITY", "WHAT WE OWE THE ARCHIVE" and "48 HOURS IN TRIESTE", and a small "ISSUE 14 - AUTUMN" line at the bottom right”
What you can do with GPT Image 2.
Generate stunning images from text descriptions. From product photography to creative art, turn prompts into high-quality visuals in seconds.
Transform and enhance existing images with AI. Perfect for style transfer, editing, and creative modifications.
Try nowResolution
512–2048 x 512–2048 px (64px steps)
Default Size
1024 x 1024 px
Inference Steps
1–50 steps (default: 50)
Guidance
Not required
Input Images
Up to 2
Integrate GPT Image 2 into your app with a single API call.
POST https://api.deapi.ai/api/v2/images/generations
curl · deAPI images/generations
curl -X 'POST' \ 'https://api.deapi.ai/api/v2/images/generations' \ -H 'accept: application/json' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "model": "gpt-image-2", "prompt": "a serene mountain landscape at sunset, photorealistic", "width": 768, "height": 768, "steps": 4, "seed": -1 }'{ "model": "gpt-image-2", "prompt": "a serene mountain landscape at sunset, photorealistic", "width": 768, "height": 768, "steps": 4, "seed": -1 }
Tip: The API returns a request_id. Use webhooks (recommended) or poll GET /jobs/{request_id} for results.
POST https://api.deapi.ai/api/v2/images/edits
curl · deAPI images/edits
curl -X 'POST' \ 'https://api.deapi.ai/api/v2/images/edits' \ -H 'accept: application/json' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -F 'model=gpt-image-2' \ -F 'prompt=transform into watercolor painting style' \ -F 'image=@/path/to/file' \ -F 'steps=20' \ -F 'seed=-1'{ "model": "gpt-image-2", "prompt": "transform into watercolor painting style", "image": "@/path/to/image.png", "steps": 20, "seed": -1 }
Tip: The API returns a request_id. Use webhooks (recommended) or poll GET /jobs/{request_id} for results.
Need an API key?
Sign up for free and get $5 in credits to start.
Other models with similar capabilities you might find useful.
256–2048px resolution (128px steps). 1–10 inference steps. Default: 768×768, 4 steps. No guidance needed. Optimized for speed.
256–1024px resolution. 1–50 inference steps. Default: 768×768, 40 steps. Natural language image editing with AI-powered transformations.
INT8 quantized. 128–2048px resolution (16px steps). 1–50 inference steps. Default: 768×768, 8 steps. Fastest option for production.
Get $5 in free credits and start generating with GPT Image 2.