wan2.7-image/v1/chat/completionsFlat Rate
$0.030 / call
This model uses pay per request. Usage is billed at the unit shown above.
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",
"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 through AIsa's Model Gateway today.
Get API Key