← All modelsEdit · ByteDance

Seedream 4

ByteDance's flagship image generator with strong photoreal output, for generation & editing.

EditByteDance$0.03 / imageeditbytedance
Preview
Seedream 4
Pricing
$0.03/ image

$0.03 per image. For $1 you can run this model 33 times.

Pay only for successful generations. No idle, no minimums, no per-seat.

API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/inference/seedream-4/edit
request
curl https://api.tryinfer.com/v1/inference/seedream-4/edit \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "recolor the scene to dramatic golden-hour sunset lighting",
"image_url": "https://example.com/input.jpg"
}
}'
Parameters
NameTypeRequiredDefaultDescription
seedinteger
promptstringYes
image_urlstring (URL)Yes
num_imagesinteger1
output_formatstringpngjpegpngwebp

Authenticate with a bearer token. Get an API key →

Try it

Run Seedream 4 now.

Try it in the playground