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단계 - 검색 및 배포
JSON 응답으로 처리된 이미지 URL을 수신하면 애플리케이션에 즉시 표시할 수 있습니다.
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

