Images 2.5 template · Be in an 8-bit game sceneExample 01gpt-image-2.5-sunburst
GPT Image 2.5 Sunburst is an OpenAI image generation API on TTAPI for synchronous prompt-to-image jobs through the official-transfer route and standard GPT Image output controls.
Images 2.5 template · Be in an 8-bit game sceneExample 01
Explain a process visuallyExample 02
Design a reusable logoExample 03
Use historical and real-world contextExample 04Prompt to image, in context
Create a detailed Infographic of the functioning and flow of an automatic coffee machine like a Jura. From bean basket, to grinding, to scale, water tank, boiler, etc. I'd like to understand technically and visually the flow.
Create one pitch-deck slide titled **"Market Opportunity"** that feels like a real Series A fundraising slide from a YC-backed startup. Use a clean white background, modern sans-serif typography like Inter, and a crisp, minimal layout. The slide should include: * A TAM/SAM/SOM concentric-circle diagram in muted blues and grays * Specific, believable market sizing numbers: * **TAM:** $42B * **SAM:** $8.7B * **SOM:** $340M * A clean bar chart below showing market growth from **2021 to 2026**, with a subtle upward trend * Small footnotes: **"AGI Research, 2024"** and **"Internal analysis"** * A company logo placeholder in the bottom-right corner The design should look like it belongs in a deck that actually raised money: highly readable text, clear data hierarchy, polished spacing, and professional startup-style visual language. Avoid clip art, stock photography, gradients, shadows, decorative elements, or anything that feels generic or overdesigned.
Create a collectible action figure of a vintage-style toy propeller airplane with rounded wings, a front-mounted spinning propeller, slightly worn paint edges, classic childhood proportions, designed as a nostalgic holiday collectible, in blister packaging. Concept: A nostalgic holiday collectible inspired by the simple toy airplanes children used to play with during winter holidays. Evokes warmth, imagination, and childhood wonder. Style: Premium toy photography, realistic plastic and painted metal textures, studio lighting, shallow depth of field, sharp label printing, high-end retail presentation. Constraints: - Original design only - No trademarks - No watermarks - No logos Include ONLY this packaging text (verbatim): "Christmas Memories Edition"
Create an original, non-infringing logo for a company called Field & Flour, a local bakery. The logo should feel warm, simple, and timeless. Use clean, vector-like shapes, a strong silhouette, and balanced negative space. Favor simplicity over detail so it reads clearly at small and large sizes. Flat design, minimal strokes, no gradients unless essential. Fully transparent background. Deliver a single centered logo with generous padding, clean alpha edges, and no solid backdrop, scenery, checkerboard, or watermark.
Extract the product from the input image and isolate it on a fully transparent background. Output: centered product, crisp silhouette, no halos/fringing. Preserve product geometry and label legibility exactly. Add only light polishing. Do not add a solid backdrop, checkerboard, scenery, or shadow. Do not restyle the product; remove the background and preserve clean alpha transparency.
A cool young European woman in a sharp white suit performing an energetic drum solo in the middle of an elegant outdoor wedding reception, captured with one drumstick raised above her head and the other striking a cymbal, surprised guests in formal clothing surrounding her, champagne glasses and flower arrangements vibrating on nearby tables, golden sunset light, cinematic celebration photography, rebellious joyful energy.
Create a realistic outdoor crowd scene in Bethel, New York on August 16, 1969. Photorealistic, period-accurate clothing, staging, and environment.
Continue the children’s book story using the same character. Scene: The same young forest hero is gently helping a frightened squirrel out of a fallen tree after a winter storm. The character kneels beside the squirrel, offering reassurance. Character Consistency: - Same green hooded tunic - Same facial features, proportions, and color palette - Same gentle, heroic personality Style: Children’s book watercolor illustration, soft lighting, snowy forest environment, warm and comforting mood. Constraints: - Do not redesign the character - No text - No watermarks
A young male museum security guard standing beside a dramatic Renaissance painting after closing time, secretly copying the exact heroic pose of the figure inside the artwork, one arm raised dramatically while still holding his security radio, empty gallery around him, polished wooden floors and ornate frames, warm museum spotlights, humorous but sophisticated cinematic photography, strong visual symmetry, highly detailed.
What you can build with gpt-image-2.5-sunburst
Prompt driven generation
Submit a concise prompt and get production-ready image output through one TTAPI job.
Core controls only
Keep integration simple with prompt, model, output settings, and callback handling.
Async result flow
Use polling or webhook callbacks so long-running generations do not block your UI.
Ready for product UI
Return OpenAI Image results that can be displayed, stored, or passed into downstream workflows.
Per-action, in quota
Usage is metered in quota by model, action, and output settings.
Headers and submit parameters
Use the endpoint below with your TTAPI key and the request fields shown.
Headers
TT-API-KEYstringrequiredYour TTAPI API key.
Content-TypestringrequiredUse application/json.
Body
promptstringrequiredText description of the image to generate.
modelenumrequiredThe selected GPT Image model.
backgroundenumoptionaltransparent, opaque, or auto.
moderationenumoptionallow or auto content moderation.
nintegeroptionalNumber of images to generate, from 1 to 10.
output_compressionintegeroptionalCompression from 0 to 100 for webp or jpeg output.
output_formatenumoptionalpng, jpeg, or webp.
partial_imagesintegerconditionalNumber of partial images returned when streaming, from 0 to 3.
qualityenumoptionalauto, high, medium, or low.
sizestringoptionalauto, a standard GPT Image size, or a supported custom size.
streambooleanoptionalStream generation progress when true.
userstringoptionalStable end-user identifier for abuse monitoring.
From key to first result
Copy the resolved endpoint, authentication headers, and request body for this model.
curl --request POST \
--url https://api.ttapi.io/v1/images/generations \
--header 'TT-API-KEY: $TTAPI_KEY' \
--header 'Content-Type: application/json' \
--data '{"prompt":"minimal product photograph on a warm gray background","model":"gpt-image-2.5-sunburst","background":"auto","moderation":"auto","n":1,"output_compression":100,"output_format":"png","partial_images":0,"quality":"auto","size":"auto","stream":false,"user":"ttapi-demo"}'