seedream-3.0-t2i
Seedream · Per Request
seedream-3.0-t2iAvailableImageImage GenerationDALL-E Format
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.02 | $0.014 |
Best For
Image Generation
Creating images, illustrations, and visual content
API Code Example
POST/v1/images/generations
curl https://api.lemondata.cc/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "seedream-3.0-t2i",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'FAQ
How much does seedream-3.0-t2i cost?
On LemonData, seedream-3.0-t2i costs $0.0140 Per Request, which is up to 30% off the official pricing.
What is seedream-3.0-t2i best for?
seedream-3.0-t2i excels at Image, Image Generation, DALL-E Format. Access it through LemonData's unified API with a single API key.
How to use seedream-3.0-t2i API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.