seedream-5.0-pro
Professional tier of Seedream 5.0, stronger on fine detail, typography and complex composition. Suited to commercial key visuals and demanding brand assets.
Professional tier of Seedream 5.0, stronger on fine detail, typography and complex composition. Suited to commercial key visuals and demanding brand assets.
Overview
| Field | Value |
|---|---|
| Model ID | doubao-seedream-5-0-pro |
| CLI | dlazy seedream-5.0-pro |
| MCP | seedream-5.0-pro (Claude Code surfaces this as mcp__dlazy__seedream-5.0-pro) |
| Type | image |
| Execution | Async task; the CLI polls until completion (--no-wait returns generateId immediately) |
| Batch | Supports --batch <n> parallel fan-out |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
prompt | string | Yes | Prompt |
images | array<url> | No | Images; image (accepts URL, local path, or data: URL); max 10 items |
resolution | "2k" | No | Resolution; default "2k" |
size | "1:1" | "4:3" | "3:4" | "16:9" | "9:16" | "3:2" | "2:3" | "21:9" | No | Size; default "16:9" |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy seedream-5.0-pro --help
dlazy seedream-5.0-pro --prompt "Write your prompt here" --resolution "2k" --size "16:9"
dlazy seedream-5.0-pro --prompt "Write your prompt here" --resolution "2k" --size "16:9" --dry-run
dlazy seedream-5.0-pro --prompt "Write your prompt here" --resolution "2k" --size "16:9" --no-wait
dlazy seedream-5.0-pro --prompt "Write your prompt here" --resolution "2k" --size "16:9" --batch 4Compose with a pipeline
dlazy gpt-image-2 --prompt "reference visual" \
| dlazy seedream-5.0-pro --images - --prompt "Write your prompt here"MCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__seedream-5.0-pro; generic clients (e.g. OpenClaw) call it as seedream-5.0-pro.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "image", "id": "o_...", "url": "https://files.dlazy.com/result.png", "mimeType": "image/png" }
]
}Media tools emit image / video / audio / file outputs. Use --output url to print only the URLs on stdout.
seedream-5.0-lite
Lightweight high-speed image generation model, suitable for batch generation, sketches, and low-cost iteration. Supports prompt + reference images, outputting 2K/3K images.
superres
Image super-resolution tool: enhances image clarity and details, returning enhanced URL, suitable for low-res asset restoration and upscaling.