Image models › Qwen
Qwen3 Pro Image to Image
Qwen3 Pro Image to Image
image Qwen 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": {
"image_urls": "\u2026",
"prompt": "\u2026"
},
"model": "qwen3-pro-image-to-image"
}
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
image_urls |
array | required | Input image URL array. Upload images and provide their URLs rather than the file content. Supports up to 3 images. Supported file types: `image/jpeg`, `image/png`, `image/webp`, `image/bmp`, and `image/gif`,`image/tiff`. Maximum file size: 10 MB per image. |
prompt |
string | required | The positive prompt that describes the image content, style, and composition you want to generate or edit. Both Chinese and English are supported. |
resolution |
string | optional | The output image resolution. Values: 1K, 2KDefault:
1K |
image_size |
string | optional | The output image size. Values: 1:1, 3:2, 2:3, 4:3, 3:4, 16:9, 9:16, 21:9Default:
16:9 |
output_format |
string | optional | The generated image format. Values: png, jpegDefault:
png |
prompt_extend |
boolean | optional | Whether to enable intelligent prompt rewriting. Default: true (recommended). When enabled, the model optimizes the positive prompt, which significantly improves results for simple descriptions. Default:
True |
nsfw_checker |
boolean | optional | Whether to enable content filtering. Optional. Defaults to false. When set to false, content filtering is disabled and all results are returned directly by the model. Note: Content filtering cannot guarantee that all inappropriate content will be detected. If the filtering results do not meet your requirements, you must implement additional content moderation measures. Default:
False |
negative_prompt |
string | optional | The negative prompt that describes content you do not want to appear in the image. |
seed |
integer | optional | The random seed. Value range: [0, 2147483647]. A fixed seed helps maintain relatively stable results. Default:
1 |
Pricing
Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.