doubao-seededit-3-0-i2i-250628

给定提示 and / or 输入图像, models将生成新图像. 相关指南: [图像生成](https://www.volcengine.com/docs/82379/1666946) according to提示创建图像.

Endpoint

POST http://v98store.com/v1/images/generations

cURL Command

curl -X POST 'http://v98store.com/v1/images/generations' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "model": "doubao-seededit-3-0-i2i-250628", "prompt": "改成爱心形状 泡泡", "image": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream_i2i.jpeg", "response_format": "url", "size": "adaptive", "seed": 21, "guidance_scale": 5.5, "watermark": true }'

Parameters

NameInDescriptionRequired
AuthorizationheaderNo

Request Body

Example

{
  "model": "doubao-seededit-3-0-i2i-250628",
  "prompt": "改成爱心形状 泡泡",
  "image": "https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream_i2i.jpeg",
  "response_format": "url",
  "size": "adaptive",
  "seed": 21,
  "guidance_scale": 5.5,
  "watermark": true
}

Responses

200 -

Example

{
  "created": 1753847978,
  "data": [
    {
      "url": "https://ime.lqjmauqqw.org/O8e0UlcHYzQyIiSwniXP6UgQt4v42c5G-ept86400.jpeg"
    }
  ],
  "model": "doubao-seededit-3-0-i2i-250628",
  "usage": {
    "generated_images": 1,
    "output_tokens": 3772,
    "total_tokens": 3772
  }
}