Connects to the 3D AI Studio API to generate 3D models from text prompts or images. Exposes three model options: TRELLIS.2 for image-to-3D conversion (fastest at 25 seconds to 4 minutes), Hunyuan Rapid for quick text or image generation, and Hunyuan Pro for higher quality output. Each tool returns GLB files you can drop into Blender or game engines. Requires an API key from 3daistudio.com and consumes credits per generation (15 to 100 depending on model and complexity). Useful when you need to prototype 3D assets from descriptions or reference photos without manual modeling, or when building workflows that generate game objects or product visualizations on demand.
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
THREE_D_AI_STUDIO_API_KEY*secretAPI key for 3D AI Studio
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide