Transform and edit reference images using Qwen 3.0 Image to Image API on Muapi. High-precision background, element, and poster content replacement.
About this model
Qwen 3.0 Image to Image transforms existing reference photographs according to text editing instructions while preserving ambient lighting, composition, perspective, and fine environment details.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.03 (1K) / $0.05 (2K) | Includes multi-image input processing. |
| Fal.ai | $0.04 (1K) / $0.06 (2K) | muapiapp remains more cost-effective at every resolution tier. |
| Replicate | $0.04 (1K) / $0.065 (2K) | muapiapp remains more cost-effective at every resolution tier. |
Includes multi-image input processing.
muapiapp remains more cost-effective at every resolution tier.
muapiapp remains more cost-effective at every resolution tier.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The positive prompt describing image transformation, style, and editing instructions. (Max 800 characters) | Preserve the entire coffee shop environment, furniture, lighting, and camera perspective. Replace only the content of the framed poster. |
| Input Images | array | Input reference image URLs (up to 10MB each). | https://static.aiquickdraw.com/tools/example/1785909232707_STAQCAqg.png |
| Resolution | Enum (2 options) | - | 1k |
| Aspect Ratio | Enum (8 options) | - | 16:9 |
| Output Format | Enum (2 options) | - | png |
| Intelligent Prompt Extend | boolean | - | true |
| Negative Prompt | string | Described content to exclude from the generated image. (Max 5000 characters) | - |
The positive prompt describing image transformation, style, and editing instructions. (Max 800 characters)
Preserve the entire coffee shop environment, furniture, lighting, and camera perspective. Replace only the content of the framed poster.Input reference image URLs (up to 10MB each).
https://static.aiquickdraw.com/tools/example/1785909232707_STAQCAqg.png-
1k-
16:9-
png-
trueDescribed content to exclude from the generated image. (Max 5000 characters)
-Developer documentation
image_urls (up to 10MB each).resolution (1K or 2K) and image_size aspect ratio./api/v1/qwen3-image-to-image.curl -X POST "https://api.muapi.ai/api/v1/qwen3-image-to-image" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_urls": ["https://example.com/reference.png"],
"prompt": "Preserve the coffee shop environment and replace only the framed poster content.",
"resolution": "1K"
}'
Frequently asked
Qwen 3.0 Image to Image is an advanced image-to-image translation model capable of precise local edits and style transformations.
You can provide multiple reference image URLs (up to 10MB per image file).
Yes, Qwen 3.0 Image to Image maintains physical lighting, reflections, and camera perspectives from the input image.