Try MiniMax FastH3 V2 from Fastvideo →
Models
Agents
Workflows
Studio
PricingBlogDocs
ExploreDiscover models by categoryBrowse All ModelsBrowse the complete catalogSee FavoritesSign in to view saved models
Generative Media AgentCreate and edit media by chattingWorkflow AgentBuild visual workflows with Agent
OverviewThe platform at a glanceLearnSkills, knowledge, guardrailsAnatomyWhat makes agents reasonBuild Your AgentPick skills, set tier, deploy
Pre-built AgentsBrowse the catalog
Agent Usecases
Ad Campaign ManagerApp Event ManagerApp Review RepliesBarber BookingCustomer Win-BackEcommerce ListingsRestaurant Reviews
Sign InStart Building

Task History

Click to see output list

No tasks yet

Go to Models
Explore models/
Image GenerationActive

Wan 2.7 Image Pro by Alibaba

byalibaba

Create and edit images with Alibaba’s Wan 2.7 Image Pro, with 4K text-to-image, multi-image reference editing, and coherent sequential image sets.

Text to ImageImage to Image
Model ID
wan 2.7 image pro
Provider
alibaba
Updated
1789994255
wan 2.7 image pro
14
Comments
Average rating : 3.5 (17 users)
Provideralibaba
Modelwan 2.7 image pro
Text to ImageImage to Image
wiro playground—alibaba/wan 2.7 image pro
Reset to defaults
0 / 9
Maximum 9 image allowed
Delete All

Optional. Up to 9 images to edit or use as reference. Leave empty to generate from the prompt alone. Refer to them in the prompt as image 1, image 2 and so on

Required. The prompt to generate the image. Max 5000 characters.

Required. Quality tier for the generated image. The aspect ratio follows the first input image, or is square when there is no input image. 4K works only without an input image and with Sequential false, otherwise it falls back to 2K.

Optional. If Sequential is false, up to 4 images are generated. If Sequential is true, up to 12 images are generated and the model decides the final count without exceeding this value. Each generated image is billed.

Sample outputs
Sample 1
Sample 2
Sample 3
Sample 4
Click To See More Samples
Updated 1789994255

Overview

Wan 2.7 Image Pro by Alibaba generates new images from text and edits images from your references. You can attach up to 9 images, then write one instruction that tells the model what to change. It can also generate a coherent multi-image sequence, where the subject and style stay consistent across frames. This helps when you need repeatable creative output, like storyboards, product angles, or the same character in new scenes.

What you can build

  • 4K text-to-image key art for posters, landing pages, and hero banners
  • Prompt-driven photo edits like restyling, background changes, and object swaps
  • Multi-reference image fusion, like combining a style image with a product photo
  • Consistent character or mascot shots across multiple scenes
  • Storyboard panels or shot lists as a single coherent image sequence
  • Variant sets for ads, thumbnails, and creative testing

Inputs

  • A text prompt that describes the image you want, or the edits to apply. It supports up to 5,000 characters.
  • Optional reference images to edit or use as visual guidance. You can provide up to 9 images total.
  • If you include multiple reference images, the order matters. Refer to them in the prompt as “image 1”, “image 2”, and so on.
  • A resolution tier for the output. 1K targets about 1024×1024, 2K targets about 2048×2048, and 4K targets about 4096×4096.
  • A maximum image count for the request. Without sequential mode, the system produces up to 4 separate outputs.
  • An option to generate a sequential set instead of independent outputs. In this mode, you describe each frame in the prompt as “image 1”, “image 2”, and so on.
  • An optional “thinking” quality mode. It only applies to text-to-image when you don’t provide reference images and you aren’t generating a sequence.
  • An optional numeric seed for partial reproducibility. Valid range is 0 to 2,147,483,647.

Outputs

The model returns one or more generated images.

  • Each output is an image file (typically PNG) you can download or save.
  • The response includes a list of generated images, usually with a downloadable URL and basic file metadata.
  • The response may also return the seed used for that generation.
  • When you generate from reference images, the output commonly follows the first reference image’s aspect ratio.
  • When you generate without a reference image, the output is typically square unless your platform applies a preset.

Recommended settings

  • 4K text-to-image artwork

    • Don’t provide any reference images.
    • Keep sequential generation off.
    • Select the 4K tier.
    • Turn thinking mode on for better prompt interpretation.
  • High-quality single-image editing

    • Provide 1 reference image when possible.
    • Select the 2K tier.
    • Keep sequential generation off.
    • In the prompt, name exactly what must stay unchanged.
  • Consistent multi-image storyboard

    • Turn sequential generation on.
    • Set the maximum image count to the number of panels you want.
    • Describe each panel in one prompt as “image 1”, “image 2”, and so on.
    • Use the 2K tier for sequences.

Limitations

  • 4K output is only supported for text-to-image generation. If you provide reference images or enable sequential generation, output is limited to 2K.
  • You can provide at most 9 reference images in a single request.
  • If you don’t reference your inputs as “image 1”, “image 2”, and so on, the edit may miss key intent.
  • Seeds improve repeatability, but results can still vary between runs.
  • Low-quality inputs reduce edit quality. Blurry, tiny, heavily compressed, or screenshot-like images can cause artifacts.
  • Busy images with lots of text, watermarks, or small details can lead to incorrect changes.

Safety & compliance

Some providers apply content moderation to prompts and generated images by default. Access to disable moderation can require special authorization.

Use the model only with rights to the inputs and outputs. Get consent for real-person images. Don’t generate illegal or harmful content.

Example prompts

Great starting points for wan 2.7 image pro.

Change it to a warm sunset. The sky turns deep orange and pink, the wet sand mirrors the color, strong rim light outlines the surfer and the board, and long shadows stretch toward the camera. Keep the surfer, the board and the pose exactly the same.Image Generation
Repaint the car deep metallic burgundy with a black soft top raised, and move the scene to a rainy night on a city street with neon signs reflecting in the wet asphalt and on the paintwork.Image Generation
Convert it into a hand drawn ink and watercolor menu illustration with loose linework, soft washes of color and a plain cream paper background.Image Generation
Change it to a stormy evening. The window is streaked with rain, the room is lit only by the floor lamp and a few candles, the walls glow warm amber against deep shadows, and lightning is faintly visible outside.Image Generation

API quick start

Run wan 2.7 image pro with a single API call.

POST https://api.wiro.ai/v1/Run/alibaba/wan-2-7-image-pro
{
  "prompt": "A high end fashion editorial image set of…",
  "size": "1K",
  "samples": 1,
  "inputImage": "https://your-cdn.com/input.png"
}
curl
curl -X POST "https://api.wiro.ai/v1/Run/alibaba/wan-2-7-image-pro" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_WIRO_API_KEY" \
  --data-binary @- <<'JSON'
{
  "prompt": "A high end fashion editorial image set of…",
  "size": "1K",
  "samples": 1,
  "inputImage": "https://your-cdn.com/input.png"
}
JSON
View full API docs

Discover, test, and run AI models, build workflows and agents with one unified API.

All systems operational
WiroAboutBlogCareersContact
ProductModelsAgentsPricingPartnerChangelogStatusFAQ
ModelsNano Banana 2GPT Image 2.5Seedream V5 ProSeedance 2.5Veo 3.1Kling V3FLUX 3FLUX.2 ProWan 3.0 PrimeGrok Imagine 1.5
PartnersGoogleOpenAIByteDanceBlack Forest LabsKling AIQwenAlibabaxAIMiniMaxElevenLabs
Getting StartedIntroductionAuthenticationProjectsCode ExamplesWiro MCP ServerSelf-Hosted MCPn8n IntegrationLLMs.txt
API ReferenceModelsRun a ModelModel ParametersTasksLLM & Chat StreamingWebSocketRealtime VoiceFiles
© 2026 Wiro AI. All rights reserved.
PrivacyTermsData Deletion