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
The text prompt describing the content, style, or composition of the image to be generated.
The format in which the generated images are returned.
urlPossible values: Specifies the dimensions (width x height in pixels) of the generated image. Must be between [512x512, 2048x2048].
The same seed and the same prompt given to the same version of the model will output the same image every time.
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.
Add an invisible watermark to the generated images.
falseQuick Example
Let's generate an image of the specified size using a simple prompt.
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?