generate_3d_model
Generate a 3D model from a text prompt. Preview, refine, and texture with PBR, then receive the local .glb file.
Instructions
Generate a 3D model from a text prompt via Meshy.ai (preview → refine). The refine stage textures the model: enable_pbr (default True) for PBR textures, texture_prompt for extra guidance. Blocks until ready; returns the local .glb path and Meshy task ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| timeout | No | ||
| art_style | No | realistic | |
| enable_pbr | No | ||
| should_remesh | No | ||
| texture_prompt | No |