Seedream 5.0 Pro

Seedream 5.0 Pro
ByteDance · Image Generation
POST /v1/images/generations

Premium Seedream image model for detailed text-to-image, single-image edits, and multi-reference fusion with 1K and 2K output.

At a glance

FieldValue
Model idseedream-5-0-pro
Model release date2026-07-08
Input modalitiesText, Image
Output modalitiesImage
Context window-
Weight precision-
RegionMalaysia
Featuresimage_generation, image_editing, multi_reference, text_rendering
Native inferenceNo
NewYes
Supported endpointsPOST /v1/images/generations

Pricing

ChargeSpecRate
Output up to 2.36MPper image$0.075
Output above 2.36MPper image$0.150
Extra input imageper input image after the first$0.005

Example request

$curl https://api.empiriolabs.ai/v1/images/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "seedream-5-0-pro", "prompt": "a misty forest at dawn", "size": "1024x1024"}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyes-Text prompt. With image attached, becomes an editing or fusion instruction.
imagearrayno-Reference image URL, data URI, or uploaded image object. Seedream 5.0 Pro supports up to 10 reference images.
imagesarrayno-Alias for image. Use this for multiple uploaded image references.
aspect_ratioenumno"auto"Auto lets the model choose dimensions within the selected resolution tier. Explicit ratios use the preset size for that tier. · Allowed: auto, 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 21:9
qualityenumno"2K"Seedream Pro resolution tier. Defaults to 2K. · Allowed: 1K, 2K
sizestringno-Resolution tier or explicit pixel size such as 1K, 2K, or 2048x2048. Explicit pixels override aspect_ratio and quality.
use_custom_sizebooleannofalseUse custom_width and custom_height instead of preset aspect_ratio and quality.
custom_widthnumberno-Custom output width in pixels. Total area must be in [0.92MP, 4.19MP], aspect must be in [1:16, 16:1], and dimensions must be multiples of 16. · Range: 16 – 8192
custom_heightnumberno-Custom output height in pixels. Total area must be in [0.92MP, 4.19MP], aspect must be in [1:16, 16:1], and dimensions must be multiples of 16. · Range: 16 – 8192
watermarkbooleannofalseWhen enabled, the generated image includes an AI-generated provenance watermark. EmpirioLabs does not add a separate watermark.
output_formatenumno"png"Output image file format. · Allowed: jpeg, png
response_formatenumno"url"Return signed image URLs by default, or include base64 image data when b64_json is requested. · Allowed: url, b64_json

Notes

Modes

  • Text to image
  • Single or multi-image to image

Limits

  • One output image per request
  • Up to 10 reference images
  • 1K and 2K resolution tiers
  • PNG or JPEG output
  • No grouped-output, streaming, or web-search mode

Content safety

Generated images pass an automated content-safety check. An image flagged as explicit is not returned. Because the image is generated before the check runs, a flagged generation is still billed.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/seedream-5-0-pro.