Loading...
Loading...
Generate and edit AI images with Seedream (ByteDance) via AceDataCloud API. Use when creating images from text prompts, editing existing images, or working with high-resolution outputs. Supports Seedream 3.0 T2I, 4.0, 4.5, 5.0, and SeedEdit 3.0 models.
npx skill4agent add acedatacloud/skills seedream-imageSetup: See authentication for token setup.
curl -X POST https://api.acedata.cloud/seedream/images \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "a cyberpunk cat wearing VR goggles in a neon city", "model": "doubao-seedream-5-0-260128"}'Async: See async task polling. Poll viawithPOST /seedream/tasks.{"id": "..."}
| Model | Version | Best For |
|---|---|---|
| Seedream 5.0 | Latest, highest quality (default) |
| Seedream 4.5 | High quality, balanced |
| Seedream 4.0 | Reliable generation |
| Seedream 3.0 T2I | Text-to-image, precise prompt following |
| SeedEdit 3.0 | Image-to-image editing |
POST /seedream/images
{
"prompt": "a serene Japanese garden with cherry blossoms and a red bridge",
"model": "doubao-seedream-5-0-260128",
"size": "1K"
}doubao-seededit-3-0-i2i-250628POST /seedream/images
{
"prompt": "change the sky to a golden sunset",
"model": "doubao-seededit-3-0-i2i-250628",
"image": ["https://example.com/photo.jpg"]
}callback_url/seedream/tasksPOST /seedream/images
{
"prompt": "an epic fantasy landscape",
"model": "doubao-seedream-5-0-260128",
"callback_url": "https://api.acedata.cloud/health"
}task_idPOST /seedream/tasks
{"id": "<task_id>"}| Parameter | Values | Description |
|---|---|---|
| see Models table | Model to use (required) |
| string | Image description (required) |
| | Output resolution (e.g. |
| integer [-1, 2147483647] | Seed for reproducibility (Seedream 3.0 T2I / SeedEdit 3.0 only) |
| number [1, 10] | Prompt adherence strength (3.0 models only; T2I default 2.5, edit default 5.5) |
| | Generate related images in sequence (5.0, 4.5, 4.0 only) |
| boolean | Stream images as they're generated (5.0, 4.5, 4.0 only) |
| boolean | Add AI-generated watermark (default: true) |
| | Output file format (Seedream 5.0 only; default: jpeg) |
| | Response format (default: url) |
| array | Enable tools, e.g. |
| string | Webhook URL for async delivery; returns |
| Parameter | Required | Description |
|---|---|---|
| Yes (for editing) | Array of image URLs or base64 strings (max 10MB each) |
| Yes | Describe the desired edit |
doubao-*doubao-seedream-5-0-260128/seedream/imagesimagesizewidthheight"1K""2K"3Kadaptiveseeddoubao-seedream-3-0-t2i-250415doubao-seededit-3-0-i2i-250628guidance_scalestreamsequential_image_generationcallback_urltask_id/seedream/tasks"https://api.acedata.cloud/health"MCP:| Hosted:pip install mcp-seedream| See all MCP servershttps://seedream.mcp.acedata.cloud/mcp