STILL fashion posterExample 01gemini-3.1-flash-image
AliasNano Banana 2gemini-3.1-flash-image is available through TTAPI. Gemini-powered generation and text-instructed image editing at a low cost.
STILL fashion posterExample 01
BREATHE fashion posterExample 02
European summer editorialExample 03
Vintage photo boothExample 04Prompt to image, in context
Minimal editorial fashion poster, a stylish man in a navy turtleneck and charcoal overcoat standing with folded arms against a solid midnight blue background, bold handwritten title ‘STILL’ positioned above, monochromatic blue color harmony, clean negative space, cinematic studio lighting, confident expression, premium fashion styling, ultra-clean composition, soft shadows, modern magazine cover aesthetic, luxury advertising campaign, sharp focus, minimalist poster design, vertical composition.
Minimal editorial fashion poster, a confident woman wearing an emerald green off-shoulder sweater and tailored black trousers, standing against a solid emerald green background, bold handwritten title ‘BREATHE’ positioned above, monochromatic green color harmony, clean negative space, cinematic studio lighting, calm yet powerful expression, premium fashion styling, ultra-clean composition, subtle soft shadows, modern magazine cover aesthetic, high-end advertising campaign, sharp focus, minimalist luxury design, vertical poster composition.
Luxury summer fashion editorial, [subject] wearing stylish [color] linen clothing and contemporary summer accessories, photographed from a dramatic low-angle in a beautiful European old town, sunlit historic architecture softly blurred in the background, designer sunglasses, relaxed confident pose, vibrant summer color palette, bright blue sky with soft clouds, warm golden sunlight, cinematic shallow depth of field, premium magazine photography, crisp facial detail, natural movement, luxury vacation aesthetic, resort wear styling, ultra-realistic photography, high-end travel fashion campaign.
What you can build with gemini-3.1-flash-image
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 Nano Banana 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 instruction for generation or editing.
modelstringrequiredSupported Gemini image model identifier.
aspect_ratioenumoptionalRequested output aspect ratio.
image_sizeenumoptionalRequested 1K, 2K, or supported output size.
refer_imagesstring[]optionalReference image URLs for guided generation or edits.
From key to first result
Copy the resolved endpoint, authentication headers, and request body for this model.
curl --request POST \
--url https://api.ttapi.org/gemini/image/generate \
--header 'TT-API-KEY: $TTAPI_KEY' \
--header 'Content-Type: application/json' \
--data '{"prompt":"minimal blank cosmetic bottles arranged on textured stone","model":"gemini-3.1-flash-image","aspect_ratio":"16:9","image_size":"2K"}'