Wan 2.7 Image

Model Information

Display Name: Wan 2.7 Image

API Model ID: wan-video/wan-2.7-image

Category: Text To Image

Description: Wan 2.7 Image is Alibaba's advanced image generation and editing model with support for up to 2K resolution, multi-image fusion, and thinking mode for improved output quality. **Key Features:** - Up to 2K resolution (2048x2048) with flexible aspect ratios - Multi-image fusion with up to 9 reference images - Coherent image set generation (up to 12 images) - Thinking mode for enhanced generation quality - Image editing: style transfer, element swapping, blending **Capabilities:** - Text-to-image generation - Image editing and style transfer - Multi-reference image composition - Coherent image set generation - Seed control for reproducibility **Best For:** - High-quality image generation up to 2K - Creative image editing and remixing - Multi-image compositions and blending - Consistent image sets for storytelling - Style transfer and element manipulation **Output Options:** - Resolution: 1K, 2K, or custom (e.g. 1920x1080) - Multiple outputs: 1-4 images (or 1-12 in image set mode) - Flexible aspect ratios **Technical Specs:** - Vision: Multi-image input (up to 9 references) - Thinking mode: Built-in reasoning for better results - License: Alibaba

How to Use This Model

To use Wan 2.7 Image via the HInow.ai API, use the model ID: wan-video/wan-2.7-image

API Request Example (Chat/Text)


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "wan-video/wan-2.7-image",
  "messages": [
    {"role": "user", "content": "Your message here"}
  ]
}
              

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "wan-video/wan-2.7-image",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.15

Available Parameters

  • size: Output resolution. Supports custom sizes (e.g. 1920*1080). (Options: 1K, 2K)
  • num_outputs: Number of images to generate (1-4, or 1-12 in image set mode). (Options: 1, 2, 3, 4)
  • image_set_mode: Enable coherent image set generation (up to 12 images). (Options: true, false)
  • thinking_mode: Enable thinking mode for enhanced quality. (Options: true, false)

Quick Reference

To use this model, set: "model": "wan-video/wan-2.7-image"

Featured: Yes

Documentation: https://hinow.ai/models/wan-video/wan-2.7-image

API Endpoint: https://api.hinow.ai/v1

Back to Models

Wan 2.7 Image

Featured

wan-video/wan-2.7-image

$0.150
per image

About

Wan 2.7 Image is Alibaba's advanced image generation and editing model with support for up to 2K resolution, multi-image fusion, and thinking mode for improved output quality.

Key Features:

  • Up to 2K resolution (2048x2048) with flexible aspect ratios
  • Multi-image fusion with up to 9 reference images
  • Coherent image set generation (up to 12 images)
  • Thinking mode for enhanced generation quality
  • Image editing: style transfer, element swapping, blending

Capabilities:

  • Text-to-image generation
  • Image editing and style transfer
  • Multi-reference image composition
  • Coherent image set generation
  • Seed control for reproducibility

Best For:

  • High-quality image generation up to 2K
  • Creative image editing and remixing
  • Multi-image compositions and blending
  • Consistent image sets for storytelling
  • Style transfer and element manipulation

Output Options:

  • Resolution: 1K, 2K, or custom (e.g. 1920x1080)
  • Multiple outputs: 1-4 images (or 1-12 in image set mode)
  • Flexible aspect ratios

Technical Specs:

  • Vision: Multi-image input (up to 9 references)
  • Thinking mode: Built-in reasoning for better results
  • License: Alibaba

Capabilities

Text To ImageImage Editing

Parameters

size

Output resolution. Supports custom sizes (e.g. 1920*1080).

1K2K
num_outputs

Number of images to generate (1-4, or 1-12 in image set mode).

1234
image_set_mode

Enable coherent image set generation (up to 12 images).

truefalse
thinking_mode

Enable thinking mode for enhanced quality.

truefalse

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "wan-video/wan-2.7-image",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "size": "1K",
      "num_outputs": "1",
      "image_set_mode": "true",
      "thinking_mode": "true"
    }
  }'