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.
Drop image or click to upload
For image-to-image editing
Pricing
Per-image: from $0.08/image
Endpoint
/v1/media/queue
Strengths
Gemini 2.5 Flash Image is the model that made 'Nano Banana' famous for conversational image editing.
Especially good at instruction-driven edits to an uploaded image — change one element, keep the rest intact.
Around $0.08 an image with quick turnaround, suited to interactive editing tools.
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?
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.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
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
Gemini 2.5 Flash
GoogleAccess Gemini 2.5 Flash through one API key. Google's fastest model with 1M context.
Gemini 2.5 Pro
GoogleAccess Gemini 2.5 Pro through one API key. Google's most capable model with 1M context.
Gemini 3.5 Flash
GoogleAccess Gemini 3.5 Flash through one API key. Google's latest fast multimodal model.