InstantMesh
InstantMesh is a 3D generation model built by TencentARC. Strongest at Fast photogrammetry-style 3D reconstruction.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (5,000 tokens per 3D model). Released under Apache 2.0 — 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":"instantmesh","prompt":"your prompt here"}'
API Documentation
Get API Key