Wan 2.5 Image to Image API
Deploy the enterprise-grade Wan 2.5 image to image API for semantic restyling, relighting, and identity-locked editing. Supports multi-reference inputs and high-fidelity output via EvoLink.
Configure Request
Response
Click "Generate" to see results
Wan 2.5 Image to Image API: Consistent Semantic Restyling
Leverage the Wan 2.5 image to image API to transform visuals while locking face identity and layout. Ideal for product photography, anime adaptation, and professional creative workflows.

Capabilities of the Wan 2.5 Image to Image API
Identity-Locked Style Transfer
Use the Wan 2.5 image to image API to apply cinematic, anime, or oil painting styles while strictly preserving facial features and body pose.

Commercial Product Restyling
Automate e-commerce workflows by swapping backgrounds and lighting using the Wan 2.5 image to image API without distorting product details.

Instruction-Based Inpainting
Perform localized edits with brush masks. The Wan 2.5 image to image API allows for removing text or changing props seamlessly.

Why Developers Choose the Wan 2.5 I2I API
Engineering teams prefer the Wan 2.5 image to image API for its balance of creative control, cost-efficiency, and reliable uptime via EvoLink.
Superior Consistency
Unlike standard diffusion models, Wan 2.5 maintains structural integrity, making it safe for brand assets.
Scalable Token Pricing
The Wan 2.5 image to image API offers tiered token-based pricing, optimizing costs for high-volume batch processing.
Granular Editing Control
Gain pixel-level influence over outputs with advanced masking and prompt guidance features.
How to Integrate the Wan 2.5 Image to Image API
Three simple steps to automate high-quality image restyling.
Step 1 — Send Reference & Mask
POST your base image to the Wan 2.5 image to image API endpoint. Optionally includes up to 5 reference frames or inclusion masks.
Step 2 — Define Style Parameters
Configure the JSON payload with style prompts, negative prompts, and `denoising_strength` to control the transformation intensity.
Step 3 — Retrieve & Refine
Receive 1024–1536px generated assets. Use the API to iteratively refine results based on feedback loops.
Wan 2.5 API Key Features
Technical specifications for the Wan 2.5 image to image API
Robust Identity Preservation
Market-leading algorithm for keeping faces/objects consistent.
Smart Masking Support
Native API support for alpha masks and inpainting regions.
Precision Style Control
Fine-tune aesthetic shifts with floating-point strength values.
Advanced Relighting
Natural language prompts to alter scene lighting and mood.
High-Res 1536px Output
Generate sharp, print-ready visuals directly from the API.
Efficient Token Economy
Pay only for the compute you use with the Wan 2.5 image to image API.
Wan 2.5 I2I vs. Competitors
Compare the Wan 2.5 image to image API against other models
| Model | Duration | Resolution | Price | Strength |
|---|---|---|---|---|
| Wan 2.5 Image-to-Image | N/A | 1024–1536px | Low (Token-based) | Best-in-class identity lock, API-first design, precise masking. |
| Wan 2.5 Text-to-Image | N/A | 1024–1536px | Token-based | Higher creativity freedom but lower structural consistency. |
| Standard Diffusion XL | N/A | 1024px Base | Varies by provider | General purpose, but often struggles with strict identity retention. |
Wan 2.5 Image to Image API FAQs
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 reference images. Supports image-to-image generation mode.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: wan2.5-image-to-imageImage generation model name.
wan2.5-image-to-imagepromptstringRequiredPrompt describing how to transform the input image.
Notes
- Limited to 2000 tokens
Transform this image into a watercolor paintingnintegerOptionalDefault: 1Number of images to generate.
| Value | Description |
|---|---|
| 1-4 | Batch generation supported |
Notes
- Pre-charged based on n value, actual charge based on generated count
1image_urlsarrayRequiredReference image URL list for image-to-image transformation.
Notes
- Max 2 images per request
- Max size: 10MB per image
- Formats: .jpeg, .jpg, .png (no transparent), .bmp, .webp
- Resolution: width and height range [384, 5000] pixels
- 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