generate_model
Generate a 3D model from a text description with customizable settings. Provides a unique ID to monitor the creation process.
Instructions
Initiates the 3D model generation process. This tool sends a request to create a 3D model based on the provided prompt and parameters. The response includes a main uuid and subscription_key, which must be saved to continue tracking progress through the check_status tool. When the request is successfully sent, the system returns a 'Submitted' message along with information about the uuid and created jobs. Note that the model generation process may take time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt describing the 3D model to generate | |
| tier | No | The tier of the model generation | |
| geometry_file_format | No | The format of the generated model, default glb | |
| material | No | The material type for the model | |
| quality | No | The quality of the generated model | |
| use_hyper | No | Whether to use hyperboolean operations | |
| mesh_mode | No | The mesh mode for the model | |
| mesh_simplify | No | Whether to simplify the mesh | |
| mesh_smooth | No | Whether to smooth the mesh | |
| addons | No | Additional options for model generation | |
| seed | No | Random seed for model generation | |
| condition_mode | No | Mode for multi-image processing | |
| TApose | No | Control for human-like model generation | |
| bbox_condition | No | ControlNet for maximum model size [Width, Height, Length] | |
| images | No | Array of image paths to upload (max 5) |