Blue monster breakthroughExample 01gemini-3.1-flash-lite-image
AliasNano Banana 2 Litegemini-3.1-flash-lite-image is available through TTAPI. Gemini-powered generation and text-instructed image editing at a low cost.
Blue monster breakthroughExample 01
Weekly favorite generationExample 02
AI art criticsExample 03
Headphone storyboardExample 04Prompt to image, in context
A close-up, vertical shot features a {argument name="monster description" default="fluffy, blue monster"} with {argument name="eyes" default="wide, green eyes"} and a large, open mouth revealing two small teeth. The monster is bursting through a {argument name="wall description" default="cracked, lime-green wall"}, with pieces of the wall scattered around its head and body. Playful, energetic, colorful, 3D cartoon style, high detail, cinematic lighting
Share your favorite generation NOT POSTED this week. Any tool, image or video ... I will quote and pin Monday the one with more likes
Ai generated ART haters are my favorite. Crying about stealing. Every one of those real artists made a collage out of magazines at some point in art class, called it art, and didn’t think twice about it. I dedicate every Ai generated post to them. https://t.co/kAtXklCuQH
3×3 storyboard grid, nine panels, same subject and outfit, consistent teal studio background, soft diffused lighting, clean editorial lifestyle photography. Young East Asian woman, natural makeup, black hair tied back, wearing white fitted top, blue/cream color-block cardigan with red strap, blue jeans, sneakers, pastel blue over-ear wireless headphones. Panel sequence (left→right, top→bottom): 1 standing adjusting headphones, front view; 2 close-up portrait touching earcup; 3 side profile sitting on tall stool; 4 lying on stomach with cassette tapes + retro player; 5 extreme close-up headphones + face detail; 6 tilted head smiling portrait; 7 low-angle crouch reaching headphones toward camera; 8 forced perspective product shot, headphones close to lens; 9 lying on back relaxed pose. Style: minimal, pastel tones, soft shadows, sharp focus, commercial product photography, consistent framing, balanced grid layout, mix of wide/medium/close shots
Put a giant food right in front of you. 🍔🧀🍲 I’ve been obsessed with this POV lately: food takes up half the frame, you’re staring at it like this is the best moment of the day. Works with ANY food. Burger, hotpot, dessert, street food—try it 👇
A hyper-realistic full-body studio portrait of [CHARACTER_DESCRIPTION]. The character is seated on a setup made of five large cubic objects of [OBJECT_TYPE_AND_MATERIAL], arranged in a compact and balanced structure. Two cubes are placed tightly side by side beneath the character, forming a stable elevated seat—high enough that their feet hang naturally above the studio floor without touching. Three additional cubes are stacked vertically right beside the seat, perfectly aligned and touching—forming a side column slightly above waist level, where the character rests one forearm casually on the top cube. All cubes share identical dimensions and physically realistic volume, precise proportions, sharp edges, and real surface contact (no gaps or floating). Their material behavior under light is fully realistic, showing natural reflections, soft highlights, and subtle light falloff across surfaces. Lighting: soft, neutral cinematic studio lighting with smooth global diffusion and balanced contrast, no harsh shadows. Background: solid [STUDIO_COLOR] backdrop with a subtle gradient tone. Floor: polished studio surface with a soft natural reflection of the cubes and the character. Mood: clean, balanced, and visually elegant—focused on geometry, material, and composition. Camera: full-body 3/4 studio shot from a slightly elevated angle to emphasize the cube geometry and the character's posture. All materials are physically realistic rendered with cinematic precision. Texture: ultra-detailedc, realistic reflections, material roughness, and soft light transitions rendered in photorealistic quality.
What you can build with gemini-3.1-flash-lite-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-lite-image","aspect_ratio":"16:9","image_size":"1K"}'