Google Nano Banana is a responsive image model for text-to-image, image-to-image, natural-language editing, and rapid visual iteration with reference images.
• Price shown is charged from the model configuration in admin.
• Calls consume current account credits and write usage records.
• Media tasks are processed with the same async pipeline as the public API.
Pricing
Model ID
Type
Quality
Price
nano-banana
Image Generation
Default
15 credits per request · ≈ $0.0075-$0.015
Model IDnano-banana
TypeImage Generation
QualityDefault
Price15 credits per request · ≈ $0.0075-$0.015
Model overview
What is the Nano Banana API?
Google Nano Banana is a responsive image model for text-to-image, image-to-image, natural-language editing, and rapid visual iteration with reference images.
Start with the desired visual outcome, references, and delivery format, then shape the generation workflow around them.
APIAny exposes Nano Banana through one documented API surface with live pricing, model status, request examples, and an on-page playground. Teams can evaluate the model here, then keep authentication, usage records, and production routing in the same platform.
These workflows show where Nano Banana fits in a real product. Test the same inputs in the playground, compare the output with related models, and choose the route that meets your quality, latency, and budget requirements.
01
Rapid creative iteration
Turn a brief into multiple directions with Nano Banana, then refine the strongest option through prompt changes or reference inputs. API-based iteration keeps experiments reproducible and easier to evaluate.
Use natural-language instructions and reference images to revise composition, style, objects, or local details with Nano Banana. Keep the original brief and inputs in your workflow for repeatable review cycles.
Image editing and controlled revisions with Nano Banana.
03
Product and catalog content
Generate product scenes, catalog assets, presentation imagery, or review-ready content with Nano Banana. Batch requests through the API when a catalog needs consistent formats and repeatable output.
The following capabilities explain the practical input, output, and workflow characteristics that matter when evaluating Nano Banana. Available request parameters remain visible in the live API reference on this page.
How Nano Banana capabilities work together.
/01
Text prompt input
Describe the requested output or task in text and send it through the documented Nano Banana API request.
/02
Image and reference input
Provide supported image inputs to guide editing, visual identity, composition, or motion in Nano Banana workflows.
/03
Prompt-based image editing
Revise supported images with natural-language instructions while retaining the source context needed for controlled changes.
/04
Low-latency execution
Use the faster Nano Banana route for interactive experiences, rapid iteration, and workloads where response time matters.
/05
Reference-guided generation
Use supported reference assets to guide subject identity, style, composition, frames, or motion across generated results.
APIAny advantages
Why use Nano Banana through APIAny?
APIAny combines direct model access with the operational controls needed to move from evaluation to production without maintaining a separate integration for every provider.
Production value delivered by Nano Banana.
One stable API surface
Call Nano Banana with an APIAny key and a documented request format. Keep your application integration stable while model versions and upstream routes evolve behind the gateway.
Transparent usage and pricing
Review the live Nano Banana pricing rules before a request, estimate credits in the playground, and inspect request-level usage records after the call completes.
Production routing controls
Use model status, channel health, retry policy, and usage logs to operate Nano Banana as part of a production workflow instead of treating it as an isolated demo.
Integration
How to integrate the Nano Banana API
Move from a playground test to an authenticated production request in three steps. The page keeps the model identifier, request schema, pricing, and response examples together. Treat generation as an asynchronous media pipeline with durable task tracking, validation, and asset delivery.
Connecting Nano Banana from API request to result.
01
Create an API key
Sign in to APIAny, create a project API key, and assign only the model scope and budget controls your application needs.
02
Send a Nano Banana request
Copy the request example from this page, set the model field to the selected Nano Banana version, and send it to the documented APIAny endpoint.
03
Monitor and refine
Track status, latency, credits, and returned usage. Compare versions or related models with the same workload before shifting production traffic.
FAQ
Nano Banana API frequently asked questions
Direct answers about capabilities, use cases, integration, and choosing the right Nano Banana route.
What is the Nano Banana API?
Google Nano Banana is a responsive image model for text-to-image, image-to-image, natural-language editing, and rapid visual iteration with reference images. APIAny makes this model callable through an authenticated API with live pricing, status information, request examples, and a browser playground on the same page.
What can I build with the Nano Banana API?
Common Nano Banana workflows include Rapid creative iteration, Image editing and controlled revisions, Product and catalog content. The best fit depends on the input format, output quality, latency, and cost your product requires.
How do I call Nano Banana through APIAny?
Create an APIAny key, use the endpoint documented on this page, and set the request model field to the selected Nano Banana version. The playground can generate a working payload before you integrate it into application code.
How should I choose a Nano Banana version?
Compare the versions shown on this page by price, supported parameters, and capabilities such as Text prompt input, Image and reference input, Prompt-based image editing. Test a representative production input before choosing the default route.
API Reference
Call this model through a standard REST API. Authenticate with your API key, then pick an endpoint below to see its parameters and examples.
Authentication
Every request needs a Bearer token in the Authorization header. Create an API key in the console.
Authorization: Bearer YOUR_API_KEY
POSThttps://apiany.ai/v1/images/generations
Request parameters
Parameter
Type
Required
Notes
model
string
Required
Model identifier to invoke. Use this model's ID.
prompt
string
Required
Text prompt describing what you want to generate.
size
string
Optional
Output aspect ratio. Custom WxH pixel sizes remain accepted in JSON mode when supported upstream. · Options: auto, 1:1, 2:3, 3:2, 4:3, 3:4, 16:9, 9:16 · Default: auto
callback_url
string
Optional
Optional webhook URL called when the async task finishes.
Request example
curl "https://apiany.ai/v1/images/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana",
"prompt": "A refined product photo of a compact AI API router device on a white desk",
"size": "auto"
}'
This endpoint is asynchronous: it returns a task_id immediately. Poll the task-status endpoint until status becomes succeeded, then read the result. Generated media links stay valid for 24 hours.