Seedream 5.0 Pro 编辑: AI Image Editor

使用 Seedream 5.0 Pro Edit API 编辑图像。ByteDance 旗舰图像编辑模型,支持 2K Saída、深度视觉推理和精准排版,价格低至 $0.045/image。

📝

Overview

About this model

Seedream 5.0 Pro Edit 是 ByteDance 的旗舰图像编辑模型,在更大的视觉推理骨干网络基础上扩展了 Seedream 5.0 Lite Edit 的能力。它接受一张或多张参考图像以及自然语言指令,可生成最高 2K 分辨率的修改后图像,并在编辑过程中保持光照、色彩和角色一致性。Pro 面向专业和生产场景——风格迁移、背景替换、对象修改和多图合成——适用于保真度和Prompt遵循比原始生成速度更重要的情况。在 Seedream 系列中,它与 Seedream 5.0 Pro Text to Image 并列,属于更高阶的选项。

1营销与广告:在保持产品保真度的同时,重塑活动摄影风格或替换背景。
2电子商务:通过自然语言指令修改产品照片的材质、颜色和布景。
3概念艺术:将多张参考图像组合成单个连贯的修改后场景。
4编辑与出版:对封面艺术和插图应用精准且安全的排版编辑。
5游戏与电影前期制作:基于现有参考图像迭代角色或环境概念。
💰

Pricing & Value

Cost analysis

muapiapp$0.045/image (1K), $0.09/image (2K), +$0.003/extra input image

Pay-per-generation pricing, no subscription required. First input image is free of surcharge.

Fal.ai$0.0675/image (≤1536×1536), $0.135/image (up to 2048×2048), +$0.0045/extra input image

第一张输入图像免费;每增加一张参考图像收费 $0.0045。

ReplicateNão disponível

目前没有专用的 Seedream 5.0 Pro 端点。

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

描述目标修改内容的文本Prompt

Default ValueKeep the model's pose and the flowing shape of the liquid dress unchanged. Change the clothing material from silver metal to completely transparent clear water. Lighting changes from reflection to refraction.
Imagem URLarray

一个或多个用于编辑的参考Imagem URL。

Default Valuehttps://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webp
ProporçãoEnum (7 options)

Aspect ratio of the output image. 16:9 and 9:16 do not support 2K resolution.

Default Value1:1
ResoluçãoEnum (2 options)

SaídaImagemResolução。

Default Value1K
📖

Implementation Guide

Developer documentation

Como Usar Seedream 5.0 Pro Edit

  1. 提供参考图像:在 images_list 中传入一个或多个图像 URL。第一张Entrada图像包含在基础价格中;每增加一张参考图像都会产生少量附加费用。

  2. 编写编辑指令:用自然语言Prompt描述想要的变化——风格、背景、对象或光照。

  3. 选择Proporção:从 1:116:99:164:33:42:33:2 中选择。注意,16:99:16 不支持 2K 分辨率。

  4. 选择分辨率:使用 2K 获得最高保真度,或使用 1K 进行更快、成本更低的迭代。

  5. 提交并轮询:生成请求遵循与每个 muapi 模型相同的异步模式——提交任务,然后轮询 request_id 获取结果。

curl -X POST https://api.muapi.ai/api/v1/seedream-5.0-pro-edit \
  -H "Authorization: Bearer $MUAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "将服装材质从银色金属改为透明玻璃,保持姿势和光照方向不变。",
    "images_list": ["https://example.com/input.jpg"],
    "aspect_ratio": "1:1",
    "resolution": "2K"
  }'

Common Questions

Frequently asked

Seedream 5.0 Pro Edit 能做什么?

它使用自然语言指令和一张或多张参考图像编辑现有图像,由 ByteDance 的旗舰 Seedream 5.0 Pro 模型提供支持。

它与 Seedream 5.0 Lite Edit 有什么不同?

Pro 使用更大的视觉推理骨干网络,可提供更清晰的 2K 细节、更强的Prompt遵循能力和更一致的多图合成效果。Lite Edit 则针对速度和成本进行了优化。

可以提供多少张参考图像?

可以通过 `images_list` 字段提供最多 10 张图像。第一张图像包含在基础价格中,每增加一张图像会产生 $0.003 的附加费用。

Seedream 5.0 Pro Edit 的费用是多少?

1K 分辨率为 $0.045/image,2K 分辨率为 $0.09/image,第一张参考图像之外的每张图像另收 $0.003。

支持哪些分辨率和Proporção?

支持 1K 或 2K Saída,以及 1:1、16:9、9:16、4:3、3:4、2:3 和 3:2 Proporção。注意,16:9 和 9:16 不支持 2K。

有这个模型的Texto para Imagem版本吗?

有——请参阅 [Seedream 5.0 Pro Text to Image](/playground/bytedance-seedream-5.0-pro),仅使用Prompt生成图像,无需Entrada图像。