VARIANT · Google / Nano Banana

nano-banana-2-lite API

Google / Nano Banana

Gebruik nano-banana-2-lite uit de Nano Banana-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.

Operationeel · image · Commercieel toegestaan
runapi.ai
curl -X POST https://runapi.ai/api/v1/nano_banana/edit_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "nano-banana-2-lite",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Create a motivational poster with the text 'Never Give Up' in bold serif, sunset mountains in the background."
}'
import { NanoBananaClient } from "@runapi.ai/nano-banana";

const client = new NanoBananaClient();
const result = await client.editImage.run({
    model: "nano-banana-2-lite",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Create a motivational poster with the text 'Never Give Up' in bold serif, sunset mountains in the background.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\NanoBanana\NanoBananaClient;

$client = new NanoBananaClient();
$result = $client->editImage->run([
        'model' => 'nano-banana-2-lite',
        'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
        'prompt' => 'Create a motivational poster with the text \'Never Give Up\' in bold serif, sunset mountains in the background.',
]);
require "runapi/nano_banana"

client = RunApi::NanoBanana::Client.new
result = client.edit_image.run(
    model: "nano-banana-2-lite",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Create a motivational poster with the text 'Never Give Up' in bold serif, sunset mountains in the background."
)
npx skills add runapi-ai/nano-banana -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/nano-banana v1
Wissel variant
OVERVIEW

nano-banana-2-lite biedt de ideale balans tussen kwaliteit en kosten binnen de Nano Banana-familie.

  • Prijs per call in USD
  • Mislukte generaties worden niet gefactureerd
  • Streaming wanneer ondersteund door het model
  • Modelskill-setup
PRICING

Prijzen

Mislukte generaties worden niet in rekening gebracht
Edit image
$0.03 / image
Text to image
$0.03 / image
SPECIFICATIEBLAD

Technische details

Model-ID nano-banana-2-lite
Provider Google
Modaliteit image
Taaktype asynchronous
Facturatie-eenheid call
API endpoint /api/v1/nano_banana/edit_image
Commerciële licentie Ja — inbegrepen via API
Catalogusstatus Operationeel
SKILLS

Snelstart — nano-banana-2-lite

Zelfde structuur · variant vastgelegd in model

# Install the model skill for app development workflows
npx skills add runapi-ai/nano-banana -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Nano Banana skill for this app:

1. Add runapi-ai/nano-banana with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
HOE HET WERKT

Gebruik nano-banana-2-lite in vier stappen

01

Installeren

Installeer de modelskill voor deze modelreeks.

02

Configureren

Zet het modelveld op de volledige model-ID die op deze pagina staat.

03

Aanroepen

Stuur een getypeerde request met je prompt, inputs en callback-instellingen.

04

Ontvangen

Lees de task-response, webhook-callback of cached output-URL van RunAPI.

DIFFERENCES

Wat is er anders aan nano-banana-2-lite

VS NANO-BANANA

Fastest, lowest-cost Nano Banana image model for rapid creation and iteration

1K resolution; fast and cheap baseline (Aug 2025)

VS NANO-BANANA-2

Fastest, lowest-cost Nano Banana image model for rapid creation and iteration

Built on Gemini 3.1 Flash; best multi-character consistency, 4–8s

VS NANO-BANANA-EDIT

Fastest, lowest-cost Nano Banana image model for rapid creation and iteration

Prompt-driven image editing from an existing image

USE CASES

Ideaal voor

Productfotografie

Genereer automatisch lifestyle-productfoto's voor e-commercecatalogi zonder studiofotografie.

Game- en concept art

Werk snel concepten uit voor omgevingen en personages voordat je doorgaat naar de definitieve art.

Illustraties voor editorial

Genereer unieke cover art en illustraties voor blogposts en artikelen op schaal.

FAQ

Veelgestelde vragen over nano-banana-2-lite

Is de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.

NU BEGINNEN

Begin met bouwen met Nano Banana.