seed3d-1.0
Seed3D · Per Request
seed3d-1.0Available3D3D Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.343 | $0.2401 |
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": "seed3d-1.0",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'FAQ
How much does seed3d-1.0 cost?
On LemonData, seed3d-1.0 costs $0.2401 Per Request, which is up to 30% off the official pricing.
What is seed3d-1.0 best for?
seed3d-1.0 excels at 3D, 3D Generation. Access it through LemonData's unified API with a single API key.
How to use seed3d-1.0 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.