Logo

nano banana pro api

Commercial use

Google DeepMind's Nano Banana Pro delivers sharper 2K imagery, intelligent 4K scaling, improved text rendering, and enhanced character consistency—offering a major leap in visual quality for creative and API-driven workflows.

SAVE 55%

1K / 2K Resolution

Standard & HD Quality

$0.05per image

Our Price

$0.11Official

You save $0.06 per image

SAVE 50%

4K Resolution

Ultra HD Quality

$0.12per image

Our Price

$0.24Official

You save $0.12 per image

Up to 55% OFF

Compared to official pricing

Generate 100 images at 1K/2K

$5.00vs$11.00

Save $6.00!

Nano banana pro API Playground

Test the API directly in your browser. Enter your API key and parameters to generate images in real-time.

Video Settings

Text description of the image to generate

Upload a reference image for image-to-image generation

Click or drag to upload

Max 10MB

Result

Your video will appear here

Fill in the settings and click Generate Video

Your Generated Images

Code Examples

JavaScript

README

About Nano Banana Pro

Google DeepMind's Nano Banana Pro is a state-of-the-art AI image generation model that delivers exceptional quality and performance.

Key Features

  • Sharper 2K imagery with enhanced detail
  • Intelligent 4K scaling for ultra-high resolution
  • Improved text rendering in generated images
  • Enhanced character consistency across generations
  • Optimized for both creative and API-driven workflows

Use Cases

  • Creative content generation for marketing
  • Product visualization and mockups
  • Concept art and illustration
  • Social media content creation
  • E-commerce product images

Getting Started

  1. Sign up for an account and get your API key
  2. Choose your preferred programming language
  3. Make your first API request using the examples above
  4. Monitor your usage in the dashboard

API Reference

Generate Image

POSThttps://www.savvymake.com/api/v1/image-gen/generate

Request Headers

NameValue
Content-Typeapplication/json;charset:utf-8;
AuthorizationYour API Key

Request Parameters

NameRequiredTypeDescription
promptYesstringText description of the image to generate
aspectRatioNostringImage aspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 5:4, 4:5, 21:9, auto (default: 1:1)
sizeNostringOutput size: 1k, 2k, or 4k (default: 1k)

Response

{
  "success": true,
  "data": {
    "url": "https://webstatic.aiproxy.vip/output/20251201/472/7983d29d-3665-4fcc-965b-d2cf065a5085.jpg"
  },
  "cost": 0.05
}

Response Fields

FieldTypeDescription
successbooleanWhether the request was successful
data.urlstringURL of the generated image
costnumberCost of the API call in USD