generate_model
Generate 3D models from a text prompt or an image, save to Polar Cloud, and retrieve the object ID for further use.
Instructions
Generate a 3D model with Tripo 3D from a text prompt or an image, save it to Polar Cloud, and return object_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Object name | |
| prompt | No | Text prompt for text-to-3D | |
| image_url | No | Public image URL for image-to-3D | |
| image_base64 | No | Base64-encoded image (optionally a data URL) |