编辑图像
接口说明:同步编辑图像,基于参考图与指令进行编辑。
调用本接口前,请先请求「图像编辑模型」接口(GET /api/ai/models/image/edit),获取当前可用的模型列表及各模型支持的尺寸、最大输入图片数与价格,再据此填写本接口参数。
图像编辑为图生图:必须传入参考图片 image,按提示词在其基础上修改、重绘或风格化。如需仅用文字生成全新图像(文生图),请使用「生成图像」接口。
如已在使用 OpenAI SDK 或生态工具,可改用 OpenAI 兼容端点「OpenAI 图像编辑」。
授权
需要从 AiToEarn 获取 API Key。点击前往「API Key 获取教程」。
请求体
原始图片。支持单个图片 URL、data URL 或图片 URL 数组;当前 gpt-image-2 最多支持 14 张输入图片。
"https://images.unsplash.com/photo-1592194996308-7b43878e84a6?auto=format&fit=crop&w=1024&q=80"
编辑描述
1 - 4000"Edit the provided image into a cozy realistic scene by placing the cute orange cat beside a sunlit window. Preserve its orange fur, seated pose, and facial expression, enhance the soft natural light, add warm tones and subtle detail, and maintain a realistic photography style."
遮罩图片 URL,用于局部重绘(可选)。需为与 image 尺寸一致的 PNG 图片:完全透明(alpha 为 0)的区域表示需要按提示词重绘的部分,不透明区域保持原图不变。不传时对整张图片进行编辑。
生成图片数量
1 <= x <= 11
返回格式
url, b64_json "url"

