{
"model": "gemini-3.1-flash-image-preview-2k",
"prompt": "白猫改成黑猫跳舞",
"image": "https://output.anyroutes.cn/demo/demo_cat.png",
"size": "1024x1024"
}curl --location '/v1/images/edits' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-3.1-flash-image-preview-2k",
"prompt": "白猫改成黑猫跳舞",
"image": "https://output.anyroutes.cn/demo/demo_cat.png",
"size": "1024x1024"
}'{}