MCP-сервер 3D AI Studio (генерация 3D).
A skill for converting images and text prompts to 3D models using the 3D AI Studio API.
Whale Professor (@WhaleProfessor on Telegram)
export THREE_D_AI_STUDIO_API_KEY="your-api-key"
Or copy .env.example to .env and fill in your key.python 3daistudio.py balance
| Model | Input | Speed | Credits |
|---|---|---|---|
| TRELLIS.2 | Image only | 25s–4min | 15–55 |
| Hunyuan Rapid | Text or image | 2–3min | 35–55 |
| Hunyuan Pro | Text or image | 3–6min | 60–100 |
# Check balance
python 3daistudio.py balance
# Image to 3D with TRELLIS.2
python 3daistudio.py trellis --image photo.png -o model.glb
# Text to 3D with Hunyuan Rapid
python 3daistudio.py rapid --prompt "a wooden chair" -o chair.glb
# Text to 3D with Hunyuan Pro (best quality)
python 3daistudio.py pro --prompt "a cute blue hedgehog" -o hedgehog.glb
An MCP server is also included for use with Claude Desktop or Claude Code. See mcp-server-3daistudio/ for the installable package, or use mcp_server.py directly as a standalone server.
MIT