Skip to main content
Seedream 5.0 Pro

Seedream 5.0 Pro

ByteDance's high-precision Seedream image model for controlled generation, multi-reference composition, and interactive editing.

Image GenerationInteractive EditingUp to 10 References

Generation Modes

Text + image

Generation, editing, and multi-image blending

Reference Images

Up to 10

Built for multi-reference composition

Interactive Editing

Precise control

Freeform marks, points, and bounding boxes

Reference Price

From $0.045

Public API reference per generated image

Model Codeseedream-5-0-pro

Playground

seedream-5-0-pro

Resolution (sent to backend)

No output yet

Pricing

Output SizeGeneration PriceReference Image Input
Up to 2.36 MP$0.045 / imageFirst image free; $0.003 each from the second
Above 2.36 MP$0.09 / imageFirst image free; $0.003 each from the second

Generation Up to 2.36 MP · $0.045 · per image

Generation Above 2.36 MP · $0.09 · per image

README

Seedream 5.0 Pro is designed for image workflows that need precise control over subjects and placement. It supports text-to-image, single-image editing, up to 10 reference images, and interactive edits driven by freeform marks, points, or bounding boxes.
  • Seedream 5.0 Pro is the high-precision member of the Seedream 5.0 family, designed for image generation and editing tasks that require tighter control over subjects, elements, and placement.
  • It supports text-to-image, single-image editing, and multi-reference generation with up to 10 input images. Interactive editing can use freeform annotations or coordinate tags such as points and bounding boxes to target local changes.
  • Prompt optimization supports standard mode for higher-quality results and fast mode for latency-sensitive workloads. Output can use 1K or 2K resolution tiers, custom dimensions within the supported range, and PNG or JPEG format.
  • Use Seedream 5.0 Pro for product composition, campaign asset revision, subject replacement, layout-sensitive editing, and other enterprise creative workflows where precise positioning matters.

API

Use the API docs for request format, parameters, and integration details.

ByteDance's high-precision Seedream image model for controlled generation, multi-reference composition, and interactive editing.

Model Code

seedream-5-0-pro

View API Docs

API

Endpoint

POST /v1/images/create

Authentication

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

Example

curl -X POST "https://direct.reachapi.ai/v1/images/create" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedream-4-5",
    "input": {
      "prompt": "A quiet ceramic tea cup on a wooden table, square composition, soft morning light",
      "resolution": "2k",
      "watermark": false
    }
  }'