Authorization: Bearer ********************{
"model": "gpt-image-2",
"prompt": "一只可爱的橘猫,写实风格,高清",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}curl --location 'https://wan.vnet.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "一只可爱的橘猫,写实风格,高清",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}'{}