-
Notifications
You must be signed in to change notification settings - Fork 0
Provider Seedream
Mode: image · Models: 3
Vendor: BytePlus ModelArk · Official API docs: Seedream on ModelArk
Seedream (by ByteDance, on BytePlus ModelArk) is a high-fidelity text-to-image model with multi-image reference input and high-resolution output. The catalog exposes the flagship Seedream 4.5 (up to 4K) and the faster, lighter Seedream 5.0 Lite.
| id | Name | Input type |
|---|---|---|
seedream-4.5 |
Seedream 4.5 | t2i |
seedream-5.0-lite |
Seedream 5.0 Lite | t2i |
seedream-4.0 |
Seedream 4.0 | t2i |
# text-to-image at 4K
gen-ai generate -m seedream-4.5 \
-p "a marble statue of a fox in a sunlit gallery, dramatic side lighting" \
--ar 16:9 -r 4K
# multi-image reference (up to 2 source images), 4 variations
gen-ai generate -m seedream-4.5 -p "blend these into one cohesive product shot" \
-i ./ref-a.jpg -i ./ref-b.jpg -n 4
# faster, lighter variant
gen-ai generate -m seedream-5.0-lite -p "minimalist poster, bold typography" --ar 3:4{ "name": "picsart_generate",
"arguments": {
"model": "seedream-4.5",
"prompt": "a marble statue of a fox in a sunlit gallery, dramatic side lighting",
"aspectRatio": "16:9",
"resolution": "4K",
"count": 4
} }Full parameter surface for every model, sourced from gen-ai models info <id> --json. CLI flags show the primary short form; the canonical --kebab-case long form always works too.
Try seedream-5.0-lite in Playground ↗
Input type: t2i
| Param | CLI flag | Type | Values |
|---|---|---|---|
resolution |
-r |
enum |
2K · 3K (default 2K) |
prompt |
-p |
text | required |
aspectRatio |
--ar |
enum |
1:1 · 4:3 · 3:4 · 16:9 · 9:16 · 3:2 · 2:3 · 21:9 (default 16:9) |
count |
-n |
enum |
1 · 2 · 4 · 6 · 8 · 10 (default 1) |
imageUrls |
-i |
file | image (up to 2) |
negativePrompt |
--neg |
text | free text |
Try seedream-4.5 in Playground ↗
Input type: t2i
| Param | CLI flag | Type | Values |
|---|---|---|---|
resolution |
-r |
enum |
2K · 4K (default 2K) |
prompt |
-p |
text | required |
aspectRatio |
--ar |
enum |
1:1 · 4:3 · 3:4 · 16:9 · 9:16 · 3:2 · 2:3 · 21:9 (default 16:9) |
count |
-n |
enum |
1 · 2 · 4 · 6 · 8 · 10 (default 1) |
imageUrls |
-i |
file | image (up to 2) |
negativePrompt |
--neg |
text | free text |
Notes: Seedream 5.0 Lite shares the surface but its resolutions are gated to 2K/3K (4K rejected by the worker) even though the enum defines 4K.
Try seedream-4.0 in Playground ↗
Input type: t2i
| Param | CLI flag | Type | Values |
|---|---|---|---|
resolution |
-r |
enum |
1K · 2K · 4K (default 1K) |
prompt |
-p |
text | required |
aspectRatio |
--ar |
enum |
1:1 · 4:3 · 3:4 · 16:9 · 9:16 · 3:2 · 2:3 · 21:9 (default 16:9) |
count |
-n |
enum |
1 · 2 · 4 · 6 · 8 · 10 (default 1) |
imageUrls |
-i |
file | image (up to 2) |
negativePrompt |
--neg-prompt |
text | free text |
gen-ai pricing seedream-4.5 -r 4K -n 4Cost scales with resolution and the count of images generated.
Picsart CLI & MCP · Repo · AI Playground app
Getting Started
Interfaces
Concepts
Model Reference
Providers
- All providers
- Async
- ByteDance
- Creatify
- ElevenLabs
- Flux (Black Forest Labs)
- Grok (xAI)
- Happy Horse
- HeyGen
- Hunyuan
- Ideogram
- Kling
- LTX (Lightricks)
- Luma
- MiniMax
- OpenAI
- OVI
- Picsart
- Pika
- PixVerse
- Qwen (Alibaba)
- Recraft
- Reve
- Runway
- Seedance
- Seedream
- Topaz
- VEED
- Videography
- Wan (Alibaba)
More