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