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 रेफरेंस इमेज URLs तक शामिल करने की अनुमति देता है। प्रॉम्प्ट में उस एडिट का वर्णन होना चाहिए जिसे आप लागू करना चाहते हैं।
कौन से आस्पेक्ट रेशियो समर्थित हैं?
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



