Seedream 5 Lite 定價
Pay per image, no subscription required
Seedream 5 Lite - 2K
$0.052 /image
Seedream 5 Lite - 3K
$0.052 /image
Less Restriction
$0.065 /image
功能特色
Seedream 5 Lite 提供強大的提示詞跟隨能力,支援靈活畫面比例,生成高品質 2K/3K 圖像,適合生產級圖像工作流。
視覺推理
Seedream API 透過多步思考生成符合物理規律的輸出結果。
即時搜尋
字節跳動 Seedream API 存取最新資訊和熱門話題,回應時效性強的生成需求。
世界知識
Seedream 5 AI API 具備豐富的世界知識,涵蓋科技與人文各領域的資料。
圖像編輯
Seedream 5 API 支援基於指令的推理式圖像編輯任務。
精準控制
Seedream AI API 精準遵循提示詞,實現精細化控制。
多模態支援
Seedream 5.0 Lite 支援多模態輸入用於圖像生成任務,適用於各種工作流程。
增強能力
Seedream 5 AI 在 MagicBench 基準測試中超越了前代模型。
Integrate in Minutes
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
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-5-lite",
"input": {
"prompt": "Editorial product photography with soft natural light.",
"size": "2K",
"aspect_ratio": "1:1",
"output_format": "png"
}
}'
# → { "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-5-lite \ prompt="Editorial product photography with soft natural light." \ size=2K \ aspect_ratio=1:1 \ output_format=png ✓ Task completed! https://img.theapi.app/ephemeral/…
想了解更多關於 Seedream 5 Lite API 的資訊?
什麼是 Seedream 5.0 Lite?
由字節跳動發布,Seedream 5.0 Lite 是一款統一的圖像生成模型,支援高品質文生圖輸出以及基於參考圖像的圖像編輯。作為 Seedream 4.0的繼任版本,該模型能力得到顯著提升。透過 PiAPI,你可以生成 2K 和 3K 兩種解析度的結果。立即開始!
如何提供用於編輯的參考圖像?
Seedream 5.0 AI 允許用戶提供最多 10 個參考圖像 URL。提示詞應描述你希望套用的編輯操作。
支援哪些畫面比例?
Seedream 5 AI API 支援多種格式輸出:1:1、16:9、9:16、4:3、3:4、3:2、2:3、4:5 和 5:4。
支援哪些輸出格式?
Seedream 5 Lite 支援 PNG 和 JPEG 輸出格式。若不指定輸出格式,預設使用 PNG 格式。
有退款政策嗎?
不,我們不提供退款。但當您首次在 PiAPI 的 Workspace 註冊帳戶時,將獲得免費點數,可在付款前試用我們的 API!
如何聯繫你們的團隊?
請發信至 support@piapi.ai,我們很樂意進一步介紹我們的產品!
More questions? See the API docs.
Our blog
Seedream 5 Lite API



