TripoSR
TripoSR is a 3D generation model built by VAST AI / Stability AI. Strongest at Image-to-3D mesh generation. Self-hosted on Free.ai GPUs — runs free against your daily token pool (5,000 tokens per 3D model). Released under MIT — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/3d/generate/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"triposr","prompt":"your prompt here"}'
API Documentation
Get API Key