Torna ai Models
Alibaba

wan2.7-image

Image|CompareShare

Model type

Image

Trial status

Trial ready

API routes

1 route

Catalog created

May 29, 2026

ReasoningGenerationEditTextConsistent

Specifications

ProviderAlibaba
Model IDwan2.7-image
Model TypeImage
Trial AccessTrial ready
Release Date2026-04-18
Context Window1M tokens
Endpoints1 route
image-generationPOST
/v1/images/generations
Capabilities
Image
ReasoningGenerationEditTextConsistent

Pricing

Flat Rate

$0.030 / call

API Example

curl --request POST \
  --url https://api.aisa.one/v1/images/generations \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer $AISA_API_KEY' \
  -d '{
    "model": "wan2.7-image",
    "prompt": "A cute red panda, ultra-detailed, cinematic lighting",
    "n": 1,
    "size": "2048x2048"
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/images/generations
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[].

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

Get API Key