generate_hunyuan3d_model
Create a 3D asset in Blender from a text prompt or image reference, then import it with built-in materials. Submit a job and receive a status update when the model is ready.
Instructions
Generate 3D asset using Hunyuan3D by providing either text description, image reference,
or both for the desired asset, and import the asset into Blender.
The 3D asset has built-in materials.
Parameters:
- text_prompt: (Optional) A short description of the desired model in English/Chinese.
- input_image_url: (Optional) The local or remote url of the input image. Accepts None if only using text prompt.
Returns:
- When successful, returns a JSON with job_id (format: "job_xxx") indicating the task is in progress
- When the job completes, the status will change to "DONE" indicating the model has been imported
- Returns error message if the operation fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_prompt | No | ||
| user_prompt | No | ||
| input_image_url | No |