MeshyToolkit
init
generate_3d_preview
- prompt (str): Description of the object.
- art_style (str): Art style for the 3D model.
- negative_prompt (str): What the model should not look like.
refine_3d_model
- preview_task_id (str): The task ID of the preview to refine.
get_task_status
- task_id (str): The ID of the task to retrieve.
wait_for_task_completion
- task_id (str): The ID of the task to monitor.
- polling_interval (int): Seconds to wait between status checks. (default: :obj:
10
) - timeout (int): Maximum seconds to wait before timing out. (default: :obj:
3600
)
generate_3d_model_complete
- prompt (str): Description of the object.
- art_style (str): Art style for the 3D model.
- negative_prompt (str): What the model should not look like.