Seedream 4.0 is the most advanced image model launched by ByteDance. Seedream 4.0: surpasses Nano Banana in every aspect.
Request
Header Params
Body Params application/json
Example
{"enable_base64_output":false,"enable_sync_mode":false,"prompt":"American retro style: a girl wearing a polka-dot dress with sunglasses adorning her head.","size":"2048*2048"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/ws/api/v3/bytedance/seedream-v4' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"enable_base64_output": false,
"enable_sync_mode": false,
"prompt": "American retro style: a girl wearing a polka-dot dress with sunglasses adorning her head.",
"size": "2048*2048"
}'