-
-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Labels
enhancementNew feature or requestNew feature or request
Description
最近对这个接口垫图上传的需求很高,能否支持适配呢?new-api已经支持,适配后这样:
curl --location --request POST 'http://127.0.0.1:8001/v1/images/generations' \
--header 'Authorization: Bearer sk-666' \
--header 'Content-Type: application/json' \
--header 'X-Custom-Header: custom-value' \
--data-raw '{
"model": "nano-banana-pro",
"size": "4096*4096",
"image": [
"https://mj-img.bzu.cn/uploads/img_edit/260105/origin_0_1767610787_d330d6c3.png",
"https://mj-img.bzu.cn/uploads/img_edit/260105/origin_2_1767610793_148f6f78.png"
],
"prompt": "一起吃肯德基"
}'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request