tripo3d-v2.5
Tripo3D · Per Request
tripo3d-v2.5Available3D3D GenerationImage Generation
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.20 | $0.14 |
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": "tripo3d-v2.5",
"prompt": "A beautiful sunset over mountains",
"size": "1024x1024",
"n": 1
}'FAQ
How much does tripo3d-v2.5 cost?
On LemonData, tripo3d-v2.5 costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is tripo3d-v2.5 best for?
tripo3d-v2.5 excels at 3D, 3D Generation, Image Generation. Access it through LemonData's unified API with a single API key.
How to use tripo3d-v2.5 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.