Skip to main content
Image Image Editing fal.ai

Qwen Image 3 Edit

Qwen Image 3 Edit costs $0.048/image on FairStack · a image editing model for Portrait and character edits that must keep the face, Compositing a subject from one image into another, Iterative instruction-based retouching. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.

FairStack price
$0.048/image

What is Qwen Image 3 Edit?

Qwen Image 3 Edit is the editing half of Alibaba's Qwen Image 3. Give it one to three reference images and a plain-language instruction, and it applies the change while preserving key details such as facial features and identity. When you pass more than one image, refer to them in the prompt as image 1, image 2 and image 3. With no aspect ratio set, the edit renders at the standard 1K framing closest to your first input image — square, 4:3 or 16:9, in the same orientation. Choosing an aspect ratio renders the edit at that framing instead. Prompts can be written in English or Chinese, and a negative prompt names what to keep out. Billing is per edited image, at the model's cost plus a flat 20% platform fee, shown before you spend.

Key Features

One to three reference images per edit
Preserves facial features and identity
Refer to inputs as image 1, image 2, image 3
Keeps the input's orientation by default
English and Chinese instructions

What are Qwen Image 3 Edit's strengths?

Identity-preserving edits
Combining elements from several references
Plain-language instructions

What are Qwen Image 3 Edit's limitations?

At most three reference images
Input images must be 384-2048px per side and under 10MB
Output is 1K — larger inputs are not edited at full resolution
Slow — roughly three to four minutes per edit in our onboarding test
One edited image per request

What is Qwen Image 3 Edit best for?

Portrait and character edits that must keep the face Compositing a subject from one image into another Iterative instruction-based retouching

How much does Qwen Image 3 Edit cost?

Metric
FairStack
Details
Price per generation
$0.048
Includes 20% margin
Subscription
None
Pay per generation only

How does Qwen Image 3 Edit perform across capabilities?

editing anchored to the PRD-1025 onboarding test (2026-09-11): a single-object recolor changed only the object and kept background, pose, lighting and framing. Other dimensions estimated from fal's launch description — NOT benchmarked. Speed measured at 185-243s per edit.

photorealism
82%
layout precision
78%
text rendering
80%
identity consistency
84%
style adherence
80%
editing
84%
fine detail
80%
multi subject
74%
lighting complexity
76%
storytelling
70%

How do I use the Qwen Image 3 Edit API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/image \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-image-3-edit",
    "prompt": "Your prompt here"
  }'
Python
import requests

response = requests.post(
    "https://api.fairstack.ai/v1/generations/image",
    headers={
        "Authorization": f"Bearer {FAIRSTACK_API_KEY}",
        "Content-Type": "application/json",
    },
    json={
        "model": "qwen-image-3-edit",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
const response = await fetch(
  "https://api.fairstack.ai/v1/generations/image",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      model: "qwen-image-3-edit",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does Qwen Image 3 Edit support?

Parameter
Type
Default
Details
image_size
enum (optional)
—
Options: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
negative_prompt
string (optional)
—
enable_prompt_expansion
boolean
true
output_format
enum
png
Options: jpeg, png, webp
seed
integer (optional)
—
Range: 0–2147483647

Frequently Asked Questions

How much does Qwen Image 3 Edit cost?

Qwen Image 3 Edit costs $0.048/image on FairStack as of 2026-09-22. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.

What is Qwen Image 3 Edit and what is it best for?

Qwen Image 3 Edit is the editing half of Alibaba's Qwen Image 3. Give it one to three reference images and a plain-language instruction, and it applies the change while preserving key details such as facial features and identity. When you pass more than one image, refer to them in the prompt as image 1, image 2 and image 3. With no aspect ratio set, the edit renders at the standard 1K framing closest to your first input image — square, 4:3 or 16:9, in the same orientation. Choosing an aspect ratio renders the edit at that framing instead. Prompts can be written in English or Chinese, and a negative prompt names what to keep out. Billing is per edited image, at the model's cost plus a flat 20% platform fee, shown before you spend. Qwen Image 3 Edit is best for Portrait and character edits that must keep the face, Compositing a subject from one image into another, Iterative instruction-based retouching. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does Qwen Image 3 Edit have an API?

Yes. Qwen Image 3 Edit is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/image with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.

How does Qwen Image 3 Edit compare to other image models?

Qwen Image 3 Edit excels at Portrait and character edits that must keep the face, Compositing a subject from one image into another, Iterative instruction-based retouching. It is a image editing model priced at $0.048/image on FairStack. Key strengths: Identity-preserving edits, Combining elements from several references. Compare all image models at fairstack.ai/models.

Start using Qwen Image 3 Edit today

$0.048/image. Full API access. No subscription.

Start Creating