HiAPI
OverviewModels MarketAPI KeysUsage StatisticsCall LogsBillingReferralPlaygroundStorageChangelogContact UsSettings
Display unit
N
Powered by hiapi
Settings

Welcome

Contact Us

Edit images with Qwen Image 3.0 Pro using up to three references, exact cover-text replacement, 1K/2K pricing, eight ratios, and API quickstart code.

Provider: Alibaba

Category: image generation

Endpoint: /v1/tasks

Status: Available

Cost: See live page pricing

Back to Models

Qwen Image 3.0 Pro Image to Image

by AlibabaImage

Edit images with Qwen Image 3.0 Pro using up to three references, exact cover-text replacement, 1K/2K pricing, eight ratios, and API quickstart code.

Pricing

Standard Usage

99 Credits/ imageReference image +8 Credits per reference

Input

0 / 18000

More parameters

Generation settings

Choose the output image file format

0 / 500

Describe what should not appear in the result; Up to 500 characters

Generation preferences

Automatically improve the prompt for more complete generation

Advanced

For repeatable results · integer 0-2147483647
Estimated cost99 Credits / image1K

Output

Ready for generation

Configure your parameters and click "Run" to see the output here.

--GPU-T4

From references to edited results

Each case separates references, the edit instruction, and the complete result, with image zoom and prompt copy.

Replace cover text without changing the photograph · After
Replace cover text without changing the photograph · Before
BeforeAfter

1 reference image(s) / 864 × 1152

Replace cover text without changing the photograph

The title changes to WILD TRAILS and the subtitle to AUTUMN EDITION while the border, mountain photograph, spacing, and editorial hierarchy remain intact.

Prompt · English

Edit only the printed cover text. Preserve the exact magazine layout, border, mountain photograph, perspective, paper texture, background, and natural lighting. Replace the large main title with the exact text "WILD TRAILS" and replace the smaller subtitle with the exact text "AUTUMN EDITION". Keep both lines centered, sharp, correctly spelled, and naturally printed in the existing editorial typography. Do not change the photograph, add extra text, logos, or objects.

Related image models

Choose an adjacent model by task, output tier, and reference-image needs.

Lower-cost reference editing

Qwen Image 3.0 Image to Image

Use the standard route for product recoloring, cleanup, and rapid iterations.

Up to eight references

FLUX.2 Image to Image

Compare multi-reference composition and explicit 1K/2K pricing.

Campaign-grade multi-reference editing

Seedream 5.0 Pro

Use it when a final campaign needs more references and preservation controls.

Compare AI image APIs

About Qwen Image 3.0 Pro Image to Image

Edit images with Qwen Image 3.0 Pro using up to three references, exact cover-text replacement, 1K/2K pricing, eight ratios, and API quickstart code.

The Playground and API use the same model ID: qwen-image-3.0-pro/image-to-image. Reference images provide subject, product, scene, or style facts, while the prompt assigns each role and limits the edit.

Provider
Alibaba
Task
Image-to-Image / Editing
References
1-3
Pricing
99 Credits / image

Model specifications

These specifications reflect the current Qwen Image 3.0 Pro Image to Image request contract.

Reference images
1-3
Output resolution
1K2K
Aspect ratios
1:13:22:34:33:416:99:1621:9
Output formats
PNGJPEG
Input add-ons
Reference image: 8 Credits / reference
Prompt length
1-18000 characters
Pricing
1K: 99 Credits / image2K: 198 Credits / image

Final cost depends on the output tier and input add-ons. Check the live page price and task record for the final charge.

How to use Qwen Image 3.0 Pro Image to Image

References provide visual facts; the prompt assigns their roles and limits the edit.

Subject
Scene

API Quickstart

Copy a minimal request below. See Docs for parameters, callbacks, task retrieval, and errors.

Endpoint
POST /v1/tasks
Model ID
qwen-image-3.0-pro/image-to-image
cURL
curl -X POST https://api.hiapi.ai/v1/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "qwen-image-3.0-pro/image-to-image",
  "input": {
    "prompt": "Change the product color and preserve its structure",
    "image_urls": [
      "https://example.com/reference.jpg"
    ],
    "aspect_ratio": "1:1",
    "resolution": "1K",
    "output_format": "png",
    "negative_prompt": "",
    "prompt_extend": true
  }
}'

The create request immediately returns a taskId; image generation continues asynchronously.

Read the full API documentation

Frequently asked questions

How many references does Qwen Image 3.0 Pro Image to Image accept?

It accepts 1 to 3 reference images. At least one is required in input.image_urls.

How does Pro differ from standard editing?

Pro is better for exact text replacement, complex materials, and final layouts. Standard is better for lower-cost product recoloring, cleanup, and rapid iterations.

How are 1K, 2K, and reference images billed?

1K and 2K use separate output tiers, and each reference adds a fee. See the live page price for current amounts.

How do I reduce subject, layout, or text drift?

Separate what should change from the subject, text, position, material, camera, and lighting that must remain fixed. Put exact replacement text in quotation marks.

What belongs in the minimum API request?

Submit model, input.prompt, and input.image_urls. Ratio, resolution, output format, and prompt extension may use defaults.

Style
Up to 3
01

Upload references

Choose 1 to 3 publicly accessible images without redundant or conflicting roles.

What to change
What to preserve
02

Define changes and constraints

Describe the requested edit and the subject, text, composition, lighting, and positions that must remain.

Playground
POST /v1/tasks
03

Validate before integration

Check the reference relationship in Playground, then create asynchronous tasks with the same model ID.