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は多段階の思考プロセスを使用して、物理法則に沿った出力を生成します。
リアルタイム検索
ByteDance 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とは何ですか?
ByteDanceがリリースした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



