Home
Model Gateway
API
Skills
Circle NanopaymentsPrivate Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Blog
Back to Models
Alibaba·Pay per request

wan2.7-image-pro

ImageTextVideoVision|CompareShare
ReasoningLongVisionGenerationEditTextConsistentGeneration I2V

Specifications

ProviderAlibaba
Model IDwan2.7-image-pro
Release Date2026-04-18
Context WindowN/A
Endpoint
/v1/chat/completions
Billing TypePay per request
Capabilities
ImageTextVideoVision
ReasoningLongVisionGenerationEditTextConsistentGeneration I2V

Pricing

Flat Rate

$0.075 / call

This model uses pay per request. Usage is billed at the unit shown above.

API Example

curl --request POST \
  --url https://api.aisa.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "wan2.7-image-pro",
    "messages": [
      {
        "role": "user",
        "content": [
          {
            "type": "text",
            "text": "A cute red panda, ultra-detailed, cinematic lighting"
          }
        ]
      }
    ],
    "n": 1
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/chat/completions
View API Docs

Image Generation via Chat: Wan 2.7 image models use /v1/chat/completions with a multimodal content array (not /v1/images/generations). The content field must be an array of typed parts — passing a plain string returns a 400 error. Response contains {type: "image", image: "url"} parts in choices[].message.content[].

Compare Similar Models

Compare These

Start using wan2.7-image-pro through AIsa's Model Gateway today.

Get API Key