Seedream 3.0
Model Overview
Setup your API Key
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 · enumOptionalDefault:
The format in which the generated images are returned.
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.
watermarkbooleanOptionalDefault:
Add an invisible watermark to the generated images.
falseResponses
200Success
application/json
post/v1/images/generations
200Success
Quick Example

'A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses.'
'A T-Rex relaxing on a beach, lying on a sun lounger
and wearing sunglasses.'Last updated
Was this helpful?