Model type
Image
Trial status
Trial ready
API routes
1 route
Catalog created
May 29, 2026
wan2.7-image-pro/v1/images/generationsFlat Rate
$0.075 / call
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-pro",
"prompt": "A cute red panda, ultra-detailed, cinematic lighting",
"n": 1,
"size": "2048x2048"
}'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-pro through AIsa's Model Gateway today.
Get API Key