Image models › Qwen

Qwen - Image Edit

Image generation by qwen/image-edit ## 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/quickstar

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_url": "\u2026",
    "prompt": "\u2026"
  },
  "model": "qwen-image-edit"
}

Input parameters

NameTypeRequiredDescription
prompt string required The prompt to generate the image with (Max length: 2000 characters)
image_url string required The URL of the image to edit. (File URL after upload, not file content; Accepted types: image/jpeg, image/png, image/webp; Max size: 10.0MB)
acceleration string optional Acceleration level for image generation. Options: 'none', 'regular'. Higher acceleration increases speed. 'regular' balances speed and quality. Default value: "none"
Values: none, regular, high
Default: none
image_size string optional The size of the generated image. Default value: landscape_4_3
Values: square, square_hd, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
Default: landscape_4_3
num_inference_steps number optional The number of inference steps to perform. Default value: 30 (Min: 2, Max: 49, Step: 1) (step: 1)
Default: 25
seed integer optional The same seed and the same prompt given to the same version of the model will output the same image every time.
guidance_scale number optional The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you. Default value: 4 (Min: 0, Max: 20, Step: 0.1) (step: 0.1)
Default: 4
sync_mode boolean optional If set to true, the function will wait for the image to be generated and uploaded before returning the response. This will increase the latency of the function but it allows you to get the image directly in the response without going through the CDN. (Boolean value (true/false))
num_images string optional num_images
Values: 1, 2, 3, 4
enable_safety_checker boolean optional If set to true, the safety checker will be enabled. Default value: true (Boolean value (true/false))
output_format string optional The format of the generated image. Default value: "png"
Values: jpeg, png
Default: png
negative_prompt string optional The negative prompt for the generation Default value: " " (Max length: 500 characters)
nsfw_checker boolean optional Defaults to false. You can set it to false based on your needs. If set to false, our content filtering will be disabled, and all results will be returned directly by the model itself. Note: There is no guarantee that everything can be filtered out; if you are not satisfied with the results, you will need to make your own arrangements.

Pricing

Price on request; the charge is settled from actual consumption with the image coefficient ×2.0. See Pricing & tokens.