Authorization: Bearer ********************
{
"stream": false,
"model": "flux-kontext-pro",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "把这张图片内容替换为汉堡包"
},
{
"type": "image_url",
"image_url": {
"url": "https://fal.media/files/zebra/wxid4KsT5Pl1l96AK3o-V_31d5d57bea604e748b9cf2f4612335b8.jpg"
}
}
]
}
]
}
curl --location --request POST 'https://api.tu-zi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": false,
"model": "flux-kontext-pro",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "把这张图片内容替换为汉堡包"
},
{
"type": "image_url",
"image_url": {
"url": "https://fal.media/files/zebra/wxid4KsT5Pl1l96AK3o-V_31d5d57bea604e748b9cf2f4612335b8.jpg"
}
}
]
}
]
}'
{
"id": "chatcmpl-89DahSCamb7uEzpirbmpu2XN0lrBD",
"object": "chat.completion",
"created": 1756776771,
"model": "flux-kontext-pro",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "```json\n{\n \"prompt\": \"replace the content of this image with a hamburger\"\n}\n```\n\n>🚀 开始生成图片\n\n>🔄 创建任务 ✓\n>⏳ 生成中.... ✓\n\n\n\n[点击下载](https://filesystem.site/cdn/20250902/KFUFApkVvwbeAmTeaihtXjisnDmKxd.png)\n\n"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 107,
"completion_tokens": 123,
"total_tokens": 230,
"prompt_tokens_details": {
"text_tokens": 100
},
"completion_tokens_details": {
"content_tokens": 123
}
}
}