YepAPI

Command Palette

Search for a command to run...

GoogleImage Generation/v1/media/queue

Gemini 2.5 Flash Image

Gemini 2.5 Flash Image — the original Nano Banana — from $0.08 per image via one REST call.

The original Nano Banana image model. Google's Gemini 2.5 Flash Image generates and edits images fast across ten aspect ratios — from $0.08 per image.

No credit card required. Takes 30 seconds.

2,400+

Developers

1.2M+

API calls served

100+

Endpoints

$0.01

Per call

Yep, that's it.

Try it live

Enter a prompt and generate an image with Gemini 2.5 Flash Image.

POST/v1/media/queue

Drop image or click to upload

For image-to-image editing

Response
Hit "Send Request" to see the response

Pricing

Per-image: from $0.08/image

Endpoint

/v1/media/queue

Strengths

The original Nano Banana

Gemini 2.5 Flash Image is the model that made 'Nano Banana' famous for conversational image editing.

Strong editing

Especially good at instruction-driven edits to an uploaded image — change one element, keep the rest intact.

Fast and low cost

Around $0.08 an image with quick turnaround, suited to interactive editing tools.

Ten aspect ratios

From 21:9 through 9:16, covering cinematic, web, and social framing.

Quick start

Copy this snippet and start making calls with Gemini 2.5 Flash Image.

// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
  method: 'POST',
  headers: {
    'x-api-key': 'YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    "model": "google/gemini-2.5-flash-image",
    "prompt": "A corner bakery at opening time, steam on the window, trays of golden pastries just set out, warm interior light spilling onto a wet sidewalk",
    "options": {
      "aspectRatio": "1:1"
    }
  }),
});
const { data } = await res.json();
const jobId = data.jobId;

// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
  headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }

Why use Gemini 2.5 Flash Image through YepAPI?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

Gemini 2.5 Flash Image API — the original Nano Banana

Gemini 2.5 Flash Image is Google's image generation and editing model better known by its codename, Nano Banana. Its signature strength is instruction-driven editing: describe the change and the rest of the image stays put.

On YepAPI it is available on `/v1/media/queue` at roughly $0.08 per image, alongside the newer Nano Banana 3 tiers on the same key.

Start generating in 30 seconds

$5 free credit on signup. No credit card required. Pay per call.

What developers say

Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

Frequently asked questions

The original Nano Banana image model. Google's Gemini 2.5 Flash Image generates and edits images fast across ten aspect ratios — from $0.08 per image.

Pricing for Gemini 2.5 Flash Image through YepAPI is based on usage. No monthly minimums — you only pay for what you use.

Sign up for a free API key, then send requests to the /v1/media/queue endpoint.

Ready to use Gemini 2.5 Flash Image?

$5 free credit on signup. No credit card required. Pay per call.

Explore more models