download_model
Download a finished 3D model from a generation task to a local file using the output format of the task. Change formats by running convert_format before using this tool.
Instructions
Download a completed 3D model to a local file using the task's actual output format. If you need a different format, run convert_format first, then download the conversion task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Optional expected task output format to validate: GLTF, FBX, OBJ, STL, USDZ, or 3MF. Use convert_format before download_model to change formats. | |
| taskId | Yes | Task ID of the completed generation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | ||
| taskId | Yes | ||
| filePath | Yes | ||
| modelVersion | No |