Seedream 5.0 Pro API
接入 API 之前,先试用 Seedream 5.0 Pro。
在正式接入前,测试 Seedream 5.0 Pro 的输出质量、估算 credits 消耗,并生成一张样图。
Create image task
Fixed to doubao-seedream-5.0-proUpload source or reference images. Each input image is billed.

充值前先算清测试成本。
从单张样图的成本起步,选一个测试预算。展开查看详细费率。
First Test Cost
Text-to-Image - 1K - 1:1One 1K prompt-only image
About 256 tests with $10 in credits.
Iterate prompts in 1K to save credits, then switch to 2K for the final quality check. Each input image is billed when image_urls is present.
Testing Budget Guide
Pick an amount based on how many tests you expect.Good for a first validation.
Good for prompt iteration.
Good before production integration.
Common Cost Examples
Estimated cost for one generated image. Final cost may vary by output quality and input images.
Model Pricing
| Item | Rule | Rate | Billing |
|---|---|---|---|
| 1K output | Single generated image using the 1K quality tier. | $0.039/image2.601 cr/image | Output image |
| 2K output | Single generated image using the 2K quality tier. | $0.077/image5.202 cr/image | Output image |
Optional Add-ons & Billing NotesInput image pricing and live console pricing.
| Item | Rule | Rate | Billing |
|---|---|---|---|
| Input images | Applied to each source or reference image in image_urls. | $0.0026/image0.1734 cr/image | Input images |
Seedream 5.0 Pro 能创造什么。
用文本 Prompt 或可选参考图生成高保真图像,在商品创意、海报排版、角色设定图、视觉概念和图像编辑工作流上表现出色。
效果预览

复杂街景与可读文字渲染

写实人物与多主体群像

多参考商品合成
你可以做什么
生成营销视觉
用参考图编辑
控制尺寸与质量
跟踪 credits 消耗
Seedream 5.0 Pro 与其他图像模型对比
| 特性 | Seedream 5.0 Pro | Nano Banana | GPT Image |
|---|---|---|---|
| 起步价 | 约 $0.039 / 张 | 更低成本选项 | 按 token 或档位计费 |
| 输出质量 | 1K / 2K | 按模型支持 1K / 2K / 4K | 质量档位 |
| 参考图输入 | 最多 10 张 | 取决于模型 | 支持 |
| 输入图计费 | 每张输入图计费 | 取决于路由 | 按 token 计费 |
| 适合场景 | 广告、商品创意、图像编辑 | 高质量图像生成 | OpenAI 图像工作流 |
关键细节
尺寸决定版式
选定 1K/2K 档位用自动,选 1:1、16:9 等比例预设,或传自定义 WIDTHxHEIGHT 像素。
质量即清晰度
用质量选择输出档位。1K 最适合测试,2K 更适合终稿核对。
每张输入图计费
纯 Prompt 请求只付输出图费率。图像工作流会对 image_urls 中每张源图或参考图计费。
为什么通过 EvoLink 使用 Seedream 5.0 Pro
生成前成本透明
充值前即可看到预估 credits、输入图附加费和样图成本。
统一 API
一把 API key 通用于 Seedream、Nano Banana、GPT Image 以及视频、音频和 LLM 模型。
统一余额
在一个控制台里跟踪 credits、消费和模型用量。
任务状态跟踪
查看图像任务处于已提交、处理中、已完成还是失败。
生产级图像工作流
在一个页面上测试商品广告、社媒内容、角色参考和编辑工作流。
Seedream 模型家族



EvoLink 上的其他图像模型




常见问题
Seedream 5.0 Pro 多少钱?
按输出质量档位计费。1K 纯 Prompt 图用 1K 输出费率,2K 用更高的输出费率。传入 image_urls 时,输入图按张计费。
接入 API 前能先预览吗?
可以。用 Playground 测试输出质量、估算 credits,并在接入产品前查看请求 JSON。
尺寸和质量有什么区别?
size 控制自动尺寸、比例或自定义像素。quality 控制清晰度档位,当前为 1K 或 2K。
所有输入图都计费吗?
是。image_urls 中每张输入图都会产生输入图费用。
用量包含 token 数吗?
不。面向用户的用量按 credit 与图像计:已用 credits、输入图数量、可计费输入图数量、生成图数量和输出档位。
能用 n 一次生成多张吗?
暂不支持。Seedream 5.0 Pro 当前固定 n=1。
能用于图像编辑吗?
可以。当你想用源图或参考图引导编辑或图生图工作流时,随 Prompt 一起传 image_urls。
生成失败怎么办?
在响应或控制台查看任务状态和错误详情。失败任务不应视为计费成功的生成。
充值后去哪里?
回到 Playground 继续测试,或创建 API key 并用 model doubao-seedream-5.0-pro 调用 /v1/images/generations。
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Create an image generation or editing task using text prompts and optional reference images. Supports auto size, 1K/2K output tiers, ratio presets, custom pixel size outputs, and one generated image per request.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: doubao-seedream-5.0-proImage generation model name.
| Value | Description |
|---|---|
| doubao-seedream-5.0-pro | Seedream 5.0 Pro model |
doubao-seedream-5.0-propromptstringRequiredPrompt describing the image to be generated.
Notes
- Limited to 2000 tokens
A serene lake reflecting the beautiful sunsetnintegerOptionalDefault: 1Maximum number of images to generate.
| Value | Description |
|---|---|
| 1 | Seedream 5.0 Pro currently supports one generated image per request |
Notes
- Omit n or set it to 1. Values greater than 1 are rejected.
1sizestringOptionalDefault: autoSize of generated images. Supports aspect ratios or custom pixel dimensions.
| Value | Description |
|---|---|
| auto | Auto-select output layout for the chosen quality tier |
| 1:1 | 1K → 1024x1024 · 2K → 2048x2048 |
| 4:3 | 1K → 1184x896 · 2K → 2304x1728 |
| 3:4 | 1K → 896x1184 · 2K → 1728x2304 |
| 3:2 | 1K → 1248x832 · 2K → 2496x1664 |
| 2:3 | 1K → 832x1248 · 2K → 1664x2496 |
| 16:9 | 1K → 1376x768 · 2K → 2560x1440 |
| 9:16 | 1K → 768x1376 · 2K → 1440x2560 |
| 4:5 | 1K → 960x1200 · 2K → 1792x2240 |
| 5:4 | 1K → 1200x960 · 2K → 2240x1792 |
| 21:9 | 1K → 1568x672 · 2K → 3024x1296 |
| WIDTHxHEIGHT | Custom pixel dimensions, e.g. 2048x2048 |
Notes
- Use size=auto to let the model pick the output layout for the selected quality tier
- Ratio presets resolve to the exact 1K/2K pixels listed above based on the quality parameter
- Custom WIDTHxHEIGHT: total pixels within [1024x1024, 2048x2048], aspect ratio within [1:16, 16:1]
- Listed 1K/2K preset pixel values are always accepted; custom output tier is billed from the final pixel count
autoqualitystringOptionalDefault: 1KOutput clarity tier. Affects output resolution and billing.
| Value | Description |
|---|---|
| 1K | Standard clarity for drafts and first validation |
| 2K | Higher clarity for final quality checks |
1Kimage_urlsarrayOptionalReference image URL list for image-to-image and image editing.
Notes
- Max 10 images per request
- Max file size: 30MB per image
- Supported formats: .jpeg, .jpg, .png, .webp, .bmp, .tiff, .gif, .heic, .heif
- Each input image is billed separately
["https://example.com/image1.png"]model_params.output_formatstringOptionalDefault: jpegOutput image format. Nested inside model_params object.
| Value | Description |
|---|---|
| jpeg | Compressed format, smaller file size (default) |
| png | Lossless format |
jpegcallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/image-task-completed