Skip to main content
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-3d

Try 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, Geometry
boolean
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 1500000

Output 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

Limitations

  • generate_type restricted to: Normal, Geometry
  • face_count range: 40000 to 1500000