Spaces:
Sleeping
Sleeping
metadata
title: Text To 3D Generator
emoji: 🎨
colorFrom: purple
colorTo: pink
sdk: docker
pinned: false
app_port: 7860
Free Text-to-3D Generator API
A 100% free, open-source AI-powered text-to-3D model generator with no API costs.
Features
- ✨ Natural language to 3D models
- 🔧 Spell correction and typo handling
- 🧠 Context-aware model refinements
- 📦 GLB and OBJ export formats
- 💰 100% free, no API costs
- 🚀 Fast procedural generation
API Endpoints
GET /- Health checkGET /health- Health statusPOST /generate- Generate 3D model from textPOST /refine- Refine existing modelGET /supported-shapes- List supported shapes and colors
Example Usage
curl -X POST "https://jainarham-text-to-3d.hf.space/generate" \
-H "Content-Type: application/json" \
-d '{"prompt": "Create a red cube"}'