Gemini 3.1 Flash Lite Image
Gemini 3.1 Flash Lite Image from $0.08 — fast Google image generation with 14 aspect ratios.
The lite tier of Google's Gemini 3.1 image family. Fast, cheap generation with an unusually wide aspect-ratio range — including 8:1 and 1:8 banners — 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 3.1 Flash Lite Image.
Drop image or click to upload
For image-to-image editing
Pricing
Per-image: from $0.08/image
Endpoint
/v1/media/queue
Strengths
Spans 8:1 and 4:1 ultra-wide banners through 1:4 and 1:8 verticals, framing you rarely get from an image model.
The lite tier of the Gemini 3.1 image line, priced around $0.08 for high-volume generation.
Accepts an uploaded image for edits, restyles, and extensions.
Shares the Gemini 3.1 image lineage, so prompts port cleanly to the Flash and Pro tiers.
Quick start
Copy this snippet and start making calls with Gemini 3.1 Flash Lite 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-3.1-flash-lite-image",
"prompt": "An ultra-wide banner of a mountain ridge line at first light, layered mist between the peaks, cool blue foreground fading to warm gold at the summit",
"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 3.1 Flash Lite Image through YepAPI?
Gemini 3.1 Flash Lite Image API — fast Google image generation
Gemini 3.1 Flash Lite Image is the lightweight tier of Google's Gemini 3.1 image family — the same lineage as Nano Banana 3, tuned for speed and cost. Its aspect-ratio range is the widest here, from 8:1 banners to 1:8 verticals.
Through YepAPI it runs on `/v1/media/queue` at about $0.08 per image, so you can generate header banners, story crops, and thumbnails from one model and one 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 lite tier of Google's Gemini 3.1 image family. Fast, cheap generation with an unusually wide aspect-ratio range — including 8:1 and 1:8 banners — from $0.08 per image.
Pricing for Gemini 3.1 Flash Lite 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 3.1 Flash Lite 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.