Seedream 4.0 API
TBA
Developer-ready API access
ByteDance提供のSeedream 5.0 Liteは、3Kまでの高画質を実現する強力な画像生成モデルです。今日からSeedream 5.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 5 Liteは強力なプロンプト追従能力と柔軟なアスペクト比で、2K/3Kの高品質画像を生成し、本番用画像ワークフローに最適です。
Seedream APIは多段階の思考プロセスを使用して、物理法則に沿った出力を生成します。
ByteDance Seedream APIは現在のニュースやトピックにアクセスして、時事性のある生成ニーズに応えます。
Seedream 5 AI APIは技術・人文学などのデータを含む豊富な世界知識を備えています。
Seedream 5 APIは指示に基づく推論を使用した画像編集タスクをサポートしています。
Seedream AI APIは精密なコントロールでプロンプトに忠実に従います。
Seedream 5.0 Liteはあらゆるワークフローに適した画像生成タスクのモーダル入力をサポートしています。
Seedream 5 AIは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/…
ByteDanceがリリースしたSeedream 5.0 Liteは、参照画像を使用した高品質なテキストから画像への出力と画像編集をサポートする統合画像生成モデルです。 Seedream 4.0の後継として機能が向上しています。 PiAPIを通じて2Kと3Kの両方の解像度で結果を生成できます。今日から始めましょう!
Seedream 5.0 AIでは最大10枚の参照画像URLを含めることができます。プロンプトには適用したい編集内容を記述してください。
Seedream 5 LiteはPNGとJPEGの出力形式をサポートしています。出力形式を指定しない場合、デフォルトでPNGが使用されます。
いいえ、返金には対応しておりません。ただし、PiAPI の Workspace に初めて登録すると、支払い前に API をお試しいただける無料クレジットが付与されます!
support@piapi.ai までメールをお送りください。製品についてぜひお話しさせてください!
はい!PiAPI に登録すると、クレジットカード不要でほとんどの API を試せる無料クレジットが付与されます。
More questions? See the API docs.
Seedream 4.0 API