



const main = async () => {
const response = await fetch('https://api.ai.cc/v1/images/generations', {
method: 'POST',
headers: {
Authorization: 'Bearer ',
'Content-Type': 'application/json',
},
body: JSON.stringify({
model: 'google/gemini-3-pro-image-preview-edit',
prompt: 'Mona Lisa with glasses',
image_urls: [
'https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/960px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg',
'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Glasses_black.jpg/960px-Glasses_black.jpg',
]
}),
}).then((res) => res.json());
console.log('Generation:', response);
};
main();
import requests
def main():
response = requests.post(
"https://api.ai.cc/v1/images/generations",
headers={
"Authorization": "Bearer ",
"Content-Type": "application/json",
},
json={
"prompt": "Mona Lisa with glasses",
"model": "google/gemini-3-pro-image-preview-edit",
"image_urls": [
"https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg/960px-Mona_Lisa%2C_by_Leonardo_da_Vinci%2C_from_C2RMF_retouched.jpg",
"https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/Glasses_black.jpg/960px-Glasses_black.jpg",
]
},
)
response.raise_for_status()
data = response.json()
print("Generation:", data)
if __name__ == "__main__":
main()
-
AI Playground

Test all API models in the sandbox environment before you integrate.
We provide more than 300 models to integrate into your app.


Product Detail
✨ Elevate Your Visuals with Gemini 3 Pro Image API (Nano Banana Pro)
The Gemini 3 Pro Image API, also known as Nano Banana Pro, represents Google DeepMind’s cutting-edge image-to-image editing model. It harnesses advanced AI reasoning, real-world contextual understanding, and superior visual fidelity to produce studio-quality image creation and nuanced editing capabilities. Designed for discerning creative professionals and developers, this powerful API supports complex workflows, from rapid prototyping to intricate infographic production, delivering stunning results at both 2K and 4K resolutions.
⚙️ Technical Specifications
- Model Type: Image-to-image generation and editing (multimodal AI)
- Base Architecture: Built on Gemini 3 Pro, integrating expert reasoning and vision understanding
- Resolution Support: Native 2K and 4K with high-fidelity upscaling
- Image Size Limit: Up to 7 MB per image
- Capabilities: Complex scene lighting, camera angle adjustment, localized editing
- Output Formats: Wide range of aspect ratios for social media, print, and web
🚀 Performance Benchmarks
- Achieves studio-quality visual and textual fidelity, with minor limitations on extremely fine graphical details or small faces.
- Performs advanced localized editing with "select, refine, and transform" precision on any image part.
💡 Key Features
- 🎨 Creative Controls: Full control over camera angles, focus shifts, and complex lighting transformations (e.g., day to night, bokeh effect).
- 🔍 Localized Edits: Intuitive selection and precise refinement for targeted image parts, enabling granular control.
- 🧠 Real-World Knowledge: Utilizes Google Search grounding for accurate content generation and real-time updates, ensuring contextual relevance.
- 🖼️ High Resolution Output: Supports production-ready images at native 2K and 4K resolutions.
- ✨ Multimodal Integration: Seamlessly combines vision with advanced reasoning for contextual image synthesis, understanding complex prompts.
💲 Nano Banana Pro API Pricing
$0.1575 per generation
🛠️ Powerful Use Cases
- 📊 Product Design: Prototype and visualize product designs directly from conceptual sketches.
- 📈 Data Visualization: Create complex infographics and data visualizations with seamlessly embedded text.
- 📸 Photo Enhancement: Edit and transform photos with professional-level lighting and focus adjustments.
- 📱 Marketing & Social Media: Develop diverse marketing creatives and social media content in multiple aspect ratios.
- 📚 Visual Storytelling: Generate historically accurate scenes and detailed visual storytelling assets for various media.
💻 Code Sample
<!-- Placeholder for Gemini 3 Pro Image Edit API Code Snippet -->
// Example API call structure (actual implementation may vary)
// const response = await googleDeepMindClient.gemini3ProImageEdit({
// image: 'base64_encoded_image_data',
// prompt: 'Change the lighting to a sunset glow and add a bokeh effect',
// resolution: '4K'
// });
// console.log(response.editedImage);
<snippet data-name="image.google-edit" data-model="google/gemini-3-pro-image-preview-edit"></snippet>
📊 Comparison with Other Models
Gemini 3 Pro Image Edit excels in specialized image-to-image editing with advanced control over lighting, focus, and localized edits. GPT-Image-1, while offering strong multimodal integration for iterative generation, provides slightly less granular editing precision.
Gemini 3 Pro provides more comprehensive control over camera angles, lighting, and high-resolution output, positioning it as a superior choice for studio-quality image editing and complex image synthesis compared to FLUX.1 Kontext.
Gemini 3 Pro significantly advances on the foundation of Nano Banana (Gemini 2.5 Flash Image) with 4K native output, improved real-world knowledge integration, and enhanced precision in localized edits and text rendering, making it the more professional-grade model.
❓ Frequently Asked Questions (FAQ)
-
Q: What is Gemini 3 Pro Image API (Nano Banana Pro)?
A: It's Google DeepMind's advanced image-to-image editing AI model, designed for high-fidelity image creation and nuanced editing at 2K and 4K resolutions, incorporating AI reasoning and real-world knowledge.
-
Q: What resolutions does Gemini 3 Pro Image API support?
A: It natively supports 2K and 4K resolutions, providing studio-quality output.
-
Q: Can I perform localized edits with this API?
A: Yes, it offers intuitive selection and precise refinement for targeted image parts, enabling detailed localized editing.
-
Q: How does Gemini 3 Pro Image API compare to Gemini 2.5 Flash Image?
A: Gemini 3 Pro is a professional-grade advancement, offering native 4K output, improved real-world knowledge integration, and enhanced precision in edits over Gemini 2.5 Flash Image.
-
Q: What are the primary use cases for Nano Banana Pro?
A: It's ideal for product design prototyping, creating complex infographics, professional photo editing, developing marketing creatives, and generating visual storytelling assets.
Learn how you can transformyour company with AICC APIs



Log in