text_to_3d_create
Generate a 3D model from a text prompt. Start with a preview, then refine to enhance the output.
Instructions
Generate a 3D model from a text prompt. Returns a task ID to poll for results. Use mode 'preview' first, then 'refine' with the preview_task_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | 'preview' for initial generation, 'refine' to enhance a preview | |
| prompt | No | Text description of the 3D model (required for preview mode) | |
| preview_task_id | No | Task ID from a completed preview (required for refine mode) | |
| art_style | No | Art style for the model | |
| negative_prompt | No | What to avoid in generation | |
| ai_model | No | AI model to use (e.g. 'meshy-6') | |
| topology | No | Mesh topology: 'quad' or 'triangle' | |
| target_polycount | No | Target polygon count | |
| enable_pbr | No | Enable PBR textures | |
| texture_prompt | No | Additional texture description | |
| symmetry_mode | No | Symmetry mode for the model | |
| texture_image_url | No | Reference image URL for texture | |
| moderation | No | Screen input for potentially harmful content | |
| model_type | No | Model type: 'standard' or 'lowpoly' (preview only) | |
| should_remesh | No | Enable remesh phase (preview only, meshy-6+) | |
| pose_mode | No | Pose mode for characters (preview only) | |
| remove_lighting | No | Remove baked lighting from textures (refine only) |