Nano Banana 2 Lite, aka Gemini 3.1 Flash-Lite Image, is a newly released image model from Google DeepMind built for fast 1K image generation, efficient creative iteration, prompt-based image editing, and responsive visual output in product-facing creative scenarios.
No image yet. Submit the form to generate image.
Explore different use cases and parameter configurations
Transparent pricing with no hidden fees. Pay as you go.
| Rule & Modality | Channel | Credits | Price (USD) | Official / Reference Price | Daily Savings |
|---|---|---|---|---|---|
nano-banana-2-lite imageGoogle | Starter | 2per run | $0.009 | Google$0.034per run | Based on 10,000 images/dayGoogle costs $245.090/day moreApiPass is 72.94% lower |
Complete guide to using Nano Banana 2 Lite
Access Nano Banana 2 Lite API on ApiPass for low-latency 1K image generation, prompt-based image editing, and scalable creative production. Build fast text-to-image and image-to-image workflows with the ApiPass model google/nano-banana-2-lite.

Nano Banana 2 Lite, also known as Gemini 3.1 Flash-Lite Image, is a speed-focused image model from Google DeepMind. It is designed for fast visual drafting, efficient creative iteration, high-volume 1K image creation, and responsive image output in product-facing scenarios. With Nano Banana 2 Lite API on ApiPass, developers can add fast text-to-image generation and practical prompt-based image editing to apps, creative tools, e-commerce workflows, marketing systems, and user-facing visual products.
Nano Banana 2 Lite API turns natural language prompts into images for visual drafts, marketing concepts, product scenes, social media assets, thumbnails, and app-based creative outputs. By defining the subject, scene, style, composition, lighting, and intended use, developers can quickly test multiple creative directions.
Provide image URLs and editing instructions to refine an existing visual instead of starting from scratch. The API can support use cases such as changing backgrounds, adjusting objects, updating styles, improving composition, or polishing generated images for lightweight creative workflows.
Nano Banana 2 Lite is optimized for fast 1K image output, making it suitable for rapid prompt testing, interactive design tools, in-app visual generation, product previews, and frequent creative requests where responsiveness and efficiency matter.
Nano Banana 2 Lite API provides 1K image output for app visuals, social media graphics, product concepts, thumbnails, creative drafts, and lightweight marketing assets. It is a practical choice when teams need clear visual results quickly without using heavier production models for every request.
Speed is one of the main advantages of Nano Banana 2 Lite API. It is suitable for rapid prompt testing, interactive design tools, visual ideation, creator apps, and user-facing image generation features where users expect a responsive creative experience.
When image generation becomes a frequent product action, Nano Banana 2 Lite gives developers an efficient option for repeated creative requests and scalable visual production, including product visuals, social media assets, marketing variations, and in-app generated images.
Although Nano Banana 2 Lite is built for speed and efficiency, it still supports useful prompt adherence, character consistency, prompt-based editing, readable visual composition, and real-world visual knowledge for creative tools, e-commerce visuals, marketing systems, and lightweight branded image generation.
Design platforms can use Nano Banana 2 Lite API to generate visual ideas directly inside a creative canvas. Users can create hero image drafts, interface illustrations, sticker concepts, mood-board elements, and background visuals while staying inside a drag-and-drop or node-based editor.
Travel, lifestyle, and entertainment apps can use Nano Banana 2 Lite to turn a prompt, user photo, avatar, or character reference into location-themed postcard images, such as a character near the Eiffel Tower, walking through Kyoto at night, or appearing in a vintage road-trip card.
Interactive games and story apps can create fast 1K scene cards, item visuals, location images, and character moments based on player actions. This helps role-playing games, voice-controlled games, and interactive fiction products feel more dynamic.
AI agent products can generate supporting visuals for slide decks, landing pages, blog drafts, reports, and web page sections. Agents can create section banners, concept illustrations, product mockups, and decorative images that make generated content feel more complete.
Seller tools can turn product descriptions or simple product images into lifestyle scene drafts, helping merchants test product positioning, seasonal campaign directions, and marketplace thumbnail ideas before final commercial production.
Creator platforms can let users edit images through natural language instructions, such as replacing backgrounds, removing distracting objects, adjusting lighting, changing visual style, or refining composition without professional retouching software.
Nano Banana 2 Lite is positioned as the faster and more efficiency-focused option in the Nano Banana image family. It is best suited for rapid visual drafting, prompt testing, 1K image generation, and frequent image creation workflows.
Nano Banana 2 Lite focuses on speed and efficient 1K image output, while Nano Banana 2 is designed for stronger overall image quality and broader resolution flexibility. Choose Nano Banana 2 Lite when fast drafts, app visuals, and frequent creative generation matter most; choose Nano Banana 2 when higher-resolution output and stronger visual detail are required.
Nano Banana 2 Lite is optimized for responsive generation and lightweight editing. Nano Banana Pro is better suited for complex, production-oriented creative control, brand-sensitive visuals, accurate text rendering, localization, and detailed scene logic where precision is more important than speed.
Earlier Nano Banana models can still support general 1K image generation, but Nano Banana 2 Lite is designed as a faster and more efficient option for modern product workflows that require responsive visual output and frequent generation.
Nano Banana 2 Lite API is suitable for teams that need fast 1K image generation, frequent prompt testing, creative previews, and lightweight image editing without relying on heavier production models for every request.
ApiPass documentation helps developers understand authentication, request structure, prompt input, image URL handling, response polling, callback behavior, and deployment details. The Create Task endpoint returns a taskId, and results are available through the Query Task endpoint or callback notifications.
ApiPass supports provider routing through the channel parameter. Use auto for automatic allocation, or choose starter, regular, or official depending on your quota, stability, cost, and execution requirements.
Submit generation requests with POST /api/v1/jobs/createTask, then query status with GET /api/v1/jobs/recordInfo. Task states include waiting, queuing, generating, success, and fail. Successful tasks return generated image URLs in resultJson.resultUrls.
Create an ApiPass account or sign in to your existing account, then open the API dashboard to generate your API key. Use this key with the Authorization: Bearer YOUR_API_KEY header when connecting Nano Banana 2 Lite API to your product, backend service, or internal creative tool.
Before deployment, use the ApiPass Playground to test text-to-image prompts, image editing instructions, different visual styles, product scenes, social graphics, and app-ready image drafts. Playground testing helps you understand how the model responds before writing production logic.
Prepare your Create Task request with model google/nano-banana-2-lite and an input object containing prompt, optional image_urls, and aspect_ratio. The prompt is required and supports up to 20000 characters; image_urls supports up to 10 JPEG, PNG, or WEBP image URLs up to 30MB each.
Send requests to POST https://api.apipass.dev/api/v1/jobs/createTask. The API returns a taskId. Query GET https://api.apipass.dev/api/v1/jobs/recordInfo?taskId=YOUR_TASK_ID until the state is success or fail, or provide callBackUrl to receive completion notifications automatically.
Once deployed, review generated images for prompt accuracy, visual quality, text rendering, character consistency, and user experience. Track usage patterns, optimize prompts, refine request logic, and keep your integration aligned with the latest ApiPass API documentation.
All APIs require authentication via Bearer Token.
Authorization: Bearer
Submit a new Google Nano Banana 2 Lite text-to-image or image-to-image task.
The API accepts a JSON payload with model and input at the root level. callBackUrl and channel are optional root-level fields.
1{
2 "model": "google/nano-banana-2-lite",
3 "callBackUrl": "string (optional)",
4 "channel": "auto",
5 "input": {
6 "prompt": "string",
7 "image_urls": ["string"],
8 "aspect_ratio": "auto"
9 }
10}modelRequiredstringThe ApiPass model name to use for generation.
"google/nano-banana-2-lite"
callBackUrlOptionalstringCallback URL for task completion notifications. If omitted, no callback will be sent.
"https://your-domain.com/api/callback"
channelOptionalstringProvider routing channel for this task. The default channel is auto. APIPASS automatically allocates tasks across available providers based on real-time pricing and stability metrics. starter is ultra-low-cost with limited quotas and weaker stability; regular is standard and much cheaper than official APIs with moderate stability; official uses the model native API with high stability, fast task execution, and official pricing.
The default channel is auto. APIPASS automatically allocates tasks across available providers based on real-time pricing and stability metrics. starter is ultra-low-cost with limited quotas and weaker stability; regular is standard and much cheaper than official APIs with moderate stability; official uses the model native API with high stability, fast task execution, and official pricing.
Available options:
auto
The input object contains the native parameters supported by Google Nano Banana 2 Lite.
input.promptRequiredstringText description of the image to generate or edit.
Describe the subject, style, setting, lighting, and composition clearly. The value is required, must be non-empty, and must not exceed 20000 characters.
"Use the provided banana mascot as the main character and create a polished comic-style launch scene."
input.image_urlsOptionalarray<string>Image URLs used for image-to-image generation, editing, or visual reference.
Provide image URLs only; do not upload file content in this field. Supported media types: image/jpeg, image/png, image/webp. Maximum size: 30MB per image. Maximum files: 10.
["https://static.aiquickdraw.com/tools/example/1782893414188_4PUsXcu5.png"]
input.aspect_ratioRequiredstringAspect ratio of the generated image. The documented default is auto, and the adapter fills auto if this field is omitted.
Available options:
"auto"
1curl -X POST "https://api.apipass.dev/api/v1/jobs/createTask" \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "model": "google/nano-banana-2-lite",
6 "callBackUrl": "https://your-domain.com/api/callback",
7 "channel": "auto",
8 "input": {
9 "prompt": "Use the provided banana mascot as the main character and create a polished comic-style launch scene in a bright creative workspace.",
10 "image_urls": [
11 "https://static.aiquickdraw.com/tools/example/1782893414188_4PUsXcu5.png"
12 ],
13 "aspect_ratio": "auto"
14 }
15 }'1{
2 "code": 200,
3 "msg": "success",
4 "data": {
5 "taskId": "task_xxxxxxxxxxxxxxxx"
6 }
7}codeStatus code. 200 indicates success; other values indicate failure.
msgResponse message. For failed requests, this may contain the error description.
data.taskIdTask ID used to query the task status and result.

flux
flux
Generate photorealistic images with robust text
Starting from
0 credits
OpenAI
OpenAI
Generate intentionally designed visuals with less prompting using the latest OpenAI GPT Image 2 model.
Starting from
0 credits
Nano Banana now allows you to freely draw on edited images, bringing you a completely new experience. Simply click on the image to draw whatever you want. You can also add text and details, and Gemini will do the rest.
Starting from
0 credits
Fast image generation model built on Gemini 3.1 Flash Image. Supports text-to-image, image editing, multi-image fusion with up to 14 reference images, Google Search grounding, and outputs up to 4K resolution.
Starting from
0 credits
seedream
seedream
Starting from
0 credits
grok
grok
Grok Imagine is xAI’s AI video generation model for creating high-quality videos with realistic motion, native audio, and synchronized speech. Grok Imagine 1.5 introduces faster generation speeds, improved motion physics, and stronger visual consistency for modern AI video applications.
Starting from
0 credits
qwen
qwen
Generate realistic 2K images with structured text
Starting from
0 credits
seedream
seedream
Starting from
0 credits
OpenAI
OpenAI
Bring your ideas to life with sharper, faster, more precise image generation using the GPT Image 2.5 API.
Starting from
0 credits
wan
wan
Generate images with cinematic precision through high-fidelity text-to-image synthesis and structural editing.
Starting from
0 credits
seedream
seedream
Gemini said Generate images with lightning-fast efficiency and high-fidelity detail through a streamlined, lightweight architecture optimized for instant creative expression.
Starting from
0 credits
qwen
qwen
Generate realistic 2K images with structured text
Starting from
0 credits
Luma
Luma
Starting from
0 credits
seedream
seedream
Starting from
0 credits