Skip to main content
POST
  • Google Gemini 3 Pro powerful image generation model (Nano banana2)
  • Use model parameter to select gemini-3-pro-image-preview model
  • Supports text-to-image generation
  • Async task management, query results by task ID
Important Change: For better performance and cost control, we no longer support passing base64 image data directly in image_urls. Please use the Upload Image API first to upload images and get URLs, then call this endpoint.

Authorizations

string
required
All endpoints require Bearer Token authenticationGet your API Key from the API Key Management PageAdd to request header:

Body

string
default:"gemini-3-pro-image-preview"
required
Image generation model nameModel alias: nano-banana-proExample: "gemini-3-pro-image-preview"
string
required
Text description for image generationThe upstream model input limit is 65,536 tokens. ToAPIs does not add a 1000-character cap.
string
Image generation aspect ratioSupported formats:
  • Ratios: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9
integer
default:1
Number of images to generateFixed at 1⚠️ Note: Must be a pure number (e.g. 1), do not add quotes, otherwise it will error
object
Metadata parameters for passing additional configuration options
object[]
List of reference image URLs for image-to-image or image editingLimit: Maximum 14 images

Response

string
Unique task identifier for status queries
string
Object type, always generation.task
string
Model name used
string
Task status
  • queued - Queued for processing
  • in_progress - Processing
  • completed - Successfully completed
  • failed - Failed
integer
Task progress percentage (0-100)
integer
Task creation timestamp (Unix timestamp)
object
Task metadata