nano banana pro api
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.
1K / 2K Resolution
Standard & HD Quality
Our Price
You save $0.06 per image
4K Resolution
Ultra HD Quality
Our Price
You save $0.12 per image
Up to 55% OFF
Compared to official pricing
Generate 100 images at 1K/2K
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
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
- Sign up for an account and get your API key
- Choose your preferred programming language
- Make your first API request using the examples above
- Monitor your usage in the dashboard
API Reference
Generate Image
https://www.savvymake.com/api/v1/image-gen/generateRequest Headers
| Name | Value |
|---|---|
| Content-Type | application/json;charset:utf-8; |
| Authorization | Your API Key |
Request Parameters
| Name | Required | Type | Description |
|---|---|---|---|
prompt | Yes | string | Text description of the image to generate |
aspectRatio | No | string | Image 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) |
size | No | string | Output 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
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
data.url | string | URL of the generated image |
cost | number | Cost of the API call in USD |