Model type
Image
Trial status
Trial ready
API routes
2 routes
Catalog created
May 29, 2026
wan2.7-image-pro/v1/images/edits/v1/images/generationsFlat Rate
$0.075 / call
curl --request POST \
--url https://api.aisa.one/v1/images/edits \
-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
}'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