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