generate_3d_model
Generate a 3D model from a text prompt. Select art style, enable PBR textures, and refine with texture guidance. Returns a textured .glb file.
Instructions
Generate a 3D model from a text prompt via Meshy.ai (preview → refine).
art_style: realistic | cartoon | low-poly | sculpture. The refine stage TEXTURES the model: enable_pbr (default True) for PBR textures, and texture_prompt for extra texturing guidance (e.g. "weathered bronze, mossy"). Blocks until the textured model is ready; returns its local .glb path and both Meshy task ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| art_style | No | realistic | |
| should_remesh | No | ||
| texture_prompt | No | ||
| enable_pbr | No | ||
| timeout | No |