generate_hunyuan3d_model
Generate 3D assets from text or image prompts and import them into Blender with built-in materials.
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 |