3daistudio

Convert images and text prompts to 3D models (.glb) using the 3D AI Studio API. Supports TRELLIS.2, Hunyuan Rapid, and Hunyuan Pro models.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "3daistudio" with this command: npx skills add whale-professor/3daistudio-integration

3D AI Studio Skill

Convert images (or text prompts) to 3D models using the 3D AI Studio API.

Credentials

Setup

# Set your API key
export THREE_D_AI_STUDIO_API_KEY="your-api-key-here"

# Run the skill
python 3daistudio.py balance

Available Models

ModelEndpointInputCreditsSpeed
Hunyuan Rapid/v1/3d-models/tencent/generate/rapid/Text or image35-552-3 min
Hunyuan Pro/v1/3d-models/tencent/generate/pro/Text, image, multi-view60-1003-6 min
TRELLIS.2/v1/3d-models/trellis2/generate/Image only15-5525s-4min

Workflow (ALL models are async)

  1. Submit - POST to generation endpoint - get task_id
  2. Poll - GET /v1/generation-request/{task_id}/status/ every 10-15s
  3. Download - When status == "FINISHED", use results[].asset URL

The script auto-polls and downloads when you use --output.

How to Use

# Check credit balance
python 3daistudio.py balance

# Image to 3D (TRELLIS.2 - fastest, image-only)
python 3daistudio.py trellis --image photo.png --textures -o model.glb

# Image to 3D (Hunyuan Rapid - text or image)
python 3daistudio.py rapid --image photo.png --pbr -o model.glb
python 3daistudio.py rapid --prompt "a red sports car" -o model.glb

# Image to 3D (Hunyuan Pro - highest quality)
python 3daistudio.py pro --image photo.png --pbr --model 3.1 -o model.glb
python 3daistudio.py pro --prompt "a cute blue hedgehog" -o model.glb

# Check status
python 3daistudio.py status <task_id>

# Download result
python 3daistudio.py download <task_id> -o model.glb

Options

TRELLIS.2

  • --image - Path to local image (PNG/JPG/WebP)
  • --resolution - 512, 1024 (default), or 1536
  • --textures - Enable PBR textures
  • --texture-size - 1024, 2048 (default), or 4096

Hunyuan Rapid

  • --image - Path to local image
  • --prompt - Text description
  • --pbr - Enable PBR textures (+20 credits)

Hunyuan Pro

  • --image - Path to local image
  • --prompt - Text description
  • --model - 3.0 or 3.1 (default: 3.1)
  • --pbr - Enable PBR textures (+20 credits)
  • --generate-type - Normal, LowPoly, Geometry, or Sketch

Credit Costs

TRELLIS.2

ResolutionGeometry OnlyTextured 2048Textured 4096
512152530
1024 (default)203040
1536254055
+thumbnail+2+2+2

Hunyuan

EditionBase+PBR+Multi-ViewMax
Rapid35+20N/A55
Pro60+20+20100

Tips

  • TRELLIS.2 = best for image-to-3D; fast, cheap, great quality
  • Hunyuan Rapid = good balance, supports text-to-3D
  • Hunyuan Pro = highest quality, supports multi-view input
  • Rate limit: 3 requests/minute
  • Results expire after 24 hours
  • Failed jobs are automatically refunded
  • For best TRELLIS results: clean background or transparent PNG

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zhipu Image Generator

AI text-to-image generation using Zhipu AI's GLM-Image model. Use when the user requests image generation, creating images from text descriptions, or mention...

Registry SourceRecently Updated
3811Profile unavailable
General

Jimeng AI Image Generator

即梦AI生图与视频生成工具。通过火山引擎API调用即梦AI,支持文生图、图片生成、视频生成。内置50+提示词模板覆盖电商、社交、商业设计、视频等场景。

Registry SourceRecently Updated
730Profile unavailable
General

Cosprompt

结构化 AI 绘图提示词生成器。输入角色/主题名称,AI 自动搜索信息、分析特征、决定风格,输出 15 维度结构化提示词(JSON + Markdown 双格式),适用于 Midjourney、Stable Diffusion 等绘图工具。

Registry SourceRecently Updated
1150Profile unavailable
General

电商直播贴片生成器 / Ecommerce Livestream Overlay Generator

电商直播贴片生成器 / 电商直播视觉包装工具。 适用于淘宝直播、抖音直播带货、拼多多直播、快手直播等电商直播场景。 输入品牌、产品、促销信息或产品照片,自动生成完整电商直播视觉包装: 背景、标题栏、主播形象、价格卡、产品货架、福利条、促销贴片。 支持绿幕抠图、自动合成预览、打包交付。 E-commerce liv...

Registry SourceRecently Updated
2131Profile unavailable