text-to-3d / README.md
jainarham's picture
Update README.md
2051142 verified
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 check
  • GET /health - Health status
  • POST /generate - Generate 3D model from text
  • POST /refine - Refine existing model
  • GET /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"}'