Seedream 3.0

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

  • bytedance/seedream-3.0

Model Overview

This bilingual (Chinese-English) image generation model supports arbitrary image dimensions — as long as the product of width and height remains within a generous limit (up to 2K). It offers faster response times, improved rendering of small text and layouts, stronger visual aesthetics and structural consistency, and high fidelity in fine details.

Setup your API Key

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

API Schema

post
Body
modelstring · enumRequiredPossible values:
promptstringRequired

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

response_formatstring · enumOptional

The format in which the generated images are returned.

Default: urlPossible values:
sizestringOptional

Specifies the dimensions (width x height in pixels) of the generated image. Must be between [512x512, 2048x2048].

seedintegerOptional

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

guidance_scalenumber · min: 1 · max: 10Optional

The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you.

watermarkbooleanOptional

Add an invisible watermark to the generated images.

Default: false
Responses
post
/v1/images/generations
200Success

Quick Example

Let's generate an image of the specified size using a simple prompt.

Response

We obtained the following 1888x301 image by running this code example:

'A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.'

Here’s an example of a 555×543 image generated using the same prompt:

'A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.'

Last updated

Was this helpful?