使用 Seedream 5.0 Pro Edit API 编辑图像。ByteDance 旗舰图像编辑模型,支持 2K 出力、深度视觉推理和精准排版,价格低至 $0.045/image。
このモデルについて
Seedream 5.0 Pro Edit 是 ByteDance 的旗舰图像编辑模型,在更大的视觉推理骨干网络基础上扩展了 Seedream 5.0 Lite Edit 的能力。它接受一张或多张参考图像以及自然语言指令,可生成最高 2K 分辨率的修改后图像,并在编辑过程中保持光照、色彩和角色一致性。Pro 面向专业和生产场景——风格迁移、背景替换、对象修改和多图合成——适用于保真度和プロンプト遵循比原始生成速度更重要的情况。在 Seedream 系列中,它与 Seedream 5.0 Pro Text to Image 并列,属于更高阶的选项。
コスト分析
| プロバイダー | 費用 | 備考 |
|---|---|---|
| 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。 |
| Replicate | 提供なし | 目前没有专用的 Seedream 5.0 Pro 端点。 |
Pay-per-generation pricing, no subscription required. First input image is free of surcharge.
第一张输入图像免费;每增加一张参考图像收费 $0.0045。
目前没有专用的 Seedream 5.0 Pro 端点。
** 競合サービスの料金は類似のモデル構成および利用ティアに基づいて算出された推定値です。
設定スキーマ
| パラメータ | 型 | 説明 | デフォルト |
|---|---|---|---|
| プロンプト | string | 描述目标修改内容的文本プロンプト | Keep 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. |
| 画像 URL | array | 一个或多个用于编辑的参考画像 URL。 | https://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webp |
| アスペクト比 | Enum(7個の選択肢) | Aspect ratio of the output image. 16:9 and 9:16 do not support 2K resolution. | 1:1 |
| 解像度 | Enum(2個の選択肢) | 出力画像解像度。 | 1K |
描述目标修改内容的文本プロンプト
Keep 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.一个或多个用于编辑的参考画像 URL。
https://static.aiquickdraw.com/tools/example/1764851484363_ScV1s2aq.webpAspect ratio of the output image. 16:9 and 9:16 do not support 2K resolution.
1:1出力画像解像度。
1K開発者ドキュメント
提供参考图像:在 images_list 中传入一个或多个图像 URL。第一张入力图像包含在基础价格中;每增加一张参考图像都会产生少量附加费用。
编写编辑指令:用自然语言プロンプト描述想要的变化——风格、背景、对象或光照。
选择アスペクト比:从 1:1、16:9、9:16、4:3、3:4、2:3 或 3:2 中选择。注意,16:9 和 9:16 不支持 2K 分辨率。
选择分辨率:使用 2K 获得最高保真度,或使用 1K 进行更快、成本更低的迭代。
提交并轮询:生成请求遵循与每个 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"
}'
FAQ
它使用自然语言指令和一张或多张参考图像编辑现有图像,由 ByteDance 的旗舰 Seedream 5.0 Pro 模型提供。
Pro 使用更大的视觉推理骨干网络,可提供更清晰的 2K 细节、更强的プロンプト遵循能力和更一致的多图合成效果。Lite Edit 则针对速度和成本进行了优化。
可以通过 `images_list` 字段提供最多 10 张图像。第一张图像包含在基础价格中,每增加一张图像会产生 $0.003 的附加费用。
1K 分辨率为 $0.045/image,2K 分辨率为 $0.09/image,第一张参考图像之外的每张图像另收 $0.003。
支持 1K 或 2K 出力,以及 1:1、16:9、9:16、4:3、3:4、2:3 和 3:2 アスペクト比。注意,16:9 和 9:16 不支持 2K。
有——请参阅 [Seedream 5.0 Pro Text to Image](/playground/bytedance-seedream-5.0-pro),仅使用プロンプト生成图像,无需入力图像。