Qwen Image Edit API
Qwen Image Edit API for programmatic image manipulation with standard and plus variants. Perform inpainting, text replacement, object removal, and style-preserving edits at scale for production workflows.
Upload 1-3 reference images to start editing. Supported formats: jpg, png, webp, bmp, tiff.
A cute fluffy cat captain sitting in a spaceship commander chair, wearing a small headset and a futuristic collar. Pixar animation style, 3D render, vibrant colors, soft volumetric lighting. The cockpit is cozy with round shapes, galaxy background outside the window. Octane render, high fidelity, adorable expression.

Upload up to 3 images (max 10MB each)
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, BMP, WEBP, TIFF
Maximum file size: 10MB; Maximum files: 3

履歴
最大20件0 実行中 · 0 完了
Pricing
| Model | Mode | Price |
|---|---|---|
| Qwen Image Edit | Image Editing | Popular $0.0319/ image(2.3 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
Qwen 画像編集 API を使用して画像編集を自動化する
自然言語命令を使用して、正確な領域ベースの画像編集を実行します。 Qwen 画像編集は、マスクガイドによる修復、バイリンガル テキスト置換、および大量制作ワークフローの背景/オブジェクト編集をサポートします。

Qwen 画像編集 API の機能



開発者が Qwen 画像編集 API を選ぶ理由
Qwen 画像編集を使用すると、制作ワークフロー向けの強力なマスク制御と信頼性の高いテキスト置換を備えた指示に従って画像編集を行うことができます。
命令ベースの制御
複雑なパラメータ調整を行わずに、自然言語 (例: 「シャツを赤に変更してください」) を使用して、Qwen 画像編集 API をガイドします。
高忠実度の修復
モデルはコンテキストを理解し、編集された領域が元の照明と視点とシームレスにブレンドされるようにします。
コスト効率の高いスケーリング
編集ごとの請求と予測可能な使用量追跡によりコストを管理します。実効コストは入力サイズとルーティングによって異なります。ダッシュボードで確認してください。
Qwen 画像編集 API を統合する方法
複雑な画像操作のためのシンプルなリクエスト/レスポンス フロー。
ステップ 1 — ペイロードの構築
基本イメージ (Base64/URL) とオプションのマスク イメージを含む POST リクエストをエンドポイントに送信します。
ステップ 2 — 命令を定義する
希望する変更を説明するテキスト プロンプトを Qwen 画像編集 API に渡します (例: 「猫を犬に置き換える」)。
ステップ 3 — 取得と展開
処理された画像 URL を JSON 応答で受信すると、アプリケーションですぐに表示できるようになります。
API 主な機能
きめ細かな制御と自動化を実現するように設計されています
マスクガイドによる修復
バイナリ マスクを使用して、編集を特定のピクセルに制限します。
複数画像のバッチ処理
単一の API 呼び出しで小さなバッチ (最大 3 つの画像) を処理します (プランに応じて)。
シーンの再ステージング
被写体の奥行きを正確に保ちながら、背景を交換します。
テキストスタイルの保持
視覚的なデザインを損なうことなく、埋め込みテキストを変更します。
バイリンガル指導
英語と中国語の複雑なプロンプトをネイティブでサポート。
透明性のある価格設定
ダッシュボードベースの使用状況追跡による編集ごとの透明な請求 (価格はルーティングとワークロードによって異なります)。
Qwen 画像編集 API FAQ
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Create an image generation task using text prompts or reference images. Supports text-to-image, image-to-image, and image editing modes.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: qwen-image-editImage generation model name.
qwen-image-editpromptstringRequiredPrompt describing the image to be generated or how to edit the input image.
Notes
- Limited to 2000 tokens
A cat playing in the grassimage_urlsarrayRequiredReference image URL list for image editing.
Notes
- Max 3 images per request
- Image dimensions must be within 384-3072 pixels
- Formats: .jpg, .jpeg, .png, .bmp, .webp, .tiff
- URLs must be directly accessible by the server
https://example.com/image1.pngcallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/image-task-completed