Image models › Google
Google - Nano Banana Pro
Image generation using Google's Pro Image to Image model ## Query Task Status After submitting a task, use the unified query endpoint to check progress and retrieve results: <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> Learn how to query task status and retrieve generation results </Card> For production use, we recommend using the `callBackUrl` parameter to receive automatic notifications when generation completes, rather than polling the status endpoint. ## Related Resources <CardGroup cols={2}> <Card title="Market Overview" icon="lucide-store" hr
image Google price on request
Request
POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json
{
"callback_url": "https://your-app.example/callbacks/video-blade",
"input": {
"prompt": "\u2026"
},
"model": "google-pro-image-to-image"
}
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
prompt |
string | required | A text description of the image you want to generate (Max length: 10000 characters) |
image_input |
array | optional | Input images to transform or use as reference (supports up to 8 images) (File URL after upload, not file content; Accepted types: image/jpeg, image/png, image/webp; Max size: 30.0MB) |
aspect_ratio |
string | optional | Aspect ratio of the generated image Values: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9, autoDefault:
1:1 |
resolution |
string | optional | Resolution of the generated image Values: 1K, 2K, 4KDefault:
1K |
output_format |
string | optional | Format of the output image Values: png, jpgDefault:
png |
Pricing
Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.