Nanobanana Flash avatar

Nanobanana Flash

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Nanobanana Flash

Nanobanana Flash

Generate AI images quickly and affordably using Google's Gemini 2.5 Flash model. Perfect for rapid prototyping, quick drafts, and high-volume image generation.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

19

Total users

4

Monthly active users

20 hours ago

Last modified

Share

Nanobanana Flash - Fast AI Image Generator (Nano Banana 2)

Generate AI images quickly and affordably using Google's Nano Banana 2 model. BYOK (Bring Your Own Key) for maximum cost control. Perfect for quick drafts and high-volume image generation.

Features

  • Automated data collection
  • Structured output format
  • Error handling
  • Pay-per-event billing

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeDescription
googleApiKeystringYour Google AI Studio API key
promptstringDescribe the image you want to generate
numberOfImagesintegerHow many variations to generate (1-4, default: 4)
aspectRatiostringImage dimensions: 1:1, 16:9, 9:16, 4:3, 3:4
negativePromptstringThings to avoid in the image (optional)
demoModebooleanTest with sample data (no API key needed)

Output Format

The actor outputs:

  • Generated images saved to key-value store
  • Public URLs for each image
  • Metadata including prompt, aspect ratio, and generation timestamp
{
"prompt": "A cute cartoon robot...",
"imageCount": 4,
"aspectRatio": "1:1",
"model": "gemini-3.1-flash-image-preview",
"generatedAt": "2024-12-24T10:30:00Z",
"images": [
{ "index": 1, "url": "https://...", "mimeType": "image/png" },
{ "index": 2, "url": "https://...", "mimeType": "image/png" }
]
}

Pricing

This actor uses pay-per-event billing:

  • data_point: $0.01 per result

Use Cases

  • Rapid Prototyping: Quick mockups and concept art
  • Social Media Content: Fast turnaround for daily posts
  • A/B Testing: Generate multiple variations quickly
  • Thumbnail Generation: Bulk create video/blog thumbnails
  • Brainstorming: Explore visual ideas at low cost
  • Training Data: Generate synthetic images at scale

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).

📞 Support


Built by John Rippy | Actor Arsenal