Seedream 4.0 API
TBA
Developer-ready API access
由字节跳动提供支持,Seedream 4.0 是一款强大的图像生成与编辑模型,可生成高保真视觉内容。立即开始使用 Seedream 4.0 API!
Pay-as-you-go Option
TBA
Developer-ready API access
Face references must be uploaded to the Asset Library and verified before use in -less-restriction modes. View Asset Library docs →
Seedream 4.0 提供强大的提示词跟随能力与图像编辑能力,适合生产级图像工作流。
Seedream API 通过多步思考生成符合物理规律的输出结果。
字节跳动 Seedream API 访问最新资讯和热点话题,响应时效性强的生成需求。
Seedream 4.0 AI API 具备丰富的世界知识,涵盖科技与人文各领域的数据。
Seedream 4.0 API 支持基于指令的推理式图像编辑任务。
Seedream AI API 精准遵循提示词,实现精细化控制。
Seedream 4.0 支持多模态输入用于图像生成任务,适用于各种工作流。
Seedream 4.0 在 MagicBench 基准测试中超越了前代模型。
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "seedream",
"task_type": "seedream-4.0",
"input": {
"prompt": "",
"size": "2K",
"aspect": "1:1",
"image_urls": ""
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_urls": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run seedream-4-0 \ prompt= \ size=2K \ aspect=1:1 \ image_urls= ✓ Task completed! https://img.theapi.app/ephemeral/…
由字节跳动发布,Seedream 4.0 是一款统一的图像生成模型,支持高质量文生图输出以及基于参考图像的图像编辑。作为 Seedream 4.0模型,现可通过 PiAPI无缝接入你的应用。立即开始!
Seedream 4.0 AI 允许用户提供最多 10 个参考图像 URL。提示词应描述你希望应用的编辑操作。
Seedream 4.0 支持高保真图像生成与编辑输出,适合产品视觉、营销图像和创意工作流。
不,我们不提供退款。但当您首次在 PiAPI 的 Workspace 注册账户时,将获得免费积分,可以在付款前试用我们的 API!
请发邮件至 support@piapi.ai,我们很乐意进一步介绍我们的产品!
有!注册 PiAPI 后,您将获得免费积分,无需信用卡即可试用大多数 API。
More questions? See the API docs.
Seedream 4.0 API