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

Welcome

Contact Us

Use Qwen Image 3.0 Image to Image with up to three references, a verified product recolor example, eight ratios, 1K/2K output, and API code.

Provider: Alibaba

Category: image generation

Endpoint: /v1/tasks

Status: Available

Cost: See live page pricing

Back to Models

Qwen Image 3.0 Image to Image

by AlibabaImage

Use Qwen Image 3.0 Image to Image with up to three references, a verified product recolor example, eight ratios, 1K/2K output, and API code.

Pricing

Standard Usage

71 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 cost71 Credits / imageper image

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.

Recolor a product and clean the background · After
Recolor a product and clean the background · Before
BeforeAfter

1 reference image(s) / 864 × 1152

Recolor a product and clean the background

The bottle shape, black cap, camera angle, and vertical framing stay consistent while the body changes to matte sage green and the kitchen becomes a clean studio backdrop.

Prompt · English

Edit only the product color and background cleanup. Keep the exact stainless-steel water bottle shape, proportions, black screw cap, camera angle, and vertical composition unchanged. Change the bottle body from brushed silver to matte sage green. Remove the mug, towel, cleaning supplies, and kitchen clutter. Replace the background with a seamless warm light-gray studio backdrop, add a soft natural contact shadow, even front studio lighting, crisp photorealistic e-commerce product photography, no text, no logo.

Related image models

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

Higher-fidelity layout editing

Qwen Image 3.0 Pro Image to Image

Choose Pro for exact text replacement, refined layouts, and final campaign assets.

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 Image to Image

Use Qwen Image 3.0 Image to Image with up to three references, a verified product recolor example, eight ratios, 1K/2K output, and API code.

The Playground and API use the same model ID: qwen-image-3.0/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
71 Credits / image

Model specifications

These specifications reflect the current Qwen Image 3.0 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 or 2K: 71 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 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/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/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 Image to Image accept?

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

How does standard editing differ from Pro?

Standard prioritizes lower cost and rapid iteration. Pro is better for exact text replacement, complex materials, and final layouts.

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

1K and 2K use the same output tier, 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.