Image models › Google
Google - imagen4
Image generation by Google imagen4 ## 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" href="/market/quickstart
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-imagen4"
}
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
prompt |
string | required | The text prompt describing what you want to see (Max length: 5000 characters) |
negative_prompt |
string | optional | A description of what to discourage in the generated images (Max length: 5000 characters) |
aspect_ratio |
string | optional | The aspect ratio of the generated image Values: 1:1, 16:9, 9:16, 3:4, 4:3, autoDefault:
1:1 |
seed |
string | optional | Random seed for reproducible generation (Max length: 500 characters) |
Pricing
Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.