- Image To 3d
- Text To 3d
Endpoint:
POST https://fal.run/fal-ai/hunyuan-3d/v3.1/pro/image-to-3d
Endpoint ID: fal-ai/hunyuan-3d/v3.1/pro/image-to-3dTry it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
string
required
Front view image URL. Resolution: 128-5000px, max 8MB, formats: JPG/PNG/WEBP. Tips: simple background, single object, object >50% of frame.
string
Optional back/rear view image URL (JPG/PNG recommended).
string
Optional left side view image URL (JPG/PNG recommended).
string
Optional right side view image URL (JPG/PNG recommended).
string
Optional top view image URL (v3.1 exclusive, JPG/PNG recommended).
string
Optional bottom view image URL (v3.1 exclusive, JPG/PNG recommended).
string
Optional left-front 45 degree angle view image URL (v3.1 exclusive, JPG/PNG recommended).
string
Optional right-front 45 degree angle view image URL (v3.1 exclusive, JPG/PNG recommended).
GenerateTypeEnum
default:"Normal"
Generation task type. Normal: textured model. Geometry: geometry-only white model (no textures). LowPoly/Sketch are not available in v3.1. Default value:
"Normal"Possible values: Normal, Geometryboolean
default:"false"
Enable PBR material generation (metallic, roughness, normal textures). Ignored when generate_type is Geometry.
integer
default:"500000"
Target polygon face count. Range: 40,000-1,500,000. Default: 500,000. Default value:
500000Range: 40000 to 1500000Output Schema
File
required
Generated 3D object in GLB format.
File
Preview thumbnail of the generated model
ModelUrls
required
URLs for different 3D model formats
integer
The seed used for generation
Input Example
Output Example
Related
- Hunyuan 3D Pro Text to 3D — 3D
- Hunyuan 3D Rapid Image to 3D — 3D
- Hunyuan 3d — 3D
- Hunyuan 3D Smart Topology — 3D
- Hunyuan 3D Part Splitter — 3D
- Hunyuan 3D Pro Image to 3D — 3D
Limitations
generate_typerestricted to:Normal,Geometryface_countrange: 40000 to 1500000