seededit-3.0-i2i
Seedream · Per Request
seededit-3.0-i2iAvailableImageImage Editing
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.03 | $0.021 |
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": "seededit-3.0-i2i",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'FAQ
How much does seededit-3.0-i2i cost?
On LemonData, seededit-3.0-i2i costs $0.0000 per 1M input tokens and $0.0000 per 1M output tokens, which is up to 30% off the official pricing.
What is seededit-3.0-i2i best for?
seededit-3.0-i2i excels at Image, Image Editing. Access it through LemonData's unified API with a single API key.
How to use seededit-3.0-i2i API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.