Qwen Image Edit Plus: Complete Specifications, Pricing, API Access & Use Cases (2026)
What Is Qwen Image Edit Plus?
Qwen Image Edit Plus is Alibaba Cloud’s instruction-guided image-editing model, released in October 2025, with multi-image input, multiple-image output, configurable resolution, and Gate.AI output pricing of \$0.0287 per image as of July 2026.
The model belongs to the Qwen Image Edit family rather than the text-focused Qwen large language model line. It takes source images together with natural-language instructions and returns edited images. Typical instructions may ask the model to add or remove an object, modify a pose, replace visual text, change a background, transfer a style, or combine visual information from several references.
Alibaba Cloud’s current documentation identifies qwen-image-edit-plus as a supported Qwen Image Edit model and states that the stable model currently has the same capabilities as the dated qwen-image-edit-plus-2025-10-30 snapshot. The provider documents multi-image input and output, natural-language image editing, PNG output, configurable dimensions, and generation of up to six images in supported provider workflows.
Users commonly evaluate Qwen Image Edit Plus when they need API-based image modification, reference-image composition, visual text replacement, product-scene adaptation, or several edited variants from one request.
What Are Qwen Image Edit Plus’s Key Specifications and Pricing?
| Specification | Verified value |
|---|---|
| Provider | Alibaba Cloud / Qwen (as of July 2026) |
| Model family | Qwen Image Edit (as of July 2026) |
| Model type | Instruction-guided image-editing model (as of July 2026) |
| Release date | October 2025; the current stable provider version maps to the October 30, 2025 snapshot (as of July 2026) |
| Context window | No text-token context window is specified because this is an image-editing model (as of July 2026) |
| Input pricing | No separateGate.AIinput-image price is shown in the model listing (as of July 2026) |
| Cached input pricing | Not specified for theGate.AIlisting (as of July 2026) |
| Output pricing | \$0.0287 per generated image throughGate.AI(as of July 2026) |
| Pricing unit | Per output image (as of July 2026) |
| Modality support | Image and text instruction input; image output (as of July 2026) |
| Supported input types | Source image file and natural-language editing prompt; multi-image capability is identified in the model listing and provider documentation (as of July 2026) |
| Supported output types | Edited image output; Alibaba Cloud documents PNG output (as of July 2026) |
| Multiple outputs | Supported;Gate.AI’s image endpoint accepts n from 1 to 10, while provider-specific limits may be lower (as of July 2026) |
| Custom resolution | Supported; exact accepted sizes may depend on the active route and upstream model configuration (as of July 2026) |
| Gate.AIaccess | Available throughGate.AI’s image-editing API (as of July 2026) |
| Gate.AImodel ID | qwen/qwen-image-edit-plus (as of July 2026) |
| Gate.AIbase URL | https://api.gate.ai/openai/v1(as of July 2026) |
| Gate.AIendpoint | POST /images/edits (as of July 2026) |
| Authentication | Authorization: Bearer (as of July 2026) |
| Request format | multipart/form-data (as of July 2026) |
| Response format | Synchronous JSON response containing image results and billing information (as of July 2026) |
| Provider model ID | qwen-image-edit-plus (as of July 2026) |
| Provider snapshot | qwen-image-edit-plus-2025-10-30 (as of July 2026) |
| Availability | Gate.AIand supported Alibaba Cloud Model Studio regions (as of July 2026) |
| Knowledge cutoff | Not applicable in the conventional LLM sense (as of July 2026) |
| Rate limits | Account- and platform-specific limits were not confirmed (as of July 2026) |
| Fine-tuning support | Not confirmed for the hosted Plus service (as of July 2026) |
| Streaming support | The documentedGate.AIimage-editing route is synchronous (as of July 2026) |
| Batch API support | Not confirmed for this specific model throughGate.AI(as of July 2026) |
| Tool or function calling | Not applicable to the documented image-editing interface (as of July 2026) |
| Structured output or JSON mode | The API returns structured JSON, but LLM-style JSON generation is not applicable (as of July 2026) |
| License or usage restrictions | Subject to the applicableGate.AIand Alibaba Cloud terms (as of July 2026) |
Gate.AI documents its image-to-image interface as an OpenAI-compatible endpoint under the /openai/v1 base path. Requests upload an image using multipart/form-data and include a model ID, an editing prompt, and optional controls such as the requested number of outputs, image size, and response format. Successful requests return synchronously rather than creating a polling job.
The listed Gate.AI price should not be treated as identical to Alibaba Cloud’s direct provider pricing. Teams should calculate expected cost using the current platform rate, requested output count, retries, and any additional variants generated during review.
What Can Qwen Image Edit Plus Do That Makes It Useful in Production?
Multi-image reference workflows
The model supports workflows involving more than one input image. This can help users combine a product with a new scene, use one image as a subject reference and another as a style reference, or preserve selected visual elements from several sources.
Multi-reference instructions can become ambiguous when images contain competing subjects, lighting conditions, perspectives, or styles. Production systems should label references clearly in the prompt and review whether the intended visual source was used correctly.
Natural-language object editing
Qwen Image Edit Plus can add, remove, reposition, or modify objects based on written instructions. This may reduce the need to create a manual mask for every routine edit.
The capability is relevant to catalog cleanup, concept design, product staging, social-media assets, and creative prototyping. It does not guarantee exact geometric placement, so important layouts should be checked manually.
Visual text replacement
The Qwen Image family emphasizes text rendering and editing inside images. Qwen Image Edit Plus can be used to alter signs, labels, posters, packaging mockups, and other graphics containing visible text.
Typography remains a difficult generative-image task. Small lettering, long phrases, unusual fonts, and strict brand layouts can contain misspellings, spacing problems, or inconsistent character shapes.
Multiple variants from one request
The Gate.AI image-editing endpoint accepts an optional n parameter for requesting more than one result. Multiple outputs are useful when a team wants several creative candidates for comparison rather than one result. Gate.AI notes that multiple images are billed per image.
This feature should be configured carefully in automated pipelines. A request for four outputs can incur approximately four times the output-image cost of a request for one output, subject to the active platform billing rules.
Configurable image dimensions
Qwen’s provider documentation supports configurable image dimensions. The current provider reference states that width and height can each range from 512 to 2,048 pixels for the documented Qwen Image Edit service. It also identifies PNG as the output format and supports one to six output images in that provider environment.
Gate.AI exposes a size field on its image-editing endpoint, but model-specific accepted dimensions may differ. Applications should validate the selected size against the active model route before using it in production.
What Are Qwen Image Edit Plus’s Supported Modalities?
| Modality | Supported? | Notes |
|---|---|---|
| Text instruction input | Yes | Describes the required edit |
| Single-image input | Yes | Uploaded through theGate.AIimage-editing endpoint |
| Multi-image input | Yes | Identified by theGate.AIlisting and Alibaba Cloud model documentation |
| Image output | Yes | Returns edited image results |
| Multiple-image output | Yes | Gate.AIsupports the optional n field; upstream limits can vary |
| Configurable resolution | Yes | Gate.AIexposes size; provider documentation gives model-specific ranges |
| URL response | Yes | Gate.AIcan return short-lived presigned image URLs |
| Base64 response | Endpoint option | Gate.AIdocuments url or b64_json, subject to upstream-model support |
| Audio input | No documented support | Not part of the image-editing interface |
| Video input | No documented support | A video-editing model is required for video workflows |
| General-purpose text output | No | JSON metadata may accompany image results |
Gate.AI states that image URLs returned in data[].url are short-lived presigned URLs. Applications should download or persist results promptly rather than storing the temporary URL as a permanent asset reference. The platform documentation also states that stored objects have a 30-day time-to-live.
For workflows centered on new-image creation rather than source-image modification, the Qwen Image 2.0 model family may be a more relevant reference. A cross-provider evaluation can also include GPT Image 2, provided that teams compare editing fidelity, supported inputs, latency, and total cost rather than model names alone.
Where Does Qwen Image Edit Plus Fall Short?
Qwen Image Edit Plus does not guarantee pixel-perfect preservation of unedited regions. Faces, logos, product geometry, lighting, textures, colors, and typography may drift even when the prompt asks the model to change only one part of the source.
Multi-image prompts introduce additional ambiguity. The model may combine visual properties from the wrong reference, omit an intended subject, or produce an output that does not preserve identity consistently across all variants.
Repeated editing can amplify artifacts. A workflow that repeatedly edits the previous output may accumulate changes in texture, proportions, sharpness, and composition. Keeping the original source and consolidating instructions can reduce this problem.
Custom dimensions and multiple outputs can affect latency and cost. Processing time may vary according to image size, number of uploaded references, requested output count, platform load, and upstream availability. No universal latency commitment was identified for this model.
Temporary output URLs require operational handling. Gate.AI returns synchronous image results, but URL-based results are not permanent storage locations. Applications should download successful outputs, validate the file type, store them in controlled infrastructure, and record relevant request metadata.
This is a general generative-AI limitation and is not model-specific unless stated by the provider: edited images can contain factual, representational, safety, or authenticity errors. Legal evidence, medical imagery, identity documents, regulated advertising, and other high-impact materials require qualified human review and appropriate authorization.
What Is Qwen Image Edit Plus Best Used For?
| Use case | Why Qwen Image Edit Plus may fit | Important limitation |
|---|---|---|
| Product-image variations | Can modify scenes, backgrounds, objects, and presentation | Product shape, labeling, and color may drift |
| Marketing asset adaptation | Supports natural-language editing and multiple variants | Typography and brand consistency require review |
| E-commerce cleanup | Can remove distractions or restage an item | Exact preservation is not guaranteed |
| Multi-reference composition | Can combine visual information from several images | References may be blended incorrectly |
| Localization mockups | Can replace visible text and adapt graphic presentation | Spelling and layout need manual verification |
| Character concept iteration | Can change clothing, poses, setting, or visual style | Identity consistency may vary |
| Social-media variants | Multiple outputs and configurable size support creative testing | Higher n values increase per-image cost |
| Design prototyping | Rapidly explores materials, colors, objects, and composition | Outputs are not engineering-accurate specifications |
The model may fit workflows where rapid visual iteration matters more than deterministic pixel-level editing. Traditional graphics software or a human designer remains more suitable when exact masks, typography, measurements, or asset preservation are mandatory.
How Does Qwen Image Edit Plus Compare to Qwen Image Edit Max and GPT Image 2?
| Comparison area | Qwen Image Edit Plus | Qwen Image Edit Max | GPT Image 2 | Scenario fit |
|---|---|---|---|---|
| Primary role | Balanced Qwen instruction-based image editing | Higher-tier Qwen image editing | OpenAI image generation and editing family | Select according to workflow and provider requirements |
| Multi-image workflow | Supported | Relevant to advanced Qwen editing workflows | Check the active OpenAI andGate.AImodel documentation | Plus is relevant when multiple references are required |
| Multiple outputs | Supported | Model- and endpoint-dependent | Model- and endpoint-dependent | Useful for variant generation |
| Resolution control | Supported | Supported in the current Qwen editing family | Controlled through the active image API | Validate accepted sizes before deployment |
| Gate.AImodel ID | qwen/qwen-image-edit-plus | Use the current listing for the exact ID | Use the current listing for the exact ID | Model IDs are platform-specific |
| Gate.AIprice | \$0.0287 per image as of July 2026 | Check the currentQwen Image Edit Max reference | Check the activeGate.AIlisting | Compare the full workflow cost |
| Positioning | Balanced performance and per-image cost | Intended for more demanding editing requirements | Separate provider family and API behavior | Test representative production assets |
| Context window | Not a useful text-LLM metric | Not a useful text-LLM metric | Not a useful text-LLM metric | Compare image count, size, fidelity, latency, and price |
No model is universally preferable. Qwen Image Edit Plus may suit teams seeking a balanced Qwen editing option with multi-image support and transparent per-image Gate.AI pricing. Qwen Image Edit Max may be more relevant for demanding Qwen-based editing workflows, while GPT Image 2 may fit teams already operating within OpenAI-oriented image pipelines.
A useful evaluation should test the same source images and prompts across models. Relevant measures include preservation of the original subject, instruction adherence, visual-text accuracy, number of usable outputs, latency, failure rate, and final cost per approved asset.
How Do I Access Qwen Image Edit Plus Through Gate.AI?
Gate.AI provides an OpenAI-compatible image-editing route under the following base URL:
https://api.gate.ai/openai/v1
Qwen Image Edit Plus uses this Gate.AI model ID:
qwen/qwen-image-edit-plus
To edit an image, send a synchronous POST request to:
https://api.gate.ai/openai/v1/images/edits
The request must use multipart/form-data and bearer-token authentication. Required fields are model, image, and prompt. Optional documented fields include n, size, mask, and response_format. Gate.AI returns image results and billing information in the response, including data[].url for URL-based results and model_extend.cost for the actual billed amount when that field is present.
Before running either example, store the Gate.AI API key in an environment variable:
export GATEAI_API_KEY="your-real-gate-ai-key"
Do not commit API keys to source control.
Python Example
The following example uploads one source image, requests two edited results, prints the reported cost, and downloads each returned image URL.
import osfrom pathlib import Pathfrom typing import Anyimport requestsAPI_URL = "https://api.gate.ai/openai/v1/images/edits"MODEL_ID = "qwen/qwen-image-edit-plus"INPUT_IMAGE = Path("input.png")OUTPUT_DIRECTORY = Path("edited_results")def require_api_key() -> str:api_key = os.getenv("GATEAI_API_KEY")if not api_key:raise RuntimeError("GATEAI_API_KEY is not set. Export the environment variable ""before running this script.")return api_keydef submit_edit(api_key: str) -> dict[str, Any]:if not INPUT_IMAGE.is_file():raise FileNotFoundError(f"Input image not found: {INPUT_IMAGE}")headers = {"Authorization": f"Bearer {api_key}",}form_data = {"model": MODEL_ID,"prompt": ("Keep the main product unchanged, replace the background with ""a clean light-gray studio setting, and add a soft natural shadow."),"n": "2","size": "1024x1024","response_format": "url",}with INPUT_IMAGE.open("rb") as image_file:files = {"image": (INPUT_IMAGE.name,image_file,"image/png",)}response = requests.post(API_URL,headers=headers,data=form_data,files=files,timeout=180,)try:response.raise_for_status()except requests.HTTPError as exc:raise RuntimeError(f"Gate.AI request failed with HTTP {response.status_code}: "f"{response.text}") from excreturn response.json()def download_results(payload: dict[str, Any]) -> None:results = payload.get("data", [])if not results:raise RuntimeError("The response did not contain any image results.")OUTPUT_DIRECTORY.mkdir(parents=True, exist_ok=True)for index, result in enumerate(results, start=1):image_url = result.get("url")if not image_url:print(f"Result {index} did not contain a URL; skipping download.")continueimage_response = requests.get(image_url, timeout=180)image_response.raise_for_status()output_path = OUTPUT_DIRECTORY / f"qwen_edit_{index}.png"output_path.write_bytes(image_response.content)print(f"Saved: {output_path}")def main() -> None:api_key = require_api_key()payload = submit_edit(api_key)cost = payload.get("model_extend", {}).get("cost")provider = payload.get("model_extend", {}).get("provider")print(f"Upstream provider: {provider or 'not reported'}")print(f"Reported request cost: ${cost}" if cost else "Cost not reported")download_results(payload)if __name__ == "__main__":main()
curl Example
The following request uploads input.png, asks for two results, and requests 1024 × 1024 output:
curl --fail-with-body \https://api.gate.ai/openai/v1/images/edits \-H "Authorization: Bearer $GATEAI_API_KEY" \-F "model=qwen/qwen-image-edit-plus" \-F "image=@./input.png" \-F "prompt=Keep the main product unchanged, replace the background with a clean light-gray studio setting, and add a soft natural shadow." \-F "n=2" \-F "size=1024x1024" \-F "response_format=url"
A successful URL-based response follows this general structure:
{"created": 1781604390,"data": [{"url": "https://temporary-image-url.example/result-0.png"},{"url": "https://temporary-image-url.example/result-1.png"}],"size": "1024x1024","usage": {"width": 1024,"height": 1024,"image_count": 2},"model_extend": {"cost": "0.057400","provider": "qwen","line_items": [{"billing_unit": "image","rate_usd_per_image": "0.028700","image_count": 2}]}}
The exact optional fields can vary by upstream provider and model. Applications should rely on data for the generated results and treat model_extend.cost as the platform-reported billed amount when present. Gate.AI documents that Qwen image responses may report width, height, and image count in usage, while per-image billing details can appear in model_extend.line_items.
FAQs
Does Qwen Image Edit Plus have a context window?
No conventional text-token context window is published for Qwen Image Edit Plus. It is an image-editing model rather than a general-purpose language model. More relevant limits include upload size, accepted dimensions, number of source images, prompt length, output count, and model-specific API restrictions.
How much does Qwen Image Edit Plus cost?
As per the Gate.AI model-card, Qwen Image Edit Plus costs \$0.0287 per generated image as of July 2026. Multiple requested outputs are billed per image. The actual billed amount may be returned in the API response under model_extend.cost.
How do I call Qwen Image Edit Plus through Gate.AI?
Send a multipart POST request to https://api.gate.ai/openai/v1/images/edits. Authenticate with a Gate.AI bearer token and include model=qwen/qwen-image-edit-plus, an image file, and an editing prompt. Optional fields include n, size, and response_format.
What is Qwen Image Edit Plus suitable for?
It may fit product-image variations, background replacement, object editing, marketing adaptation, visible-text changes, localization mockups, style transfer, and multi-reference creative workflows. Human review remains important when exact identity, branding, typography, geometry, or factual presentation must be preserved.


