ราคา 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 ยึดมั่นใน prompt พร้อมการควบคุมที่แม่นยำ
รองรับมัลติโมดัล
Seedream 5.0 Lite รองรับอินพุตโมดัลสำหรับงานสร้างภาพ เหมาะสำหรับทุกเวิร์กโฟลว์
ความสามารถที่เพิ่มขึ้น
Seedream 5 AI นำหน้าโมเดลก่อนหน้าด้วยการปรับปรุงบน MagicBench Benchmark
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 ช่วยให้ผู้ใช้สามารถรวม URL ภาพอ้างอิงได้สูงสุด 10 รายการ prompt ควรอธิบายการแก้ไขที่คุณต้องการใช้
รองรับอัตราส่วนภาพใดบ้าง?
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 จะถูกใช้เป็นค่าเริ่มต้น
มีการคืนเงินไหม?
ไม่ เราไม่มีนโยบายคืนเงิน แต่เมื่อคุณสมัครสมาชิกครั้งแรกใน Workspace ของ PiAPI คุณจะได้รับเครดิตฟรีเพื่อทดลองใช้ API ก่อนชำระเงิน!
ฉันจะติดต่อทีมของคุณได้อย่างไร?
กรุณาส่งอีเมลมาที่ support@piapi.ai — เราพร้อมพูดคุยเกี่ยวกับผลิตภัณฑ์ของเรา!
More questions? See the API docs.
Our blog
Seedream 5 Lite API



