Authorization: Bearer ********************{
"model": "gemini-3.1-flash-image-preview",
"prompt": "图中两个形象和一位身着兔子 coser 服饰的美少女 艺术家正在将电脑屏幕上的图像手工复制到画布上,创作出一幅油画。然而,这张照片本身其实记录的正是这位艺术家在绘制那幅“递归图像”的过程。",
"image": [
"https://tuziai.oss-cn-shenzhen.aliyuncs.com/wiki/code/mdjourney/cat_3.png",
"https://tuziai.oss-cn-shenzhen.aliyuncs.com/wiki/code/mdjourney/cat_4.png"
],
"size": "1:8",
"quality": "4k",
"response_format": "url"
}curl --location --request POST 'https://api.tu-zi.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gemini-3.1-flash-image-preview",
"prompt": "图中两个形象和一位身着兔子 coser 服饰的美少女 艺术家正在将电脑屏幕上的图像手工复制到画布上,创作出一幅油画。然而,这张照片本身其实记录的正是这位艺术家在绘制那幅“递归图像”的过程。",
"image": [
"https://tuziai.oss-cn-shenzhen.aliyuncs.com/wiki/code/mdjourney/cat_3.png",
"https://tuziai.oss-cn-shenzhen.aliyuncs.com/wiki/code/mdjourney/cat_4.png"
],
"size": "1:8",
"quality": "4k",
"response_format": "url"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}