Hunyuan Part
Model Overview
Setup your API Key
API Schema
post
Body
modelstring · enumRequiredPossible values:
mesh_urlstring · uriRequired
URL of the 3D model file (.glb or .obj) to process for segmentation.
point_prompt_xnumber · min: -1 · max: 1Optional
X coordinate of the point prompt for segmentation.
point_prompt_ynumber · min: -1 · max: 1Optional
Y coordinate of the point prompt for segmentation.
point_prompt_znumber · min: -1 · max: 1Optional
Z coordinate of the point prompt for segmentation.
point_numintegerOptionalDefault:
Number of points to sample from the mesh.
100000use_normalbooleanOptionalDefault:
Whether to use normal information for segmentation.
truenoise_stdnumberOptional
Standard deviation of noise to add to sampled points.
seedinteger · min: 1Optional
The same seed and the same prompt given to the same version of the model will output the same image every time.
Responses
200Success
application/json
post
/v1/images/generations200Success
Quick Example
Last updated
Was this helpful?