Seedream 5.0 Lite Preview

circle-info

This documentation is valid for the following list of our models:

  • bytedance/seedream-5-0-lite-preview

Model Overview

A multimodal image generation model, featuring major improvements in comprehension, reasoning, and visual generation.

Setup your API Key

If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guidearrow-up-right.

API Schema

post
Body
modelstring · enumRequiredPossible values:
promptstringRequired

The text prompt describing the content, style, or composition of the image to be generated.

image_urlsstring · uri[] · min: 1 · max: 14Optional

List of URLs or local Base64 encoded images to edit.

image_sizeany ofOptional

The size of the generated image.

or
string · enumOptionalPossible values:
response_formatstring · enumOptional

The format in which the generated images are returned.

Default: urlPossible values:
seedintegerOptional

The same seed and the same prompt given to the same version of the model will output the same image every time.

watermarkbooleanOptional

Add an invisible watermark to the generated images.

Default: false
Responses
chevron-right
200Success
application/json
post
/v1/images/generations
200Success

Quick Example

Let's generate an image using two input images and a prompt that defines how they should be edited.

chevron-rightResponsehashtag
Reference Images
Generated Image

Image #1

"Combine the images so the T-Rex is wearing a business suit, sitting in a cozy small café, drinking from the mug. Blur the background slightly to create a bokeh effect."

Image #2

Last updated

Was this helpful?