SilkDock
APIImage Generation

Seedream 4.5

Configurable fields and supported values for seedream-v4.5.

Model ID

seedream-v4.5

Capabilities

CapabilitySupported value
Text-to-imageYes
Image-to-imageYes
Multi-image referenceNo
Aspect ratio (aspect_ratio)1:1, 4:3, 3:4, 16:9, 9:16, 21:9
resolutionNot supported; do not send
qualitylow, medium, high
Reference fieldimage

Supports one reference image through image.

Configurable fields

FieldRequiredNotes
modelYesMust be seedream-v4.5.
promptYesText description or editing instruction.
aspect_ratioNoPreferred aspect-ratio field; select one supported value listed above.
sizeNoCompatibility alias for aspect_ratio. New integrations should use aspect_ratio.
qualityNoOnly use the quality values listed above.
nNoDefaults to 1; account/model limit comes from the model list API.
imageNoSingle reference image URL for image-to-image generation.
response_formatNourl (default) or b64_json.
output_formatNopng or jpeg.
extra_body.optimize_prompt_options.modeNoSet to standard to enable the provider's prompt optimization mode.
wait_for_completionNoDefaults to false, which returns an asynchronous task ID. Set to true to wait in the create request.
polling_timeoutNoPolling timeout used only when wait_for_completion is true.

Seedream prompt enhancement uses extra_body.optimize_prompt_options.mode. Do not send think_level, thinking_level, or reasoning_effort.

Example

{
  "model": "seedream-v4.5",
  "prompt": "Create a cinematic editorial image",
  "image": "https://example.com/reference.png",
  "aspect_ratio": "3:4",
  "quality": "high",
  "extra_body": {
    "optimize_prompt_options": {
      "mode": "standard"
    }
  }
}

Last updated on

On this page